- Aug 09, 2018
-
-
Max Riveiro authored
-
* Add a `fastmap` crate that provides the H256FastMap specialized HashMap * Use `fastmap` instead of `plain_hasher` * Update submodules for Reasons™ * Submodule update
-
- Aug 08, 2018
-
-
Marek Kotewicz authored
* deserialize block only once during verification * ethcore-sync uses Unverified * ethcore-sync uses Unverified * fixed build error * removed Block::is_good * applied review suggestions * ethcore-sync deserializes headers and blocks only once
-
- Aug 07, 2018
-
-
* ethcore: add transition flag for transaction permission contract * ethcore: fix transaction permission contract tests
-
Wei Tang authored
* Completely remove all dapps struct from rpc * Remove unused pub use * Remove dapp policy/permission func in ethcore * Remove all dapps settings from rpc * Fix rpc tests * Use both origin and user_agent * Address grumbles * Address grumbles * Fix tests
-
* Improve return data truncate logic * fix: size -> offset + size
-
Wei Tang authored
-
- Aug 06, 2018
-
-
Wei Tang authored
* Basic implementation for kip4 * Add KIP-4 config flags * typo: docs fix * Fix args offset * Add tests for create2 * tests: evm * Update wasm-tests and fix all gas costs * Update wasm-tests * Update wasm-tests and fix gas costs
-
Jongsic Choi authored
-
- Aug 03, 2018
-
-
* Avoid using $HOME if not necessary * Fix concerns and issues
-
- Aug 02, 2018
-
-
Pierre Krieger authored
* Fix path to parity.h * Fix other paths as well
-
Tomasz Drwięga authored
Closes #9255 This PR also removes the limit of max 64 transactions per packet, currently we only attempt to prevent the packet size to go over 8MB. This will only be the case for super-large transactions or high-block-gas-limit chains. Patching this is important only for chains that have blocks that can fit more than 4k transactions (over 86M block gas limit) For mainnet, we should actually see a tiny bit faster propagation since instead of computing 4k pending set, we only need `4 * 8M / 21k = 1523` transactions. Running some tests on `dekompile` node right now, to check how it performs in the wild.
-
Marek Kotewicz authored
in total: - removed 4 redundant rlp deserializations - avoid 1 redundant block data copy
-
- Aug 01, 2018
-
-
Nicolas Gotchac authored
* Update ref to `parity-common` and update `seek` behaviour * Remove reference to `ng-fix-triedb-seek` branch
-
* Comply EIP-86 with the new CREATE2 opcode * Fix rpc compile * Fix interpreter CREATE/CREATE2 stack pop difference * Add unreachable! to fix compile * Fix instruction_info * Fix gas check due to new stack item * Add new tests in executive * Fix have_create2 comment * Remove all unused references of eip86_transition and block_number
-
- Jul 31, 2018
-
-
Matthew Martin authored
* Check if synced when using eth_getWork (#9193) * Don't use fn syncing * Fix identation * Fix typo * Don't check for warping * rpc: avoid calling queue_info twice on eth_getWork
-
Marek Kotewicz authored
-
Wei Tang authored
* Implement EIP-1052 and fix several issues related to account cache * Fix jsontests * Merge two matches together * Avoid making unnecessary Arc<Vec> * Address grumbles
-
- 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
-
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
-
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
-