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 |
vbuterin
|
ebe22bb2f4
|
Merge pull request #497 from ethereum/az_accounts_fix
fix for web3.eth.accounts returning empty array
|
11 years ago |
Marek Kotewicz
|
40ca8079f8
|
fix for web3.eth.accounts returning empty array
|
11 years ago |
Gav Wood
|
c82009c5c5
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
11 years ago |
Gav Wood
|
ac2b907a4f
|
Minor Instructions fix for PoC-7 renames.
|
11 years ago |
Gav Wood
|
981c65ed67
|
Merge pull request #490 from CJentzsch/StateBug
Quick fix for OOG in deep calls
|
11 years ago |
Gav Wood
|
ac47a21a9e
|
Merge pull request #487 from chriseth/sol_arbitraryEvaluationOrder
Evaluate expressions in convenient order.
|
11 years ago |
Gav Wood
|
808acd126a
|
Merge pull request #493 from chriseth/sol_fix_addressBitWidth
Bugfix: Bit width of address types.
|
11 years ago |
Gav Wood
|
a712436c3f
|
Merge pull request #491 from ethereum/error_handling_fix
proper error handling in javascript api, fixed #485
|
11 years ago |
Christian
|
0c40ba83f0
|
Bugfix: Bit width of address types.
|
11 years ago |
Christoph Jentzsch
|
28e7b6c610
|
style
|
11 years ago |
Gav Wood
|
04f1b9434d
|
Fixes for warnings. Take note.
|
11 years ago |
Marek Kotewicz
|
2b181378b5
|
proper error handling, fixed #485
|
11 years ago |
Christoph Jentzsch
|
fb9aeba3a3
|
Clean up state tests
|
11 years ago |
chriseth
|
7f313257f6
|
Merge pull request #489 from ethereum/solidity_fix
small fix in solidityCompiler - merging as bugfix with two reviews.
|
11 years ago |
Christoph Jentzsch
|
e77f70d860
|
Merge remote-tracking branch 'upstream/develop' into StateBug
|
11 years ago |
Christoph Jentzsch
|
ddec002c02
|
Merge remote-tracking branch 'upstream/develop' into NewStateTests
|
11 years ago |
Christoph Jentzsch
|
453f63c164
|
Added random test execution
|
11 years ago |
Marek Kotewicz
|
7cb4344f12
|
small fix in solidityCompiler
|
11 years ago |
Gav Wood
|
becb05763b
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
11 years ago |
Christian
|
11f65d50b8
|
Evaluate expressions in convenient order.
|
11 years ago |
Gav Wood
|
7c9c83c81b
|
Merge pull request #478 from chriseth/sol_typePromotion
Type promotion
|
11 years ago |
Gav Wood
|
22df594ba9
|
Merge pull request #483 from chriseth/libevmcore
Moved instructions and assembly to new libevmcore.
|
11 years ago |
Gav Wood
|
038b865baa
|
Protocol bump for shh.
|
11 years ago |
Gav Wood
|
9a97e73933
|
New Whisper protocol - uint32s for topics.
|
11 years ago |
chriseth
|
f60c661c06
|
Removed superfluous braces.
|
11 years ago |
Christian
|
c83dde50bd
|
Merge remote-tracking branch 'ethereum/develop' into sol_typePromotion
|
11 years ago |
Christian
|
e1c01722d4
|
Re-added some changes lost in merges.
|
11 years ago |
chriseth
|
b85638183d
|
Stylistic changes.
|
11 years ago |
Gav Wood
|
6bc2777169
|
Don't use binary in the JS API.
|
11 years ago |
Christoph Jentzsch
|
4c0ecc6242
|
Merge remote-tracking branch 'upstream/develop' into NewStateTests
|
11 years ago |
Christoph Jentzsch
|
dd5c89e810
|
Added precompiledContracts tests
|
11 years ago |
Gav Wood
|
5b134de697
|
More fixes for WebThree JS stuff.
|
11 years ago |
Gav Wood
|
d395b82f1b
|
Nicer uncle info.
Fix for fromAscii/toAscii and asBytes usage.
|
11 years ago |
Gav Wood
|
4014a3d0c8
|
Fix all the asBytes stuff.
|
11 years ago |
Gav Wood
|
bf9d6c168c
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
11 years ago |
Gav Wood
|
41da8fb27a
|
Fix ECRECOVER to zero out the first 12 bytes of result.
|
11 years ago |
Gav Wood
|
2b9ba4a73c
|
Merge pull request #477 from chriseth/sol_someCleanup
Minor cleanup.
|
11 years ago |
Gav Wood
|
9d459a6efb
|
Merge pull request #479 from chriseth/sol_breakOutsideLoop
Tests for break/continue and ignore them outside of loops
|
11 years ago |
Christian
|
99882a76a7
|
Moved instructions and assembly to new libevmcore.
|
11 years ago |
Christoph Jentzsch
|
447dd59981
|
Merge branch 'stateTests' into NewStateTests
Conflicts:
test/TestHelper.cpp
test/vm.cpp
|
11 years ago |
Christoph Jentzsch
|
2713579ab6
|
update SIGNEXTEND tests
|
11 years ago |
Christian
|
c87f1c76b4
|
Ignore break and continue outside of loops.
|
11 years ago |
Christian
|
8e02768b10
|
Tests for break and continue in nested loops.
|
11 years ago |
Christian
|
1b9e014374
|
Support for negative literals.
|
11 years ago |
Christian
|
d8ad4f5910
|
Keywords for all integer types.
|
11 years ago |
Christian
|
8b226a7906
|
Fixes for test framework (sign the transaction).
|
11 years ago |
Christian
|
6ec55d3d5f
|
Type promotion fixes and tests.
|
11 years ago |