- Jul 27, 2018
-
-
Afri Schoedon authored
* docs: add changelog for 1.11.8 stable * docs: add changelog for 2.0.1 beta
-
Wei Tang authored
-
Andrew Jones authored
Previously we only allow downloading of old blocks if the peer difficulty was greater than our syncing difficulty. This change allows downloading of blocks from peers where the difficulty is greater then the last downloaded old block.
-
-
- Jul 26, 2018
-
-
André Silva authored
-
Marek Kotewicz authored
-
- Jul 25, 2018
-
-
Wei Tang authored
* Insert PROOF messages for some cases in blockchain * Break expect to its own line to avoid things being too long * Be more specific for all low-level database error cases * Fix BranchBecomingCanonChain expect * ethcore: fix typo in expect proof message
-
EOS Classic authored
+ For ETC, ELLA, EXP, Morden, MUSIC
-
André Silva authored
-
Marek Kotewicz authored
-
Piotr Chromiec authored
Changed `parity` dir name into `parity-ethereum`
-
- Jul 24, 2018
-
-
* Added --tx-queue-no-early-reject flag to disable early tx queue rejects because of low gas price * Fixed failing tests, clarified comments and simplified no_early_reject field name. * Added test case for the --tx-queue-no-early-reject flag
-
- Jul 23, 2018
-
-
Wei Tang authored
* Avoid schedule copying in nested call/create * Fix tests * fix test: wrong Schedule used * Fix private-tx test * Fix jsontests compilation
-
André Silva authored
* ethcore: add geth benchmarks for all builtins * ethcore: remove old builtin benchmarks
-
André Silva authored
* rpc: fix is_major_importing sync state condition * rpc: fix informant printout when waiting for peers
-
* 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
-