- 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
-
-
* optional dependency on secp256k1 for ethcrypto * README
-
- Mar 16, 2018
-
-
André Silva authored
* network: init discovery using healthy nodes * network: fix style grumble * network: fix typo
-
Kirill Pimenov authored
-
-
Both functions are no longer in use within the parity code base.
-
- Mar 15, 2018
-
-
-
-
Alexey authored
* Update runtime.rs * Update runtime.rs
-
* structured rlp encoding in journaldb * removed redundant code
-
- Mar 14, 2018
-
-
André Silva authored
-
Marek Kotewicz authored
-
* Use `subtle::slices_equal` for constant time comparison. Also update the existing version of subtle in `ethcrypto` from 0.1 to 0.5 * Test specifically for InvalidPassword error.
-
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
-
Marek Kotewicz authored
* ethcore test::helpers cleanup * ethcore-service
-