- Apr 04, 2018
-
-
Pierre Krieger authored
* Cleaner shutdown system when executing * Simplify set_exit_handler for Client * Minor change * Fix submodule
-
Dmitry Kashitsyn authored
-
* Include suicided accounts in state diff * Shorten form match -> if let * Test suicide trace diff in State
-
Marek Kotewicz authored
* removed not working evmjit, closes #8192 closes #6205 * removed evmjit from build scripts * fixed parity compile error * removed evmjit cli options * fixed invalid test config files
-
- Apr 03, 2018
-
-
André Silva authored
* updater: refactor updater flow into state machine * updater: delay update randomly within max range * updater: configurable update delay * updater: split polling and updater state machine step * updater: drop state to avoid deadlocking * updater: fix fetch backoff * updater: fix overflow in update delay calculation * updater: configurable update check frequency * updater: fix update policy frequency comparison * updater: use lazy_static for platform and platform_id_hash * updater: refactor operations contract calls into OperationsClient * updater: make updater generic over operations and fetch client * updater: fix compilation * updater: add testing infrastructure and minimal test * updater: fix minor grumbles * updater: add test for successful updater flow * updater: add test for update delay * updater: add test for update check frequency * updater: mock time and rng for deterministic tests * updater: test backoff on failure * updater: add test for backoff short-circuit on new release * updater: refactor to increase readability * updater: cap maximum backoff to one month * updater: add test for detecting already downloaded update * updater: add test for updater disable on fatal errors * updater: add test for pending outdated fetch * updater: test auto install of updates * updater: add test for capability updates * updater: fix capability update * updater: use ethabi to create event topic filter * updater: decrease maximum backoff to 1 day * updater: cap maximum update delay with upcoming fork block number * updater: receive state mutex guard in updater_step * updater: overload execute_upgrade to take state mutex guard * updater: remove unnecessary clone of latest operations info * updater: remove latest operations info clone when triggering fetch
-
Removed several bootnodes known not to be running anymore. Added two new ones.
-
* Cache RLP and header hashes. * Refactor header - WiP * Avoid decoding laster header. * Pre-compute hashes for Sealed/Locked block. * Use accrue bloom. Closes ##8241
-
-
- Apr 02, 2018
-
-
Tomasz Drwięga authored
* Bump ethabi & ethereum-types. * Fix test. * Fix hex encodings.
-
Tomasz Drwięga authored
-
Ryan Leung authored
* use constant durations * fix CI * address comments
-
- Mar 31, 2018
-
-
- Mar 29, 2018
-
-
Sergey Pepyakin authored
* Add missing license header for runtime.rs * Update year
-
Andrew Jones authored
* Replace Rlp with UntrustedRlp and unsafely unwrap All Rlp methods return Result<_,DecoderError> now, so for this first pass each will be marked with `expect("TODO")`. In the next pass we can categorise figure out how to handle each case. * Handle DecoderError for tendermint message * Unwrap rlp results in TestBlockcChainClient Rlp should be valid since created manually in tests * Replace `use rlp::*` with explicit imports * Remove rlp decode unwraps from light cli request * Structured rlp encoding for curr best and latest in header chain * Propogate decoder errors from send_packet * Fix body uncles rlp index * Use BodyView in sync and `expect` rlp errors * Revert bbf28f removing original Rlp for this phase This can be done again in the next phase, in order that we can leave the ethcore views unchanged * Restore legacy Rlp and UntrustedRlp Use legacy Rlp for ethcore views. Will redo replacing Rlp with UntrustedRlp in a subsequent PR * Fix tests * Replace boilerplate Encodable/Decodable with derive * Use BlockView instead of Rlp, remove unwrap * Remove rlp test_cli unwraps by using BlockView instead of Rlp directly * Remove unneccesary change to use borrowed hash * Construct sync block using new_from_header_and_body
-
- Mar 28, 2018
-
-
Varunram Ganesh authored
-
Marek Kotewicz authored
-
Marek Kotewicz authored
* node-filter does not use ChainNotify * fixed failing test
-
- Mar 27, 2018
-
-
Pierre Krieger authored
* Implement hardcoded sync * Fix concerns * Remove artifact * Fix cli tests * Fix compilation * Update hardcoded sync block * Don't use any data fetch for the light service
-
-
- Mar 26, 2018
-
-
Nikolay Volf authored
-
- Mar 23, 2018
-
-
- Mar 21, 2018
-
-
Nikolay Volf authored
-
- Mar 20, 2018
-
-
lihuafeng authored
1. fix some typo in the comment. 2. sort the order of methods in 'impl state::Backend for StateDB`
-
- Mar 19, 2018
-
-
Denis S. Soldatov aka General-Beck authored
* fix wasmi x32 builds * Update Cargo.toml
-
André Silva authored
* ethcore: postpone Kovan hard fork * util: update version fork metadata
-
- Mar 15, 2018
-
-
Alexey authored
* Update runtime.rs * Update runtime.rs
-
- Mar 14, 2018
-
-
Marek Kotewicz authored
-
Toralf Wittner authored
* Very primitive test of the Client API * [WIP] getting rid of request * Add support for redirects. * Remove CpuPool from `fetch::Client`. * Adapt code to API changes and fix tests. * Use reference counter to stop background thread. On `clone` the counter is incremented, on `drop` decremented. Once 0 we send `None` over the channel, expecting the background thread to end. * Fix tests. * Comment. * Change expect messages. * Use local test server for testing fetch client. * Ensure max_size also in BodyReader. * Replace `Condvar` with `sync_channel`. * Re-export `url::Url` from `fetch` crate. * Remove spaces. * Use random ports in local test server.
-
Nikolay Volf authored
-
-
-
* std::env::temp_dir -> tempdir in test context * fix lifetime issue so tempdir removes tmpfiles
-
- Mar 13, 2018
-
-
* Small changes to allow better re-use of EvmTestClient * Expose logs. * add outcome to TransactResult * Fix submodule. * Fix json tests. * Fix evmbin.
-
Marek Kotewicz authored
* ethcore test::helpers cleanup * ethcore-service
-
- Mar 12, 2018
-
-
Marek Kotewicz authored
* Revert "fix traces, removed bloomchain crate, closes #7228, closes #7167" This reverts commit 1bf62038678295e5586f02a38a0c5aab9a9efe62. * Revert "fixed broken logs (#7934)" This reverts commit f8a2e53f. * fixed broken logs * bring back old lock order * remove migration v13 * revert CURRENT_VERSION to 12 in migration.rs
-
Marek Kotewicz authored
-
Nikolay Volf authored
-
Nikolay Volf authored
* update wasmi, parity-wasm, wasm-utils to latest version * Update to new wasmi & error handling * also utilize new stack limiter * fix typo * replace dependency url * Cargo.lock update
-
-
- Mar 07, 2018
-
-
* Enable code size limit on kovan * Fix formatting.
-