- Apr 02, 2018
-
-
Tomasz Drwięga authored
* Bump ethabi & ethereum-types. * Fix test. * Fix hex encodings.
-
Tomasz Drwięga authored
* Allow customization of max WS connections. * remove superflous line. * Add test for CLI argument parsing.
-
Tomasz Drwięga authored
-
Wei Tang authored
* Return null number for pending block in eth_getBlockByNumber * Inline false in client_query * block hash for pending should be null * logsBloom should be null for pending blocks * Fix test due to logsBloom type change
-
Ryan Leung authored
* use constant durations * fix CI * address comments
-
- Mar 31, 2018
-
-
-
Wei Tang authored
* eth_uninstallFilter should return false for non-existent filter * Use shorter form is_some()
-
- Mar 30, 2018
-
-
* use app_dirs2 * update app_dirs to 1.2.1
-
- Mar 29, 2018
-
-
Sergey Pepyakin authored
* Add missing license header for runtime.rs * Update year
-
Pierre Krieger authored
-
Tomasz Drwięga authored
* Warp-only sync with warp-after [blocknumber] flag. * Fix tests. * Fix configuration tests. * Rename to warp barrier.
-
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
-
-
Marek Kotewicz authored
* Add test for ethstore-cli, fixes #8027 remove println * Update test.sh
-
Varunram Ganesh authored
-
Marek Kotewicz authored
-
Thibaut S authored
* jsonrpc-api, ws-apis and ipc-apis update * Better wording * Clarify what "safe" has
-
-
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 24, 2018
-
-
* Updated jsonrpc to point to the 1.11 branch * Update dependencies. - `jsonrpc` PR #244 required `hyper >= 0.11.20` which in turn required updating `tokio-core`, `mio` and `iovec`. - `jsonrpc` PR #246 required updating `https://github.com/tomusdrw/ws-rs`. * Update tokio-core to 0.1.12 * Update hyper to 0.11.24
-
- Mar 23, 2018
-
-
Amaury Martiny authored
* Change name Wallet -> UI * Make warning bold
-
Thibaut S authored
-
Rando authored
* Move 1.9 changelog * Mark Parity 1.8 EOL * Make CHANGELOG 1.10 again * Add changelog for 1.9.5 stable * Add changelog for 1.10.0 beta * Update changelog for 1.10.0 beta * Update changelog for 1.10.0 beta * Update changelog for 1.10.0 beta
-
-
-
- Mar 22, 2018
-
-
Tomasz Drwięga authored
* Avoid allocations when computing triehash. * Bump elastic-array to 0.10
-
* Decode patricia node with UntrustedRlp (cherry picked from commit efb993b8e7ce087f092cb8c2f633c62ad87e4fb8) * Replace Rlp with UntrustedRlp in triedbmut * Handle node decode results in trie
-
- Mar 21, 2018
-
-
Nikolay Volf authored
-
- Mar 20, 2018
-
-
Tomasz Drwięga authored
* Re-enable signer, even with no UI. * Fix message.
-
Pierre Krieger authored
-
lihuafeng authored
1. fix some typo in the comment. 2. sort the order of methods in 'impl state::Backend for StateDB`
-
* SecretStore: ability to identify requester via Public/Address * SecretStore: store author address instead of public in db
-
-
- Mar 19, 2018
-
-
André Silva authored
-
Tomasz Drwięga authored
-
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
-
-