Marek Kotewicz
ed7cbeaacd
contract calls working from js
10 years ago
Marek Kotewicz
fc1b5bb128
Merge branch 'develop' into js_abi
10 years ago
Gav Wood
759b85af9f
Compilation fixes for windows.
10 years ago
Gav Wood
5750a091d7
Fix for LOGs again.
10 years ago
Gav Wood
df413e0a4f
LOG fixes.
10 years ago
Gav Wood
c737a19d16
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
845dce6f52
Version bumps.
10 years ago
Gav Wood
8580479d88
No implicit logs.
10 years ago
Gav Wood
18457a857b
Merge pull request #504 from CJentzsch/NewStateTests
All unintended VM exceptions work like OOG in tests
10 years ago
Gav Wood
e14f57cf5e
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
4fa7cbb6ac
Merge #505
10 years ago
Gav Wood
4b9ac16597
Merge pull request #506 from CJentzsch/bugfix
fix wrong unnecessary downcast
10 years ago
Gav Wood
07663d141b
Make OOG on precompileds consistent.
Warning fix.
Use high-res clock for randoms.
Whisper test.
10 years ago
Marek Kotewicz
2f50d919ce
revert unnecessary changes in main.js
10 years ago
Marek Kotewicz
a2349ba485
contract create and contract call working
10 years ago
Christoph Jentzsch
e7cc24af1f
fix wrong unnecessary downcast
10 years ago
Marek Kotewicz
f5c88d909f
Merge branch 'develop' into js_abi
Conflicts:
libjsqrc/main.js
libweb3jsonrpc/WebThreeStubServer.cpp
libweb3jsonrpc/WebThreeStubServer.h
libweb3jsonrpc/abstractwebthreestubserver.h
libweb3jsonrpc/spec.json
test/webthreestubclient.h
10 years ago
Marek Kotewicz
6cc9e6952e
merge
10 years ago
Christoph Jentzsch
e9a8250369
Merge remote-tracking branch 'upstream/develop' into NewStateTests
10 years ago
Christoph Jentzsch
a554874542
All unintended VM exceptions work like OOG in tests
10 years ago
Marek Kotewicz
79267006ce
js abi connection
10 years ago
Gav Wood
b3778f9208
Merge pull request #499 from CJentzsch/NewStateTests
New state tests, precompiled contracts tests and user defined tests
10 years ago
Gav Wood
3eb0cf4be5
Merge pull request #486 from chriseth/sol_optimizer
Fix and activate optimizer for Solidity, add some new rules.
10 years ago
Christoph Jentzsch
f495a58848
build fix
10 years ago
Gav Wood
a92bdbd14a
Merge pull request #482 from ethereum/jsonrpc_interface
renaming calls to include a subprotocol prefix
10 years ago
Christoph Jentzsch
54a73cbb0c
added generic userDefinedTest function
10 years ago
Christian
1151d372a6
Merge remote-tracking branch 'ethereum/develop' into sol_optimizer
Conflicts:
libevmcore/Instruction.cpp
10 years ago
Marek Kotewicz
5fdaba0e3a
Merge branch 'develop' into js_abi
10 years ago
Gav Wood
2628a1f56e
Merge pull request #498 from ethereum/solidity_cmake
add headers to solidity's add_library
10 years ago
Gav Wood
b2c9c48c0e
Merge pull request #496 from ethereum/osx_build_fix
fix for "call to operator << is not visible in template definition" on osx
10 years ago
Gav Wood
8980047855
Merge pull request #494 from chriseth/sol_stateVariables
State variables for Solidity
10 years ago
Gav Wood
f65d5bc18b
Merge pull request #488 from LefterisJP/develop
solidity endToEnd testing gets equivalent CPP contracts
10 years ago
Marek Kotewicz
956aae6baf
Merge branch 'osx_build_fix' into js_abi
10 years ago
Marek Kotewicz
a1fbd99ce4
Merge branch 'solidity_cmake' into js_abi
10 years ago
Christoph Jentzsch
db70b0783d
undefine FILL_TESTS
10 years ago
Christoph Jentzsch
f57e6b1e35
Merge remote-tracking branch 'upstream/develop' into NewStateTests
Conflicts:
test/state.cpp
test/tmpFiller.json
10 years ago
Christoph Jentzsch
f69831be80
specified user defined test
10 years ago
Christian
76dad37acf
Merge remote-tracking branch 'ethereum/develop' into sol_stateVariables
Conflicts:
libsolidity/ExpressionCompiler.cpp
10 years ago
Christian
650b31777b
Do not return after throw.
10 years ago
vbuterin
ebe22bb2f4
Merge pull request #497 from ethereum/az_accounts_fix
fix for web3.eth.accounts returning empty array
10 years ago
Lefteris Karapetsas
4a578ed917
style fixes
10 years ago
Lefteris Karapetsas
57dab7bcb5
solidity endToEnd testing gets equivalent CPP contracts
- Just testing the waters of our codebase by introducing C++
version of the contract functions in the end to end solidity tests
- This way there is no need to check for some specific output but
instead strive for consistency between the C++ and solidity code.
10 years ago
Marek Kotewicz
7cec1e190d
fixed compilation problem
10 years ago
Marek Kotewicz
65200ce639
Merge branch 'develop' into jsonrpc_interface
10 years ago
Marek Kotewicz
e2c9f19550
add headers to solidity's add_library
10 years ago
Marek Kotewicz
40ca8079f8
fix for web3.eth.accounts returning empty array
10 years ago
Marek Kotewicz
279c671c46
fix for "call to operator << is not visible in template definition"
10 years ago
Gav Wood
c82009c5c5
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
ac2b907a4f
Minor Instructions fix for PoC-7 renames.
10 years ago
Gav Wood
981c65ed67
Merge pull request #490 from CJentzsch/StateBug
Quick fix for OOG in deep calls
10 years ago