- 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
-
- 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 02, 2016
-
-
asynchronous rob authored
-
asynchronous rob authored
-
asynchronous rob authored
-
- Sep 01, 2016
-
-
-
asynchronous rob authored
-
asynchronous rob authored
-
-
- Aug 31, 2016
-
-
Marek Kotewicz authored
-
Marek Kotewicz authored
-
asynchronous rob authored
-
- Aug 30, 2016
-
-
asynchronous rob authored
-
- Aug 29, 2016
-
-
* Make the block header struct's internals private Currently, this involves a lot of explicit cloning, but we could migrate the return types of the get_* functions to be copies rather than references since they are mostly copy types anyway. I opted to eliminate the constructor in favor of using Default::default() plus calling a bunch of setters. This is similar to the model that a Google Protobuf client uses and I think it looks fine. * Drop some unnecessary cloning by comparing references * Fix compiler errors from callsites in tests.
-
- Aug 25, 2016
-
-
* take control of given snapshot * start snapshot restoration asynchronously,
-
-
* apply RLP compression to abridged blocks * add memorydb consolidate * code hash optimization * add warning to snapshot restoration CLI
-
- Aug 24, 2016
-
-
Marek Kotewicz authored
* protection from readding empty traces && assertion in traces db * simplified assert
-
Marek Kotewicz authored
* Address renamed to H160 at bigint library level * moved uint specific test from util to bigint library * naming * unifing hashes in progress * unifing hashes * cleanup redundant unwraps in tests * Removing util/crypto in progress. * fixed compiling * signature cleanup in progress * new module - ethcrypto used by ethstore and ethcore-network * fixed compiling * fixed compiling * fixed merge
-
asynchronous rob authored
* optionally use no mangling for accountdb * add the recorder module * get_recorded for tries, no virtual dispatch on readonly tries * add recording test
-
Marek Kotewicz authored
-
- Aug 23, 2016
-
-
Tomasz Drwięga authored
* Fetching dapp from github. * Unpacking dapp * Removing hardcodes * Proper Host validation * Randomizing paths * Splitting into files * Serving donwloaded apps from different path * Extracting URLHint to separate module * Whitespace and docs * Resolving from URLHint contract * Fixing test * Resolving githubhint url from registrar * Proper redirections * Fixing test * fixing ethstore [ci skip] * Correct version of registrar * Removing superfluous Box
-
Nipunn Koorapati authored
-
Marek Kotewicz authored
-
Gav Wood authored
* Market-orientated transaction pricing Avoid a strict gas-limit and let the market decide through using a priority queue based around gas pricing for transactions. In periods of low transaction volume, they'll be processed for a lower fee. * Fix tests, add/clarify documentation, fix some logic. * Change default to reflect CLI. * Specify type. * Make test more precise. * Fix doc test
-
Nikolay Volf authored
-
- Aug 22, 2016
-
-
Nikolay Volf authored
-
- Aug 18, 2016
-
-
-
asynchronous rob authored
-
asynchronous rob authored
-
asynchronous rob authored
-