Gav Wood
|
0564e7c168
|
Fix compile.
|
2016-03-24 14:00:15 +00:00 |
|
Gav Wood
|
7a4e91d26d
|
Add tracing.
|
2016-03-24 14:00:09 +00:00 |
|
Gav Wood
|
42040438ed
|
Fix author reporting. num_cpus for JSONRPC threads.
|
2016-03-22 21:58:28 +01:00 |
|
arkpar
|
2aa3864d67
|
Merge with master
|
2016-03-21 15:55:46 +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
|
08dc83205c
|
Flipping sealing_enabled flag after no requests for sealing_block for some time
|
2016-03-21 00:05:43 +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
|
a0cdf5c420
|
Ignoring transactions slightly above gas_limit
|
2016-03-20 23:53:21 +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
|
1f363b22fc
|
Removing invalid transactions from queue
|
2016-03-20 23:52:58 +01:00 |
|
Tomasz Drwięga
|
9b6abb5861
|
Attempting to add all transactions to mined block
|
2016-03-20 23:52:31 +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 |
|
Tomasz Drwięga
|
4db397ecb1
|
Renaming status fields to something more descriptive.
|
2016-03-20 23:51:20 +01:00 |
|
Tomasz Drwięga
|
e767fd88f6
|
Returning number of transactions pending in block not queue
|
2016-03-20 23:50:59 +01:00 |
|
Gav Wood
|
7af0a1dc2c
|
Missing comma.
|
2016-03-14 02:02:32 +01:00 |
|
Gav Wood
|
f6b7884a1d
|
Allow configuration of target gas limit.
|
2016-03-14 02:00:22 +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 |
|
Tomasz Drwięga
|
fadbc61dff
|
Merge branch 'ethminer_crate' into rpc_pending_filter
Conflicts:
miner/src/miner.rs
parity/main.rs
|
2016-03-11 19:27:09 +01:00 |
|
Tomasz Drwięga
|
197ea7f7d6
|
Using miner in rpc instead of sync
|
2016-03-11 14:51:07 +01:00 |
|
Tomasz Drwięga
|
2fd036b073
|
Merge branch 'ethminer_crate' into rpc_pending_filter
Conflicts:
rpc/src/v1/helpers/poll_manager.rs
rpc/src/v1/impls/eth.rs
|
2016-03-11 11:44:44 +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 |
|
Tomasz Drwięga
|
c37370a8a7
|
PendingTransaction filter.
|
2016-03-10 16:04:59 +01:00 |
|
Tomasz Drwięga
|
9db4720162
|
Fixing clippy warnings.
|
2016-03-10 14:15:47 +01:00 |
|
Tomasz Drwięga
|
493c61f09d
|
Minimal gas price threshold. Closes: #636
|
2016-03-09 15:22:11 +01:00 |
|
Tomasz Drwięga
|
363de973c9
|
Adding documentation and ditching EthMiner
|
2016-03-09 14:26:28 +01:00 |
|
Tomasz Drwięga
|
9d664336b5
|
Tratifying Miner
|
2016-03-09 13:30:59 +01:00 |
|
Tomasz Drwięga
|
5db84c3233
|
Adding transactions to block
|
2016-03-09 13:09:34 +01:00 |
|
Tomasz Drwięga
|
9acb36af87
|
Fixing tests compilation. Removing ethminer dependency on client
|
2016-03-08 16:23:32 +01:00 |
|
Tomasz Drwięga
|
99a6802b61
|
Moving block sealing and transaction_queue to separate create
|
2016-03-08 15:46:44 +01:00 |
|