- Jul 31, 2018
- Jul 30, 2018
-
-
-
Denis S. Soldatov aka General-Beck authored
* Update Dockerfile fix Docker build * fix dockerfile paths: parity -> parity-ethereum (#9248)
-
Marek Kotewicz authored
* blockchain insert expects owned block instead of block reference * reduce a number of times a block is deserialized * removed cached uncle_bytes from block * removed is_finalized from OpenBlock * removed unused parity_machine::WithMetadata trait * removed commented out code * remove unused metadata from block * remove unused metadata from block * BlockDetails extras may have at most 5 elements
-
5chdn authored
Merge branch 'generate-json-rpc-doc' of https://github.com/cpurta/parity-ethereum into cpurta-generate-json-rpc-doc
-
Tomasz Drwięga authored
-
- Jul 27, 2018
-
-
Afri Schoedon authored
* docs: add changelog for 1.11.8 stable * docs: add changelog for 2.0.1 beta
-
Denis S. Soldatov aka General-Beck authored
-
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
-
-
Christopher Purta authored
-
André Silva authored
-
Marek Kotewicz authored
-
- Jul 25, 2018
-
-
Denis S. Soldatov aka General-Beck authored
-
Chris Purta authored
Added a script to CI that will use the jsonrpc tool to update rpc documentation then commit and push those to the wiki repo.
-
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.
-