- Sep 26, 2016
-
-
asynchronous rob authored
-
- Sep 22, 2016
-
-
Tomasz Drwięga authored
* Separate path for code size * Actually use it for EVM * add extcodesize to TestExt
-
asynchronous rob authored
Closes #2213 Omit transaction and receipt roots from abridged block. No longer use RLP compression. Make ordered_trie_root generic over an iterator to save an allocation. Breaks snapshot format backwards compatibility (with other 1.4 snapshots -- it's already been broken with 1.3). Documentation will need updating
-
Tomasz Drwięga authored
* Fixing eth_call to builtins * Fixing bytes deserialization * Removing comment
-
Gav Wood authored
* Fix up pending receipts details. * Add support for additional params and registry over RPC. * Fix tests. * Add test, additional fix. Fixes #1932. * Fix up tests. * Fix test. * Fix test. * Remove unused use. * Add encryption, decryption and public-key RPCs. * Remove &
-
- Sep 21, 2016
-
-
asynchronous rob authored
* port trie iterators to use error handling * use new trie iterators in snapshot allows proper recovery from a premature periodic snapshot
-
Tomasz Drwięga authored
* Limit for logs filter. * Moving limit inside the filter object * Fixing tests
-
Tomasz Drwięga authored
* Avoid cloning clean stuff * Don't clone state when closing/locking blocks * handle errors in commit * revert `close_and_lock` changes * defer state root update until post state commit
-
- Sep 20, 2016
-
-
Tomasz Drwięga authored
-
- Sep 19, 2016
-
-
Tomusdrw authored
-
- Sep 18, 2016
-
-
Tomusdrw authored
-
- Sep 16, 2016
-
-
* Bump clippy * Fixing warnings
-
- Sep 15, 2016
-
-
* enable internal sealing based on author * add tests, keep track of engine sealing status * method to check if default address is_sealer * simplify constructors * fix typo
-
- Sep 14, 2016
-
-
* Limiting number of logs * Test for logs * Fixing logs ordering and indexing * Fixing sort * unwrap -> expect * Revert "unwrap -> expect" This reverts commit e99e6e77f37692fe568448e768aa72775de8d0cd.
-
- Sep 13, 2016
-
-
* Fixing removal from gas price when moving future->current * unwrap -> expect
-
* separate block preparation methods * Split internal sealing from work sealing, add cli option * replace cli with engine method, simplify * More docs about sealing types. Bypass work in external txs. * split requires_reseal, add test and new test miner
-
-
- Sep 11, 2016
-
-
-
* restore from local snapshot * update status with chunks done * rework local restore trigger
-
- Sep 08, 2016
-
-
asynchronous rob authored
-
asynchronous rob authored
-
asynchronous rob authored
-
- Sep 07, 2016
-
-
asynchronous rob authored
-
* use proper database config in snapshot service * add snapshot path to parity directories struct * fix RPC tests
-
* periodic snapshot tweaks * set SNAPSHOT_HISTORY to 500
-
Marek Kotewicz authored
-
Arkadiy Paronyan authored
-
- Sep 06, 2016
-
-
asynchronous rob authored
-
asynchronous rob authored
-
Arkadiy Paronyan authored
* PV64 sync * Tests * Client DB restore * Snapshot restoration over IPC * Upating test * Minor tweaks * Upating test
-
- Sep 05, 2016
-
-
Marek Kotewicz authored
-
asynchronous rob authored
-
* add manifest data test * begin tests for io * add unit tests for snapshot io * service smoke test * remove empty service module
-
asynchronous rob authored
-
* evm errors facelift * facelift for traces, added errors with description * additional tests for traces json serialization
-
- Sep 03, 2016
-
-
Nikolay Volf authored
-
- Sep 02, 2016
-
-
asynchronous rob authored
-
asynchronous rob authored
-
asynchronous rob authored
-
- Sep 01, 2016
-
-