- Jul 23, 2018
-
-
* docs: update repository links * docs: update repository links in contribution guide
-
* parity: fix UserDefaults json parser * parity: use serde_derive for UserDefaults * parity: support deserialization of old UserDefault json format * parity: make UserDefaults serde backwards compatible * parity: tabify indentation in UserDefaults
-
-
- Jul 20, 2018
-
-
André Silva authored
* update Dockerfile for hub update to Ubuntu Xenial 16.04 fix cmake version * docker: fix tab indentation in hub dockerfile
-
Afri Schoedon authored
-
* ethcore: add modexp benchmarks * ethcore: add_bn_128_add benchmark
-
- Jul 19, 2018
-
-
* Fix bugfix hard fork logic * Remove dustProtectionTransition from bugfix category EIP-168 is not enabled by default * Remove unnecessary 'static
-
Wei Tang authored
* Be more graceful on Aura difficulty validation * test: rejects_step_backwards * test: proposer_switching * test: rejects_future_block * test: reports_skipped * test: verify_empty_seal_steps
-
Marek Kotewicz authored
* handle SyncHandler errors properly, closes #9150 * applied review suggestions
-
- Jul 18, 2018
-
-
* Remove node-health * Remove ntp_servers * Add --ntp-servers as legacy instead of removing it * Add --ntp-servers to deprecated args * Remove unused stuff * Remove _legacy_ntp_servers
-
-
Afri Schoedon authored
* docs: mark 1.10 as end-of-life * docs: move changelog for 1.11 * docs: Add changelog for 1.11.7-stable * docs: add changelog for 2.0.0-beta * docs: add release notes for 2.0.0 beta * docs: fix links in changelog * docs: Update changelog for 1.11.7-stable * docs: Update changelog for 2.0.0-beta * docs: address @Tbaut's comments for the 2.0.0-beta changelog * docs: add note regarding txqueue changes as recommended by @tomusdrw
-
* Disable per-sender limit for local transactions. * Add a missing new line.
-
André Silva authored
-
- Jul 17, 2018
-
-
Thibaut S authored
* typo * typo * Update mod.rs
-
Niklas Adolfsson authored
* Allocate less stack in `Receipt ctor` * ethcore: use accrue_bloom when computing transaction receipt
-
- Jul 16, 2018
-
-
Niklas Adolfsson authored
* `evm bench` use valid dependencies Benchmarks of the `evm` used stale versions of a couple a crates that this commit fixes! * fix warnings
-
Denis S. Soldatov aka General-Beck authored
-
Marek Kotewicz authored
-
* Reject if Engine::on_close_block returns error * Unify open block behaviors * Fix tests in ethcore * Fix Aura tests * Fix RPC test * Print a warning if open block failed * Print the actual error when closing the block * Update comments for prepare_pending_block * Add BlockPreparationStatus to distingish three different state after prepare_pending_block
-
Niklas Adolfsson authored
Remove needless mutable variable and assignment
-
* Completely remove all dapps struct from rpc * Remove unused pub use
-
- Jul 15, 2018
-
-
Marek Kotewicz authored
* Removed redundant struct bounds and unnecessary data copying * Updated docs, removed redundant bindings
-
- Jul 14, 2018
-
-
Anthony authored
-
- Jul 13, 2018
-
-
Tomasz Drwięga authored
-
Thibaut S authored
* Insert Kovan hardcoded headers until #7690241 * Insert Kovan hardcoded headers until block 7690241 * Insert Ropsten hardcoded headers until #3612673 * Insert Mainnet hardcoded headers until block 5941249
-
-
Tomasz Drwięga authored
-
-
Tomasz Drwięga authored
-
André Silva authored
-
Marek Kotewicz authored
-
- Jul 12, 2018
-
-
Afri Schoedon authored
* Update README.md * rename parity client * docs: remove UI stuff from readme. * docs: add changelog link to readme
-
* Revert "Replace `std::env::home_dir` with `dirs::home_dir` (#9077)" This reverts commit 7e779327. * Restore some of the changes * Update parity-common
-
- Jul 11, 2018
-
-
Jim Posen authored
* discovery: Only add nodes to routing table after receiving pong. Previously the discovery algorithm would add nodes to the routing table before confirming that the endpoint is participating in the protocol. This now tracks in-flight pings and adds to the routing table only after receiving a response. * discovery: Refactor packet creation into its own function. This function is useful inside unit tests. * discovery: Additional testing for new add_node behavior. * discovery: Track expiration of pings to non-yet-in-bucket nodes. Now that we may ping nodes before adding to a k-bucket, the timeout tracking must be separate from BucketEntry. * discovery: Verify echo hash on pong packets. Stores packet hash with in-flight requests and matches with pong response. * discovery: Track timeouts on FIND_NODE requests. * discovery: Retry failed pings with exponential backoff. UDP packets may get dropped, so instead of immediately booting nodes that fail to respond to a ping, retry 4 times with exponential backoff. * !fixup Use slice instead of Vec for request_backoff.
-
Matthew Martin authored
* Add seperate default DB path for light client (#8927) * Improve readability
-
Afri Schoedon authored
* parity-version: major bump to 2.0.0
🎉 * parity-ethereum: rename crate🌵 * ethcore: only accept service transactions from parity-ethereum nodes * parity: fix --identity tests * rpc: fix sync provider in tests * rpc: fix parity_net_peers test * ethcore-sync: accept service transactions from parity and parity-ethereum * ethcore-sync: fix indentation * ethcore-sync: split the ifs to reduce code redundancy * ethcore-sync: fix syntax * Fix building ethcore * update cargo.lock * parity-version: major bump to 2.0.0 tada * fix merge -
Nicolas Gotchac authored
-
Pierre Krieger authored
* Remove the dapps system from Parity * Move node-health outside of dapps * Fix set dapps list test * Update Cargo.lock * Deprecate options * Add _legacy_ prefixes in Dapps * Fix tests * Fix deprecatedness of dapps-path
-