- Mar 23, 2018
-
-
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
-
- Mar 12, 2018
-
-
Niklas Adolfsson authored
* Refactor usage of registry contract * remove unsed file * Rename methods & fix comments * refactor contract_client: * Intoduced separate traits for asyncronous and syncronous contract clients * Removed registrar from ethcore::client * s/ContractClient/AsyncContractClient * make the tests compile and pass * omit changes in ethcore * Use only one trait for ContractClient * Use an associated type in the trait to determine syncronous or asyncronous communication * Export the types from contract-client crate * Document that "A" in the hash correspons to a DNS A Record A.K.A Address Record * contract_client -> registrar * address review feedback
-
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
-