Commit Graph

271 Commits

Author SHA1 Message Date
arkpar cc0c54a45c Propagate transaction queue 2016-04-09 13:28:37 +02:00
arkpar f96e5bc0d5 v1.0.2 2016-04-06 16:15:36 +02:00
arkpar 444c9c4375 Track import errors and restart sync 2016-04-06 16:15:31 +02:00
Gav Wood 3023d76a46 Publish locally-made transactions to peers. 2016-03-28 19:43:49 +02:00
Gav Wood f60d74b231 Merge pull request #844 from ethcore/sync-beta
Full sync restart on bad block
2016-03-28 15:49:39 +02:00
arkpar 3e192ab486 Full restart on bad block 2016-03-28 13:05:59 +02:00
arkpar 20f3f356e5 v1.0.1 2016-03-28 02:25:12 +02:00
Gav Wood ca91fd5e76 Use network id for the web3_net_version return. 2016-03-26 00:22:09 +01:00
arkpar bf4e4df4c8 Fixed sync tests 2016-03-21 18:51:22 +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 144385e67d Bumping clippy 2016-03-20 23:52:56 +01:00
Nikolay Volf 7371beb26c get rid of the function 2016-03-20 23:52:00 +01:00
Nikolay Volf 7acdc80b27 propagation is out 2016-03-20 23:51:59 +01:00
Nikolay Volf 3847f8a9fc no flag also 2016-03-20 23:51:58 +01:00
Tomasz Drwięga 2f8e6be2ea Adding missing commas 2016-03-20 23:51:22 +01:00
Tomasz Drwięga b79c7f05c0 Increasing balance in tests 2016-03-20 23:51:22 +01:00
Tomasz Drwięga 4be4a1c151 Fixing sync test 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 4db397ecb1 Renaming status fields to something more descriptive. 2016-03-20 23:51:20 +01:00
Nikolay Volf 114bab66c4 overhaul to flag 2016-03-20 23:50:31 +01:00
Nikolay Volf 13d0d6d006 adding helper can_sync 2016-03-20 23:50:31 +01:00
arkpar 9f8a131fa4 restart sync on getting old unknown header 2016-03-20 23:49:34 +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 e538b417f0 Missing return 2016-03-15 18:35:07 +01:00
arkpar 1964ed7eb3 Merge remote-tracking branch 'origin/sync' into beta 2016-03-15 12:56:17 +01:00
arkpar 85833d228a Ignore new blocks while seeking 2016-03-15 01:22:58 +01:00
arkpar ebb7699da2 Merge remote-tracking branch 'origin/pv63-receipts' into beta 2016-03-14 18:58:23 +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
Nikolay Volf 8f4323f3bb Merge branch 'master' into pv63-receipts
Conflicts:
	ethcore/src/client/test_client.rs
2016-03-14 11:06:28 +01:00
arkpar f77b4119da Version 1.0 2016-03-14 01:01:15 +01:00
arkpar 9e7ff2c00e Version 1.1 2016-03-14 01:00:17 +01:00
Tomasz Drwięga 4cf18c728d Fixing sync invalid sync test 2016-03-13 20:53:47 +01:00
Nikolay Volf 809c239ff8 fix rev 2016-03-13 15:59:25 +01:00
Gav Wood 08b9cc2c41 Merge changes from #674 into branch. 2016-03-13 15:29:55 +01:00
Gav Wood 4a58e142bd Remove duplicate ciippys. 2016-03-13 15:02:08 +01:00
Gav Wood 02f43f2e8c Merge branch 'ethminer_crate' 2016-03-13 15:00:47 +01:00
Gav Wood 94932386e3 Merge pull request #685 from ethcore/sync
More sync fixes
2016-03-13 12:14:24 +01:00
arkpar 0a6fea1b77 Silenced some non-important warnings 2016-03-13 10:33:55 +01:00
Gav Wood e7574d4516 Update lib.rs 2016-03-12 19:29:18 +01:00
Nikolay Volf 0684abd345 fixed to return receipts grouped by requested block 2016-03-12 19:23:17 +01:00
arkpar 1e23a4c888 Don't redownload queued blocks on restart 2016-03-12 16:01:34 +01:00
arkpar 16618094f5 Cleanup header_ids 2016-03-12 16:01:34 +01:00
arkpar 1fe575bf7b Download bodies for validated hash chain only 2016-03-12 16:01:34 +01:00
arkpar 7ad7996144 Fixed common block detection 2016-03-12 16:01:34 +01:00
Tomasz Drwięga e10457d235 Bumping clippy 2016-03-12 10:06:50 +01:00
Tomasz Drwięga aebc91d96f Merge branch 'master' into ethminer_crate
Conflicts:
	Cargo.toml
	rpc/Cargo.toml
	sync/Cargo.toml
2016-03-12 09:50:18 +01:00
Tomasz Drwięga f724cab92d Merge branch 'master' into updating_clippy
Conflicts:
	ethcore/src/lib.rs
	sync/src/chain.rs
	sync/src/lib.rs
	util/src/keys/store.rs
	util/src/lib.rs
2016-03-11 19:17:09 +01:00