Christian
a6707cfadb
Fix test framework after change to Transaction.
10 years ago
Christian
b7352c470b
Merge remote-tracking branch 'ethereum/develop' into HEAD
Conflicts:
libsolidity/Compiler.cpp
test/solidityCompiler.cpp
10 years ago
Christoph Jentzsch
4256aa9cd3
remove vmSystemOperationsTest completely
10 years ago
subtly
4d6e5bedf3
Merge branch 'develop' into crypto
10 years ago
subtly
5eacc23cb1
use boost_throw_exception
10 years ago
Christoph Jentzsch
47e88dd0d0
Merge remote-tracking branch 'upstream/develop' into stateTests
Conflicts:
test/state.cpp
test/vm.cpp
10 years ago
Christoph Jentzsch
87b048fa17
added state system operations test
10 years ago
Gav Wood
d5d81ea5c8
Transaction documentation and build fixes.
10 years ago
Gav Wood
ef1c4d7967
Documentation for Transaction.
10 years ago
Christian
b813038c3c
assert and exception corrections in solidity-external files.
10 years ago
Gav Wood
3b6ffcbe8d
Minor fixes to Transaction.
10 years ago
Christian
052b74b1dc
Stylistic corrections.
10 years ago
Christian
37216a246a
Converted all asserts to exceptions.
10 years ago
Gav Wood
b046931174
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
2e551b5870
Classify Transaction.
10 years ago
subtly
7316d779fa
Merge branch 'develop' into crypto
10 years ago
subtly
b50578f1e6
coding standards, documentation, new exception syntax
10 years ago
Gav Wood
7b5416fcec
Merge pull request #474 from chriseth/sol_expressionStartingWithTypeConversion
Bugfix: Special case of statements starting with type conversion.
10 years ago
Gav Wood
c60d73ae8b
Merge pull request #459 from chriseth/fix_find_jsonrpc_locally
Fix: Search for jsonrpc locally.
10 years ago
subtly
26b82a50a3
Merge branch 'develop' into crypto
10 years ago
Christoph Jentzsch
79277c0f1b
Merge remote-tracking branch 'upstream/develop' into StateBug
10 years ago
Christian
edfc06e2c6
Bugfix: Special case of statements starting with type conversion.
10 years ago
Christoph Jentzsch
5f76817391
uncomment vmIOandFlowOPerations test
10 years ago
Christoph Jentzsch
98978db662
int to size_t for errinfo_required
10 years ago
Christoph Jentzsch
0276bbcb1a
Merge remote-tracking branch 'upstream/develop' into stateTests
10 years ago
Christoph Jentzsch
db8f0e0487
Merge branch 'StateBug' into NewStateTests
10 years ago
Christoph Jentzsch
30e3b36a0a
Merge remote-tracking branch 'upstream/develop' into NewStateTests
10 years ago
Christoph Jentzsch
48484db5ae
Merge branch 'newTests' into NewStateTests
Conflicts:
test/vm.cpp
test/vmArithmeticTestFiller.json
test/vmSha3TestFiller.json
10 years ago
Christoph Jentzsch
76fff57527
Added stSystemOperationsTest
10 years ago
Gav Wood
280fb3fe27
Merge pull request #465 from ethereum/bugfix
jsonrpc to run once, and only when jsonrpc test suite is invoked
10 years ago
chriseth
debab8c26f
Added doxygen comment.
10 years ago
chriseth
7d25844b9c
Fixed doxygen comment.
10 years ago
Gav Wood
1d16e1556f
Ready for move to log entries in JS API.
10 years ago
Christoph Jentzsch
420b57ddf4
Merge remote-tracking branch 'upstream/develop' into newTests
10 years ago
Gav Wood
3b786cf004
Fix for log blooms.
10 years ago
Christoph Jentzsch
bd1106b483
Merge remote-tracking branch 'upstream/develop' into StateBug
10 years ago
Gav Wood
2ff0317fb6
Get logblooms/receipts into the database.
10 years ago
subtly
ae8d6e0a3a
coding standards. suite setup struct.
10 years ago
Gav Wood
0f824f124c
Merge pull request #468 from CJentzsch/bugfix
bugfix jumps after push
10 years ago
Christoph Jentzsch
4db4cbe5d6
Merge remote-tracking branch 'upstream/develop' into NewStateTests
10 years ago
subtly
7bc9c8b0ef
Merge branch 'develop' into bugfix
10 years ago
subtly
8eaa26e716
replace asserts with exception
10 years ago
Christoph Jentzsch
8c1202c76f
bugfix jumps after push
10 years ago
Christoph Jentzsch
aeb353a4d0
Merge pull request #454 from jorisbontje/423-dockerfile
update Dockerfile with cryptopp and jsonrpc dependencies, fixes #423
Cleaned up jsonrpc test
Forgot the #if
Undo jsonrpc test changes
10 years ago
Christoph Jentzsch
b683d02f11
# This is a combination of 2 commits.
# The first commit's message is:
Merge pull request #454 from jorisbontje/423-dockerfile
update Dockerfile with cryptopp and jsonrpc dependencies, fixes #423
Cleaned up jsonrpc test
# This is the 2nd commit message:
Forgot the #if
10 years ago
Christoph Jentzsch
104adbabcb
Update tests to latest protocol changes (PoC7)
10 years ago
Gav Wood
0a6b4bf993
Merge pull request #463 from arkpar/develop
fixed crashes on shutdown
10 years ago
Gav Wood
1b2747a42b
Merge pull request #467 from nicksavers/develop
Fix empty unclesHash for Genesis
10 years ago
Gav Wood
1c70e327c8
Merge pull request #458 from chriseth/sol_fix_swap
Bugfix: Swap before mod and div.
10 years ago
chriseth
0f0a464b4e
Stylistic changes.
10 years ago