Christoph Jentzsch
4256aa9cd3
remove vmSystemOperationsTest completely
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
Gav Wood
2e551b5870
Classify Transaction.
10 years ago
subtly
b50578f1e6
coding standards, documentation, new exception syntax
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
76fff57527
Added stSystemOperationsTest
10 years ago
subtly
ae8d6e0a3a
coding standards. suite setup struct.
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
subtly
a3ea170751
json rpc only runs once, and only when json rpc test suite is invoked
10 years ago
subtly
1c746c7233
codereview fixes
10 years ago
Christoph Jentzsch
9cd76d43fd
Fix ABAcalls OOG bug
10 years ago
Christoph Jentzsch
8dcf6635ac
style
10 years ago
Christoph Jentzsch
be3ccd3444
Clean up and organize tests + state class tests
10 years ago
Christian
7e542f55d3
Test adjustments.
10 years ago
Christian
30e4cda0e9
Some tests and bugfixes for the compiler.
10 years ago
Christian
5cc582c454
Bugfix: Swap before mod and div.
10 years ago
Christian
4dbc566a14
Bugfix: Swap before mod and div.
10 years ago
subtly
67747f8cc5
Placeholder kdf. More cleanup and tests.
10 years ago
Marek Kotewicz
8d1ad00648
boost_auto_test_suite for jsonrpc && @brief description for WebThreeStubServer
10 years ago
Marek Kotewicz
2ee556edc5
fixed style issue
10 years ago
Christian
adcf062367
Actual contract creator and add solidity to AlethZero interface.
10 years ago
Gav Wood
ae960c577a
Big fixes.
10 years ago
Marek Kotewicz
a014e77af8
applied changes from ethereum.js 5538ff7252
10 years ago
Christoph Jentzsch
55e77a1bed
Clean up FakeExtVM - move to state tests
10 years ago
Christian
4d654d4e78
Function selector and variable (un)packing.
10 years ago
Christian
6f3afc8583
Renamed file.
10 years ago
Gav Wood
9987248907
Fix for Trie roots.
AddressState -> Account.
10 years ago
Marek Kotewicz
cab4784dba
common changes
10 years ago
Christian
ea6d58a0d1
Contract compiler and also add ExpressionStatement to AST.
ExpressionStatement functions as glue between Statements and Expressions.
This way it is possible to detect when the border between statements and
expressions is crossed while walking the AST. Note that ExpressionStatement is
not the only border, almost every statement can contains expressions.
10 years ago
Christoph Jentzsch
602c4115ff
Clean up
10 years ago
Christoph Jentzsch
1f5b6059af
Update tests to new definition
10 years ago
Christoph Jentzsch
00b64587fd
clean up PR
10 years ago
Christoph Jentzsch
ec0bc599e0
Update SIGNEXTEND definition and tests
Conflicts:
libevm/VM.h
test/vmBitwiseLogicOperationTestFiller.json
10 years ago
Christoph Jentzsch
4fd94a441a
New BNOT and SIGNEXTEND tets
10 years ago
Christian
c6c7f86b82
Further const placement changes.
10 years ago
subtly
fb00cbc629
remove asserts for recid being 2, which is rare, but may occur
10 years ago
subtly
4c3894e455
recover public key from ecdsa,v sig using cryptopp
10 years ago
Christoph Jentzsch
0449b647c0
Restructure state tests. Remove FakeStateClass
10 years ago
Christian
2b6d66374d
Compiler for assignments.
10 years ago
Christian
ec5bf1abe9
NEG->BNOT change
10 years ago
Christian
0baf92d52e
Parser fix: Consume break and continue.
10 years ago
Marek Kotewicz
3462f602a0
whisper polling, not finished
10 years ago
Christian
0877cf6036
Adjustments for the NEG->BNOT change.
10 years ago
Christian
3204918cd6
Forgot some asterisks.
10 years ago
Paweł Bylica
e17e240b5d
Fix VM test code loading conditions
10 years ago