debris
|
404005cc93
|
fixed #855
|
2016-04-09 13:06:51 +02: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 |
|
Tomasz Drwięga
|
b18a7bde9a
|
Updating gas_limit in test_client generated blocks
|
2016-03-20 23:53:23 +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 |
|
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
|
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 |
|
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 |
|
Nikolay Volf
|
8cdb013f9f
|
Merge branch 'master' into pv63-receipts
Conflicts:
ethcore/src/client/client.rs
|
2016-03-14 17:36:51 +01:00 |
|
debris
|
0de73609d2
|
eth_hashrate && eth_submitHashrate tests
|
2016-03-14 14:18:29 +01:00 |
|
Nikolay Volf
|
8f4323f3bb
|
Merge branch 'master' into pv63-receipts
Conflicts:
ethcore/src/client/test_client.rs
|
2016-03-14 11:06:28 +01:00 |
|
Gav Wood
|
dc8b9c3205
|
Fix build.
|
2016-03-14 10:48:32 +01:00 |
|
Gav Wood
|
f6b7884a1d
|
Allow configuration of target gas limit.
|
2016-03-14 02:00:22 +01:00 |
|
Gav Wood
|
b4f7f220f1
|
Merge remote-tracking branch 'origin/master' into merge_ethminer
|
2016-03-13 16:35:52 +01:00 |
|
Nikolay Volf
|
809c239ff8
|
fix rev
|
2016-03-13 15:59:25 +01:00 |
|
Gav Wood
|
76696e3b49
|
Minor build fixes.
|
2016-03-13 15:36:03 +01:00 |
|
Gav Wood
|
08b9cc2c41
|
Merge changes from #674 into branch.
|
2016-03-13 15:29:55 +01:00 |
|
Gav Wood
|
02f43f2e8c
|
Merge branch 'ethminer_crate'
|
2016-03-13 15:00:47 +01:00 |
|
debris
|
00820c342a
|
fixed eth_getCode and added tests for it
|
2016-03-13 14:45:39 +01:00 |
|
debris
|
487ba9b08a
|
implemented eth_storageAt rpc method, added more tests for rpc
|
2016-03-13 12:09:30 +01:00 |
|
Marek Kotewicz
|
1f8e0f86ac
|
Merge pull request #688 from ethcore/updating_clippy
Updating clippy
|
2016-03-13 10:07:44 +01:00 |
|
debris
|
e09de6ea3d
|
added missing eth_getBalance rpc method and tests for it
|
2016-03-12 19:51:24 +01:00 |
|
Nikolay Volf
|
0684abd345
|
fixed to return receipts grouped by requested block
|
2016-03-12 19:23:17 +01:00 |
|
Nikolay Volf
|
bd9cfb4ee5
|
Merge branch 'pv63-state' into pv63-receipts
|
2016-03-12 18:52:37 +01:00 |
|
Nikolay Volf
|
ade8b8356b
|
Merge branch 'master' into pv63-state
Conflicts:
ethcore/src/client/client.rs
|
2016-03-12 18:09:45 +01:00 |
|
Tomasz Drwięga
|
65dadcc2a2
|
Adding todos
|
2016-03-12 10:44:24 +01:00 |
|
Tomasz Drwięga
|
d0f7555348
|
Merge branch 'master' into updating_clippy
Conflicts:
util/src/journaldb/archivedb.rs
|
2016-03-12 10:40:22 +01:00 |
|
Tomasz Drwięga
|
4b6e1dd4d2
|
Fixing warnings
|
2016-03-12 10:25:51 +01:00 |
|
Tomasz Drwięga
|
3ea52c2324
|
Merge branch 'master' into ethminer_crate
Conflicts:
parity/main.rs
|
2016-03-12 10:22:43 +01:00 |
|
Nikolay Volf
|
fb51ac0d95
|
blockchain receipts rlp generation
|
2016-03-11 23:33:01 +01:00 |
|
arkpar
|
896ba57555
|
Merge branch 'master' of github.com:ethcore/parity into jdb_option2
|
2016-03-11 22:43:59 +01:00 |
|
Nikolay Volf
|
19f23f8445
|
increasing history to be useful for geth fast sync
|
2016-03-11 23:37:47 +04:00 |
|
Nikolay Volf
|
e970dd4530
|
client state data func
|
2016-03-11 23:09:14 +04:00 |
|
Tomasz Drwięga
|
c3a79c1478
|
Merge branch 'master' into ethminer_crate
Conflicts:
ethcore/src/client/client.rs
parity/main.rs
sync/src/chain.rs
sync/src/lib.rs
|
2016-03-11 19:22:40 +01:00 |
|
Gav Wood
|
38d470f3bc
|
Reorganise command line options into more general engine.
|
2016-03-11 14:45:19 +01:00 |
|
Tomasz Drwięga
|
03da6c991f
|
Merge branch 'master' into ethminer_crate
Conflicts:
Cargo.lock
Cargo.toml
ethcore/src/client/client.rs
hook.sh
parity/main.rs
rpc/Cargo.toml
rpc/src/v1/impls/eth.rs
sync/Cargo.toml
sync/src/tests/helpers.rs
|
2016-03-11 14:37:07 +01:00 |
|