debris
|
906e9b395e
|
fixed parsing blockchain file, added default account to rpc tests
|
2016-03-19 11:02:44 +01:00 |
|
Gav Wood
|
1d822132f0
|
Merge pull request #757 from ethcore/ethrpc_test
rpctest executable
|
2016-03-19 08:45:13 +01:00 |
|
debris
|
a76aad2e12
|
fixed invalid json files
|
2016-03-18 23:56:51 +01:00 |
|
debris
|
79aa8570d0
|
pricing { linear: {} }
|
2016-03-18 22:54:36 +01:00 |
|
debris
|
e4ec80941c
|
fixed failing builin test
|
2016-03-18 20:17:25 +01:00 |
|
debris
|
839cecd2da
|
fixed od builting parsing
|
2016-03-18 19:31:31 +01:00 |
|
Tomasz Drwięga
|
62c32eb288
|
Merge branch 'master' into tx_queue_live
Conflicts:
miner/src/miner.rs
|
2016-03-18 19:31:14 +01:00 |
|
debris
|
3b8c6a1ab2
|
linear -> pricing
|
2016-03-18 19:08:57 +01:00 |
|
debris
|
757f0c9bc4
|
Merge branch 'master' of github.com:ethcore/parity into ethrpc_test
|
2016-03-18 18:05:29 +01:00 |
|
Gav Wood
|
2309e19fd9
|
Merge pull request #760 from ethcore/tx_queue_gas_limit
Avoid importing transactions with gas above 1.1*block_gas_limit to transaction queue
|
2016-03-18 18:05:26 +01:00 |
|
Gav Wood
|
a1fb0619bb
|
Merge pull request #752 from ethcore/tx_queue_invalid
Removing transactions that failed to be pushed to block.
|
2016-03-18 18:03:11 +01:00 |
|
Tomasz Drwięga
|
7d77324765
|
BlockGasLimit taken from push_transaction result
|
2016-03-18 14:22:50 +01:00 |
|
Tomasz Drwięga
|
58bb5e967a
|
Merge branch 'master' into tx_queue_gas_limit
Conflicts:
miner/src/transaction_queue.rs
|
2016-03-18 12:25:36 +01:00 |
|
Tomasz Drwięga
|
7fb365634a
|
Updating gas_limit in test_client generated blocks
|
2016-03-18 10:36:01 +01:00 |
|
Tomasz Drwięga
|
e58ec31e20
|
Fixing warnings
|
2016-03-18 10:14:19 +01:00 |
|
Tomasz Drwięga
|
338e5fadb9
|
Bumping clippy
|
2016-03-18 10:08:47 +01:00 |
|
Tomasz Drwięga
|
48c72a168c
|
Merge branch 'master' into tx_queue_invalid
|
2016-03-18 09:44:31 +01:00 |
|
Tomasz Drwięga
|
7ae60056b2
|
Common error handling
|
2016-03-17 16:13:00 +01:00 |
|
debris
|
a3f6d36018
|
Merge branch 'master' of github.com:ethcore/parity into ethrpc_test
|
2016-03-17 15:52:09 +01:00 |
|
debris
|
c695b83e52
|
new way of loading PodState
|
2016-03-17 15:51:40 +01:00 |
|
Tomasz Drwięga
|
309af743e0
|
Ignoring transactions slightly above gas_limit
|
2016-03-17 15:23:25 +01:00 |
|
debris
|
1f03ae54d6
|
moved ethcores spec to its own module, added genesis
|
2016-03-17 15:15:10 +01:00 |
|
Tomasz Drwięga
|
c4021a77ca
|
Stop adding transactions right after we know that no other will make it to block.
|
2016-03-17 14:40:40 +01:00 |
|
debris
|
0621da8535
|
ethjson spec submodule
|
2016-03-17 13:41:11 +01:00 |
|
Tomasz Drwięga
|
c382fa7eab
|
Removing invalid transactions from queue
|
2016-03-17 12:29:55 +01:00 |
|
Tomasz Drwięga
|
b1557b547b
|
Reverting check if block queue is empty
|
2016-03-17 11:47:41 +01:00 |
|
Tomasz Drwięga
|
fdba8de600
|
Validating senders balance before importing transaction to queue
|
2016-03-16 10:45:55 +01:00 |
|
Tomasz Drwięga
|
be32e79a7a
|
Merge branch 'master' into tx_queue
|
2016-03-16 09:28:37 +01:00 |
|
Tomasz Drwięga
|
188e325b20
|
Importing transactions from hashset. Notifying about every block
|
2016-03-15 23:01:36 +01:00 |
|
arkpar
|
9dea31031c
|
Enact block with uncles test
|
2016-03-15 14:35:45 +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 |
|
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 |
|
debris
|
9b241faf01
|
uncle method mock
|
2016-03-14 17:01:29 +01:00 |
|
debris
|
0de73609d2
|
eth_hashrate && eth_submitHashrate tests
|
2016-03-14 14:18:29 +01:00 |
|
Arkadiy Paronyan
|
38de95cc3b
|
Merge pull request #719 from ethcore/targetgaslimit
Allow configuration of target gas limit.
|
2016-03-14 14:04:09 +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 |
|
Nikolay Volf
|
3eb08b0d61
|
fix tests and deuncommented
|
2016-03-14 10:53:37 +01:00 |
|
Gav Wood
|
dc8b9c3205
|
Fix build.
|
2016-03-14 10:48:32 +01:00 |
|
Nikolay Volf
|
829ed4d0a6
|
commented empty slice/vec comparison
|
2016-03-14 10:47:22 +01:00 |
|
Gav Wood
|
f6b7884a1d
|
Allow configuration of target gas limit.
|
2016-03-14 02:00:22 +01:00 |
|
arkpar
|
9e7ff2c00e
|
Version 1.1
|
2016-03-14 01:00:17 +01:00 |
|
Gav Wood
|
5c964694b4
|
Merge pull request #706 from ethcore/fix-accountdb
Check for NULL_RLP in AccountDB
|
2016-03-13 22:29:19 +01:00 |
|
arkpar
|
420f473f90
|
Check for NULL_RLP in AccountDB
|
2016-03-13 21:28:57 +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 |
|