Arkadiy Paronyan
993f707fbe
Merge pull request #1454 from ethcore/db-config-ext
...
Database configuration extended
2016-06-28 07:07:05 +02:00
Gav Wood
ff788e4199
Fix another typo
...
[ci:skip]
2016-06-27 21:06:40 +02:00
Gav Wood
5919c660e5
Fix typo
...
[ci:skip]
2016-06-27 21:06:10 +02:00
Gav Wood
495e56034f
Merge branch 'master' into miner-improvements
2016-06-27 21:02:55 +02:00
arkpar
ed153995f9
Attempt DB repair if corrupted
2016-06-27 20:41:02 +02:00
arkpar
150d7c1c78
Merge remote-tracking branch 'origin/master' into db-config-ext
2016-06-27 20:33:07 +02:00
arkpar
5d67a32cef
Merge remote-tracking branch 'origin/master' into miner-improvements
2016-06-27 20:31:57 +02:00
Gav Wood
10aa32b0f5
Include RPC configurability for max tx gas limit.
...
Also Move the gas limit into the transaction queue from the miner.
2016-06-27 20:19:01 +02:00
Arkadiy Paronyan
a83def78b3
Merge pull request #1459 from ethcore/stable-ws
...
Updating WS-RS server
2016-06-27 19:53:24 +02:00
Arkadiy Paronyan
60b70dada1
Reduced IO messages; removed panics on IO notifications ( #1457 )
2016-06-27 19:30:13 +02:00
Gav Wood
dc79e63db7
Update configuration.rs
2016-06-27 19:22:54 +02:00
Gav Wood
7b5eeb1dd7
Update cli.rs
...
[ci:skip]
2016-06-27 19:22:28 +02:00
Gav Wood
a102015ecf
Fix doc test.
2016-06-27 19:16:26 +02:00
Gav Wood
2a51a30d41
Fix up the pending set stuff.
2016-06-27 19:06:54 +02:00
Nikolay Volf
9f4bfd9e7a
fix tests
2016-06-27 18:47:50 +02:00
Gav Wood
1667808ecb
More miner options.
...
- Optional limit for the amount of gas transactions may have;
- option to restruct transactions returned/queried to only those
which have been executed.
2016-06-27 18:27:06 +02:00
Gav Wood
6c1802e412
Allow configuration of when to reseal blocks.
2016-06-27 17:23:54 +02:00
Tomasz Drwięga
222404f801
Updating WS version
2016-06-27 16:34:46 +02:00
Tomasz Drwięga
044bf5511a
Fixing HTTP file serving on ws-rs
2016-06-27 16:34:39 +02:00
Tomasz Drwięga
1fdbfa14ad
Handle errors when starting parity ( #1451 )
2016-06-27 16:00:16 +02:00
Arkadiy Paronyan
6859152c21
Fixed losing queued blocks on ancient block error ( #1453 )
2016-06-27 15:59:45 +02:00
Nikolay Volf
f9f25fd147
cli config
2016-06-27 14:25:50 +02:00
debris
06cf2a3f41
updated FatDB description
2016-06-27 14:01:17 +02:00
debris
7904464d24
use mem::replace instead of mem::swap in ArchiveDB, add aux_remove()
2016-06-27 14:01:06 +02:00
Nikolay Volf
2e5d5f12dd
ethcore client config
2016-06-27 13:58:12 +02:00
Nikolay Volf
627b67db0a
jdb to new settings config
2016-06-27 13:23:50 +02:00
Nikolay Volf
07098fd16f
extra helpers for prefix
2016-06-27 13:14:40 +02:00
Nikolay Volf
e4763e90bc
compaction struct and helpers
2016-06-27 13:03:34 +02:00
Marek Kotewicz
6b51dffca0
Merge pull request #1450 from ethcore/rpc-server-fix
...
Updated to latest hyper with patched mio
2016-06-27 11:36:37 +02:00
debris
36626f96a8
separated TrieMut from Trie, added Generic Trie type to TrieFactory
2016-06-27 11:19:27 +02:00
debris
5ecbeaa82f
trie factory in progress
2016-06-27 10:59:59 +02:00
arkpar
c21550a663
Updated to latest hyper with patched mio
2016-06-27 10:39:37 +02:00
Gav Wood
4f1f33d1b8
Retweak BASE and MULTIPLIER in rocksdb config. ( #1445 )
2016-06-27 09:20:38 +02:00
Marek Kotewicz
b3398cec33
Merge pull request #1410 from ethcore/miner-no-default
...
Removing Miner::default.
2016-06-27 09:18:42 +02:00
debris
f3a6da7c1e
Merge branch 'master' of github.com:ethcore/parity
2016-06-27 09:16:45 +02:00
debris
1b4f67151f
fatdb and fatdb iterator module
2016-06-27 09:16:34 +02:00
Tomasz Drwięga
593d947fcd
Using stable version of ws-rs
2016-06-26 23:48:59 +02:00
Tomasz Drwięga
2bd0c5ebcb
Unwrap or default
2016-06-26 22:48:09 +02:00
Tomasz Drwięga
6bbaced3cd
Merge branch 'master' into miner-no-default
...
Conflicts:
ethcore/src/miner/miner.rs
parity/main.rs
2016-06-26 22:44:34 +02:00
Gav Wood
516b015325
Don't mine without --author ( #1436 )
...
Requires --author to be set before mining is allowed to happen.
2016-06-26 22:02:17 +02:00
Arkadiy Paronyan
2ef929dcbd
Merge pull request #1437 from ethcore/revertrescuedaoed
...
Revert the rescuedao extradata.
2016-06-26 14:27:56 +02:00
Gav Wood
2400001675
More conservative settings for rocksdb. ( #1440 )
2016-06-25 23:13:34 +02:00
Gav Wood
2574d000a3
Revert the rescuedao extradata.
2016-06-25 14:35:43 +02:00
Arkadiy Paronyan
a72d8ee0e7
v1.3.0 ( #1421 )
2016-06-25 10:32:05 +02:00
Arkadiy Paronyan
482d910b15
Merge pull request #1429 from General-Beck/patch-7
...
Update Ubuntu-arm Dockerfile
2016-06-24 22:53:33 +02:00
Arkadiy Paronyan
b02d7a4311
Merge pull request #1430 from General-Beck/patch-8
...
Create Dockerfile ubuntu-aarch64
2016-06-24 22:53:11 +02:00
Denis S. Soldatov aka General-Beck
ab0d280232
Create Dockerfile ubuntu-aarch64
...
Create Dockerfile ubuntu-aarch64
[ci skip]
2016-06-25 03:51:05 +07:00
Denis S. Soldatov aka General-Beck
4fd0a95112
Update Ubuntu-arm Dockerfile
...
Update Ubuntu-arm Dockerfile
[ci skip]
2016-06-25 02:58:06 +07:00
Arkadiy Paronyan
59d1a82814
Merge pull request #1424 from General-Beck/patch-4
...
Update CentOS Dockerfile
2016-06-24 21:55:45 +02:00
Arkadiy Paronyan
83af81f443
Merge pull request #1426 from General-Beck/patch-5
...
Update Ubuntu Dockerfile
2016-06-24 21:52:58 +02:00