Marek Kotewicz
b328eeed09
Merge commit 'eb4984c0d036c1420e782ca136810e851e33fb37' into natspec
10 years ago
Marek Kotewicz
eb4984c0d0
Squashed 'libjsqrc/ethereumjs/' changes from e1fcffc..edfb874
edfb874 changes in filter.js (not yet working)
c2d9c1a toDecimal/fromDecimal is using bignumber.js now
81a5813 removed unused pieces of code
08e2696 removed send queues from providermanager
c9693b4 contract.html example is working with sync api
ceb4357 sync api tests running, removed unused pieces of code
fc986a3 removed unused providers
0d2cccc http sync api
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: edfb874527160cee14cca931377e55187b874cbe
10 years ago
Marek Kotewicz
94e1a49fe8
Merge commit 'c4638ba3edbd14677da5441d61f7845668df2b22' into natspec
10 years ago
Marek Kotewicz
c4638ba3ed
Squashed 'libjsqrc/ethereumjs/' changes from 848c54d..e1fcffc
e1fcffc gulp
f3e78e5 changes to for natspec
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: e1fcffcc810bdf6a116cc12e21c5a8750cb86d23
10 years ago
Marek Kotewicz
475d4b1e4d
natspec changes
10 years ago
Marek Kotewicz
53b4fda16d
Squashed 'libjsqrc/ethereumjs/' changes from 6a58db6..848c54d
848c54d _currentAbi object
380c152 solidity methods "overloading"
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: 848c54dc4713d5c29993f1c41d16cd334e18081d
10 years ago
Marek Kotewicz
abb873145b
Merge commit '53b4fda16d0b191be8ab986379a328aa38aaf916' into natspec
10 years ago
Marek Kotewicz
d4afba33a4
common changes
10 years ago
Marek Kotewicz
1febd8c28c
init natspec.js
10 years ago
Marek Kotewicz
187dee45f8
fixed natspec_contract.html example
10 years ago
Gav Wood
72bfea843a
Merge pull request #810 from debris/ethereumjs
Ethereumjs
10 years ago
Gav Wood
471042fea6
Merge pull request #825 from chriseth/sol_contractInheritance
Contract inheritance
10 years ago
Gav Wood
55256bef54
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
b1116c911f
Merge branch 'arkpar-mix_project_tree' into develop
Conflicts:
mix/AppContext.cpp
mix/qml/StateList.qml
10 years ago
Gav Wood
ad92d3ba03
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Conflicts:
mix/AppContext.cpp
mix/qml/StateList.qml
10 years ago
Christian
0019c53f5c
Implicit conversion from derived to base.
10 years ago
Christian
813af2c4ee
Call constructors of base classes.
10 years ago
Christian
50c0a0ed66
Constructor arguments for base classes.
10 years ago
Christian
4fe47c5014
Explicit calls to base class function.
10 years ago
Christian
df44090ae6
Inheritance in compiler.
10 years ago
Christian
71950257c5
Magic variables are only needed durinng name and type resolution, not during compilation.
10 years ago
Christian
ffead7b4d5
Check overrides and provide inherited public interface.
10 years ago
Christian
feff325023
Import inherited members into the contract's scope.
10 years ago
Christian
c1834466a2
Inheritance parser.
10 years ago
Lefteris Karapetsas
41f33cf690
Merge pull request #824 from LefterisJP/sol_BlockhashTests
Sol blockhash tests
10 years ago
arkpar
39dd5be6d9
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into
mix_project_tree
Conflicts:
mix/AppContext.cpp
mix/qml/StateList.qml
10 years ago
Lefteris Karapetsas
c3c2b1cf76
Improved handling of exceptions in some Solidity Tests
10 years ago
Gav Wood
8cd1a80a3f
Merge branch 'arkpar-mix_project_tree' into develop
10 years ago
Gav Wood
cf27772863
Merge pull request #819 from yann300/qmlEthereumTypes
Ethereum QML types: #612
10 years ago
arkpar
602b56b544
fixed headers order for windows
10 years ago
arkpar
4401c56342
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into mix_project_tree
10 years ago
arkpar
0e00330315
change ProjectModel to be a context property instead of a singleton to
work around issue #809
10 years ago
arkpar
abc6d1d749
well defined ui loading order
using boost exceptions
10 years ago
arkpar
aeff8b3a4d
change ProjectModel to be a context property instead of a singleton to
work around issue #809
10 years ago
yann300
92bdd6fd2f
- Add JavaScript ownership for QBigInt (declaration in constructors).
10 years ago
Gav Wood
b7e20afd24
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
565e3f19ff
Compile fix for Apple's handicapped clang.
10 years ago
Lefteris Karapetsas
3c22b77982
Adding blockhash test in Solidity ExpressionCompiler
10 years ago
yann300
5c2884d407
- changes in include ref (in *.h)
10 years ago
yann300
5b6ea86566
- change ObjectOwnership to JavaScript.
10 years ago
yann300
5233166845
- misc fixes.
10 years ago
yann300
9c777a4d3c
- misc fixes.
10 years ago
Lefteris Karapetsas
7e145a3d1c
Some addition to Solidity Execution Framework
10 years ago
Marek Kotewicz
2b4d38b9bf
Squashed 'libjsqrc/ethereumjs/' changes from 823fb29..6a58db6
6a58db6 parsing real, ureal values on output
af54832 encoding real on input
86b417e fixes for autoprovider
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: 6a58db66f7f42a49667bcc751418256441752279
10 years ago
Marek Kotewicz
01219ce920
Merge commit '2b4d38b9bf059014596e1ab00c99dc2ad4ab3761' into ethereumjs
10 years ago
chriseth
a4a328cf79
Merge pull request #805 from LianaHus/deleteStruct
delete for structs
-added functionality to set values to 0 when deleting structure(not for ...
10 years ago
yann300
5fa32387d5
Ethereum QML types: #612
10 years ago
Gav Wood
5dde4216a1
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
e643fb3039
Warnings fix.
10 years ago
Marek Kotewicz
3a6ac2b502
added bignumber.js to js.qrc
10 years ago