Commit Graph
1675 Commits
Author SHA1 Message Date
Gav Wood 1b09e5debb Renaming getData -> getCode, remove getStorage, fix a bunch of JSONRPC
methods with more expansive error handling.
2015-03-14 19:59:07 +01:00
Gav Wood 204f53c6ad getData -> getCode. 2015-03-14 19:00:41 +01:00
chriseth a6f328a613 Fix gas for builtin.
Fixes #1300
2015-03-13 17:31:56 +01:00
Lefteris Karapetsas 1cd179f0d2 Merge pull request #1284 from LefterisJP/sol_SBHCleanup
Solidity StringXX and HashXX types change to BytesXX
2015-03-13 16:34:20 +01:00
Gav Wood 0de5ff34fd Merge pull request #1283 from CJentzsch/addTests
Add tests
2015-03-13 00:30:08 +01:00
Gav Wood 66a216f704 Remove seedHash from header. 2015-03-12 18:10:27 +00:00
Lefteris Karapetsas 1bb7f3cbc3 Small FixedBytes type fixes
- Integer Constant is explicitly convertible to FixedBytes, so using
  that in the tests
2015-03-12 17:31:39 +01:00
CJentzsch f164593c27 dejavu issue 19 - stack underflows 2015-03-12 17:11:58 +01:00
CJentzsch b5ed5d13d1 readd --filltest option and add dejavu issue 42 test 2015-03-12 16:53:00 +01:00
Gav Wood 10ce222610 net_version
web3_clientVersion
2015-03-12 13:38:51 +00:00
CJentzsch 67fae64c9f Merge remote-tracking branch 'upstream/develop' into addTests 2015-03-12 14:34:46 +01:00
Gav Wood 8371e8934e Merge pull request #1294 from imapp-pl/pr/testeth_options
testeth: optional VM tracing (--vmtrace)
2015-03-12 13:02:57 +00:00
Lefteris Karapetsas c89413f6ea Some fixes on Types.cpp for FixedBytesType 2015-03-12 13:39:12 +01:00
Lefteris Karapetsas 3d0f4b0f22 Style fixes and some additional hash to bytes32 renaming 2015-03-12 12:53:01 +01:00
Lefteris Karapetsas 0b411d98e9 Removing uncecessary intermediate int conversion in log tests 2015-03-12 12:53:00 +01:00
Lefteris Karapetsas f3fc870e03 byte is now an alias for byte1 2015-03-12 12:53:00 +01:00
Lefteris Karapetsas 6e9d0d7345 Fixing byte array index access code generation 2015-03-12 12:53:00 +01:00
Lefteris Karapetsas 5e42f54f96 Changes in Solidity Tests to use the new bytesXX type 2015-03-12 12:53:00 +01:00
Lefteris Karapetsas 125a1bb670 Conversion changes after renaming Hash/String to Bytes.
- Almost all end to end tests pass. Still needs a little bit of work
2015-03-12 12:53:00 +01:00
Lefteris Karapetsas 5abf18c27f Most EndToEndTests are now compliant with the Bytes renaming 2015-03-12 12:53:00 +01:00
Lefteris Karapetsas c72197a453 Bytes Tokens properly named and NameAndTypeResolution tests work 2015-03-12 12:53:00 +01:00
Paweł Bylica e18c7b99cb testeth: optional VM tracing (--vmtrace), command line options refactoring.
Closes ethereum/cpp-ethereum#1280
2015-03-12 12:01:12 +01:00
Marek Kotewicz a4800d8420 Merge branch 'develop' into new_jsonrpc
Conflicts:
	libweb3jsonrpc/WebThreeStubServerBase.cpp
2015-03-12 11:04:18 +01:00
Gav Wood 7a769c4a00 Merge pull request #1282 from winsvega/develop
State Tests
2015-03-11 16:30:03 +00:00
Gav Wood 59da6057a0 Merge pull request #1276 from ethereum/p2p
p2p: fixes
2015-03-11 16:29:15 +00:00
CJentzsch c93c1901d0 OOG or 1024 depth level fail for CALLCODE 2015-03-11 16:58:38 +01:00
CJentzsch 26c849b618 OOG or 1024 depth level fail 2015-03-11 16:35:55 +01:00
chriseth b1852e2d12 Fixed indentation. 2015-03-11 16:31:56 +01:00
winsvega 1fef77a968 State Tests
POC9 updates
2015-03-11 18:22:11 +03:00
chriseth a969203947 Fixed assembly tests. 2015-03-11 15:59:02 +01:00
subtly a1a4a62e30 fix for -warning in cryptopp.cpp. add mutex to host iteration of peers for connect. only try to connect to as many peers as is necessary. update unit test. 2015-03-11 14:36:08 +01:00
CJentzsch 949b401a2d add callCreateCallCode test file 2015-03-11 13:44:02 +01:00
CJentzsch 21b502ddbd check value when doing callcode 2015-03-11 13:18:39 +01:00
CJentzsch 3ed1241a34 suicide refund with and without storage 2015-03-11 12:42:37 +01:00
CJentzsch 9c5ed13b9d suicide and storage refund tests 2015-03-11 12:28:01 +01:00
Marek Kotewicz 0d1fc88c94 Merge branch 'develop' into new_jsonrpc 2015-03-11 11:27:35 +01:00
CJentzsch 4643c2ba6e Merge remote-tracking branch 'upstream/develop' into addTests 2015-03-11 10:11:59 +01:00
Gav Wood 9db703b5b1 Merge pull request #1264 from winsvega/poc9trie
State Init And State Transaction Tests
2015-03-11 09:01:40 +00:00
Gav Wood 1ebccac6d0 Merge pull request #1086 from ethereum/p2p
p2p: rlpx transport
2015-03-11 09:00:36 +00:00
Marek Kotewicz 192b18f05f eth_queuedTransactions renamed to eth_fetchQueuedTransactions 2015-03-11 09:42:23 +01:00
Marek Kotewicz 68db4681c0 Merge branch 'develop' into new_jsonrpc 2015-03-11 08:33:52 +01:00
CJentzsch 64ea420898 Merge remote-tracking branch 'upstream/develop' into addTests 2015-03-11 08:22:09 +01:00
winsvega 0602a04917 State Transaction Tests
bonus gas at call with value transfer
2015-03-10 23:22:33 +03:00
winsvega 23400e99eb State Init And Transaction Tests
fixed to poc9
2015-03-10 23:22:33 +03:00
Gav Wood e9db858cca Merge pull request #1247 from CJentzsch/addInputLimitTests
add input limit tests
2015-03-10 19:08:21 +00:00
Gav Wood bf01fe7804 Merge pull request #1246 from debris/natspec_subtree
natspec.js subtree
2015-03-10 18:48:41 +00:00
CJentzsch 0b6b99cf16 style 2015-03-10 17:51:08 +01:00
CJentzsch f0a216943f blockchain tests fixes 2015-03-10 17:51:08 +01:00
CJentzsch 0f83b4769c add 32 bit overflow tests 2015-03-10 17:49:54 +01:00
Marek Kotewicz 57e6fb303d Merge commit '3cf8dcb19983b41a387065746e6d3ce08ef7ef4c' into new_jsonrpc
Conflicts:
	libjsqrc/ethereumjs/dist/ethereum.js
	libjsqrc/ethereumjs/dist/ethereum.js.map
	libjsqrc/ethereumjs/dist/ethereum.min.js
2015-03-10 17:46:30 +01:00