Commit Graph

3263 Commits

Author SHA1 Message Date
arkpar bf4e4df4c8 Fixed sync tests 2016-03-21 18:51:22 +01:00
arkpar 3b766f01f2 Fixed rpc tests 2016-03-21 18:07:07 +01:00
arkpar 2aa3864d67 Merge with master 2016-03-21 15:55:46 +01:00
debris 04082d1514 client implementation of transaction receipt 2016-03-21 00:05:45 +01:00
debris 85fa07728c LocalizedReceipt 2016-03-21 00:05:45 +01:00
Tomasz Drwięga a36ac996a0 Avoiding possible overflow when block number gets smaller. 2016-03-21 00:05:45 +01:00
Tomasz Drwięga 6e666ecac7 Fixing ethminer doctest 2016-03-21 00:05:45 +01:00
Tomasz Drwięga 08dc83205c Flipping sealing_enabled flag after no requests for sealing_block for some time 2016-03-21 00:05:43 +01:00
Gav Wood bff142828d JSONRPC interface defaults to local.
Please enter the commit message for your changes. Lines starting
2016-03-21 00:04:55 +01:00
Gav Wood 6d1ae888ca Listen on all interfaces for JSONRPC by default. 2016-03-21 00:04:55 +01:00
debris d5cc2c9e67 implemented rpc eth_estimateGas method, added tests for rpc eth_call and eth_estimateGas 2016-03-21 00:04:55 +01:00
debris 048dba7ef3 fixed indentation 2016-03-21 00:04:55 +01:00
debris 280c5e8a99 implementation of eth_estimateGas 2016-03-21 00:04:55 +01:00
debris 1257ad2993 fixes after merge 2016-03-21 00:04:55 +01:00
debris 5c72e60b14 implemented eth_call 2016-03-21 00:04:55 +01:00
debris aa6b6e477c added output to execution result 2016-03-21 00:04:55 +01:00
Gav Wood 245ef854dd Allow 0x prefix for --author. 2016-03-21 00:04:55 +01:00
debris c2cffd1e06 improvements to build, updated dependencies, moved rpctest to its own submodule 2016-03-21 00:04:53 +01:00
debris ddab958e61 fixed missing import 2016-03-20 23:56:57 +01:00
debris a10160bd56 use ethjson module to load chain json tests 2016-03-20 23:56:57 +01:00
debris 49be60e984 test ethjson module on travis 2016-03-20 23:56:57 +01:00
debris 2b8a151b82 fixed failing eth rpc tests 2016-03-20 23:56:57 +01:00
debris 9bcc6c9e69 next batch of rpc fixes, 103 still failing 2016-03-20 23:56:57 +01:00
debris 0fc605face rpc tests, now 421 passing / 116 failing 2016-03-20 23:56:57 +01:00
debris 8f1618687c fixed parsing blockchain file, added default account to rpc tests 2016-03-20 23:56:57 +01:00
debris cb246c26c0 fixed invalid json files 2016-03-20 23:56:56 +01:00
debris 086e45671b removed warnings by adding missing documentation 2016-03-20 23:56:56 +01:00
debris f3ad643b69 pricing { linear: {} } 2016-03-20 23:56:56 +01:00
debris c5a4993e39 fixed failing builin test 2016-03-20 23:56:56 +01:00
debris 32cc0bddf6 fixed od builting parsing 2016-03-20 23:56:56 +01:00
debris d87286c5c3 updated rpc helpers docs 2016-03-20 23:56:56 +01:00
debris ac3acdef71 linear -> pricing 2016-03-20 23:56:56 +01:00
debris dffa9bcef6 fixed compilation with --release flag 2016-03-20 23:56:56 +01:00
debris 9ce75a173e fixed name of rpctest executable in rpctest --help 2016-03-20 23:56:56 +01:00
debris 755faf37e3 running rpc tests 2016-03-20 23:56:56 +01:00
debris de21fef868 new way of loading PodState 2016-03-20 23:56:56 +01:00
debris 39aa02ed26 moved ethcores spec to its own module, added genesis 2016-03-20 23:56:54 +01:00
debris 7a0dfec115 added genesis method to ethjson blockchain 2016-03-20 23:54:53 +01:00
debris 1fa019d92a ethjson spec submodule 2016-03-20 23:54:53 +01:00
debris 7105ed3f61 rpctest executable 2016-03-20 23:54:53 +01:00
Tomasz Drwięga 2f411c93fd Removing update_seal when new transactions arrives 2016-03-20 23:54:53 +01:00
Tomasz Drwięga 808f959a94 Common error handling 2016-03-20 23:54:51 +01:00
Tomasz Drwięga 2aae862330 Updating sealing when new transactions are received 2016-03-20 23:54:24 +01:00
Tomasz Drwięga b18a7bde9a Updating gas_limit in test_client generated blocks 2016-03-20 23:53:23 +01:00
Tomasz Drwięga a0cdf5c420 Ignoring transactions slightly above gas_limit 2016-03-20 23:53:21 +01:00
Tomasz Drwięga b3dd72ab0a BlockGasLimit taken from push_transaction result 2016-03-20 23:52:58 +01:00
Tomasz Drwięga 4d984ead4f Fixing compilation 2016-03-20 23:52:58 +01:00
Tomasz Drwięga fbc85e31c2 Refactoring removing invalid transactions from queue 2016-03-20 23:52:58 +01:00
Tomasz Drwięga 177d26a25e Stop adding transactions right after we know that no other will make it to block. 2016-03-20 23:52:58 +01:00
Tomasz Drwięga 1f363b22fc Removing invalid transactions from queue 2016-03-20 23:52:58 +01:00