Commit Graph

556 Commits

Author SHA1 Message Date
arkpar 20f3f356e5 v1.0.1 2016-03-28 02:25:12 +02:00
Gav Wood f835ce8253 Fix eth_call so it doesn't need the secret of the sender. 2016-03-26 13:30:50 +01:00
arkpar 4840371635 Fixed test 2016-03-24 17:07:54 +01:00
debris 4f242996d1 uncle 2016-03-22 21:58:28 +01:00
debris 841a996fa6 test for eth_getTransactionReceipt 2016-03-22 21:58:28 +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 08dc83205c Flipping sealing_enabled flag after no requests for sealing_block for some time 2016-03-21 00:05:43 +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 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
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 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 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 ac3acdef71 linear -> pricing 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 1fa019d92a ethjson spec submodule 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 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 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
Tomasz Drwięga f4df9c8dfd Fixing warnings 2016-03-20 23:52:58 +01:00
Tomasz Drwięga 144385e67d Bumping clippy 2016-03-20 23:52:56 +01:00
Nikolay Volf 3847f8a9fc no flag also 2016-03-20 23:51:58 +01:00
Tomasz Drwięga 180debb260 Reverting check if block queue is empty 2016-03-20 23:51:22 +01:00
Tomasz Drwięga 74ea9cc74c Validating senders balance before importing transaction to queue 2016-03-20 23:51:22 +01:00
Tomasz Drwięga fca8eb5810 Importing transactions from hashset. Notifying about every block 2016-03-20 23:51:22 +01:00
Nikolay Volf 114bab66c4 overhaul to flag 2016-03-20 23:50:31 +01:00
Nikolay Volf 31f4a214a9 adding message from client to sync and disabling sending transactions to the queue while syncing 2016-03-20 23:49:34 +01:00
arkpar 570d2c21d3 Merge branch 'sync' into beta 2016-03-15 19:44:15 +01:00
arkpar 9dea31031c Enact block with uncles test 2016-03-15 14:35:45 +01:00
arkpar 1964ed7eb3 Merge remote-tracking branch 'origin/sync' into beta 2016-03-15 12:56:17 +01:00
Arkadiy Paronyan e5f54966af Merge pull request #734 from ethcore/fixblockchainrace
Don't change best block until extras is committed.
2016-03-15 11:56:49 +01:00
Gav Wood 59d0d2df9a Don't change best block until extras is committed. 2016-03-15 10:59:58 +01:00
Gav Wood d6d0f8d4eb Merge pull request #725 from ethcore/unclesminingfix
Add RLP, not a data item.
2016-03-14 20:20:45 +01:00
Gav Wood 7ba396b8d3 Merge pull request #687 from ethcore/pv63-receipts
PV63 receipts response
2016-03-14 20:18:10 +01:00
Gav Wood 7628df6fe6 Merge pull request #723 from ethcore/rpc_tests
another batch of rpc tests
2016-03-14 19:18:08 +01:00
arkpar ebb7699da2 Merge remote-tracking branch 'origin/pv63-receipts' into beta 2016-03-14 18:58:23 +01:00
arkpar 78821bb935 Merge remote-tracking branch 'origin/unclesminingfix' into beta 2016-03-14 18:56:27 +01:00
Gav Wood 97051cb949 Add RLP, not a data item. 2016-03-14 18:20:24 +01:00
Nikolay Volf 8cdb013f9f Merge branch 'master' into pv63-receipts
Conflicts:
	ethcore/src/client/client.rs
2016-03-14 17:36:51 +01:00