Gav Wood
|
9592ccc0df
|
Publish locally-made transactions to peers.
|
2016-03-28 18:11:00 +02:00 |
|
Gav Wood
|
f231440480
|
Use network id for the web3_net_version return.
|
2016-03-26 00:23:07 +01:00 |
|
Tomasz Drwięga
|
cee45e1a8e
|
Merge branch 'master' into tx_queue_live
Conflicts:
miner/src/miner.rs
|
2016-03-18 09:48:35 +01:00 |
|
Tomasz Drwięga
|
2dc314f993
|
Removing update_seal when new transactions arrives
|
2016-03-17 18:30:26 +01:00 |
|
Tomasz Drwięga
|
7ae60056b2
|
Common error handling
|
2016-03-17 16:13:00 +01:00 |
|
Nikolay Volf
|
85b08e6e7b
|
get rid of the function
|
2016-03-17 15:09:08 +01:00 |
|
Nikolay Volf
|
7929af67c8
|
propagation is out
|
2016-03-17 15:02:18 +01:00 |
|
Nikolay Volf
|
0f96ce9bd2
|
no flag also
|
2016-03-17 14:56:19 +01:00 |
|
Nikolay Volf
|
0b35a36cb0
|
Merge branch 'master' into tq-stop-sync
Conflicts:
sync/src/chain.rs
|
2016-03-17 14:19:12 +01:00 |
|
Nikolay Volf
|
a285fbab6d
|
overhaul to flag
|
2016-03-17 14:11:32 +01:00 |
|
Tomasz Drwięga
|
833c5fdd31
|
Merge branch 'master' into tx_queue_live
Conflicts:
sync/src/chain.rs
|
2016-03-17 13:35:01 +01:00 |
|
Gav Wood
|
a76eb022d0
|
Merge pull request #746 from ethcore/tx_queue
Verify sender's balance before importing transaction to queue
|
2016-03-17 13:32:48 +01:00 |
|
Nikolay Volf
|
83f5cc6aa6
|
adding helper can_sync
|
2016-03-17 13:14:06 +01:00 |
|
Tomasz Drwięga
|
e1c3ab1846
|
Renaming status fields to something more descriptive.
|
2016-03-17 13:07:34 +01:00 |
|
Tomasz Drwięga
|
b684bc9ba0
|
Updating sealing when new transactions are received
|
2016-03-17 12:52:26 +01:00 |
|
Nikolay Volf
|
5c4edbdd6b
|
Merge branch 'master' into tq-stop-sync
|
2016-03-17 12:25:14 +01:00 |
|
Nikolay Volf
|
03ca9d2c06
|
adding message from client to sync and disabling sending transactions to the queue while syncing
|
2016-03-17 12:17:53 +01:00 |
|
Tomasz Drwięga
|
bc04e0c713
|
Adding missing commas
|
2016-03-17 11:49:56 +01:00 |
|
Tomasz Drwięga
|
0e7778a7b7
|
Increasing balance in tests
|
2016-03-17 11:27:38 +01:00 |
|
Tomasz Drwięga
|
81c36499ea
|
Fixing sync test
|
2016-03-17 10:20:35 +01:00 |
|
Tomasz Drwięga
|
10c309fccb
|
Merge branch 'master' into tx_queue
|
2016-03-17 10:20:21 +01:00 |
|
arkpar
|
b9584b7ec9
|
restart sync on getting old unknown header
|
2016-03-16 18:25:32 +01:00 |
|
Tomasz Drwięga
|
fdba8de600
|
Validating senders balance before importing transaction to queue
|
2016-03-16 10:45:55 +01:00 |
|
arkpar
|
e538b417f0
|
Missing return
|
2016-03-15 18:35:07 +01:00 |
|
arkpar
|
85833d228a
|
Ignore new blocks while seeking
|
2016-03-15 01:22:58 +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 |
|
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
|
02f43f2e8c
|
Merge branch 'ethminer_crate'
|
2016-03-13 15:00:47 +01:00 |
|
arkpar
|
0a6fea1b77
|
Silenced some non-important warnings
|
2016-03-13 10:33:55 +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 |
|
Nikolay Volf
|
eaf22198e2
|
Merge pull request #676 from ethcore/fix-tx-warnings
fix warning for transaction_queue.add usage
|
2016-03-11 19:48:05 +03: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 |
|
Gav Wood
|
b25551be7b
|
Merge pull request #671 from ethcore/clippy_hook
Removing running clippy by default on nightly.
|
2016-03-11 14:03:16 +01:00 |
|
Nikolay Volf
|
99c5794929
|
fix warning for transaction_queue.add usage
|
2016-03-11 16:00:30 +04:00 |
|
debris
|
389d17974e
|
Merge branch 'client_submodules' into rpc_tests
|
2016-03-11 11:17:28 +01:00 |
|
Tomasz Drwięga
|
d84e008e00
|
Removing superflous check for nightly
|
2016-03-11 11:16:49 +01:00 |
|
Marek Kotewicz
|
eb2171e287
|
Merge pull request #652 from ethcore/tx_queue_rpc
Transaction queue exposed via JSON rpc.
|
2016-03-11 11:08:16 +01:00 |
|
debris
|
34a120e127
|
net tests
|
2016-03-11 10:17:20 +01:00 |
|
Tomasz Drwięga
|
92022ac14d
|
Merge branch 'master' into ethminer_crate
Conflicts:
ethcore/src/client.rs
parity/main.rs
rpc/src/v1/impls/eth.rs
sync/src/chain.rs
|
2016-03-10 16:38:58 +01:00 |
|
Gav Wood
|
5764ec5ddc
|
Merge pull request #609 from ethcore/tx-rpc-expose
Expose transaction insertion in sync lib
|
2016-03-10 15:28:43 +01:00 |
|
Tomasz Drwięga
|
9db4720162
|
Fixing clippy warnings.
|
2016-03-10 14:15:47 +01:00 |
|
Tomasz Drwięga
|
2e72173620
|
Merge branch 'master' into ethminer_crate
Conflicts:
Cargo.lock
Cargo.toml
hook.sh
miner/src/transaction_queue.rs
rpc/Cargo.toml
sync/Cargo.toml
sync/src/chain.rs
|
2016-03-10 12:25:36 +01:00 |
|
Gav Wood
|
99e577ad2f
|
Merge pull request #650 from ethcore/tx_queue_validation
Validate sender before importing to queue
|
2016-03-10 11:14:22 +01:00 |
|
Gav Wood
|
249a89fc2d
|
Merge pull request #627 from ethcore/clippy-dev
`dev` feature enabled when compiling without `--release`
|
2016-03-10 11:05:56 +01:00 |
|