- Jun 30, 2017
-
-
Tomasz Drwięga authored
-
- Jun 29, 2017
-
-
Tomasz Drwięga authored
-
Vurich authored
-
Vurich authored
This is a huge change, which includes some changes to replace code that originally cloned to reuse allocations instead. The updated `elastic-array` crate renames its consuming `Vec`-conversion method to `into_vec`, which means that I can do a simple `sed -i 's/to_vec/into_vec/'` and then fix the compilation errors. This commit is probably a minor performance win and definitely a significant readability win.
-
- Jun 28, 2017
-
-
* final engine changes * migration to v13 * adding and removing pending transitions * epoch_transition_for * port snapshot to new engine methods * final validator set interface * fix compiler errors * revert v13/epoch_depth transition * make call on new epoch * rolling finality checker * tests for finality checker * constructing finality proof upon pending transition * fix warnings and finality proof checking * fix compiler warnings in tests * test fixes * don't include genesis in finality checking * change snapshot test chain building logic * minor refactorings * fetch epoch transition based on parent, fix divide-by-zero in SimpleList * fix formatting * fix ABIs and finality checking in snapshot restoration * encode signal number in proof * create more blocks at the end of tests * update gist to accurate contract code * test for epoch_transition_for * fix tests with immediateTransitions parameter * disable force flag after forcing * rename ValidatorsChanged to InitiateChange and finalizeSignal to finalizeChange * a few more validator set tests
-
-
Arkadiy Paronyan authored
* Dust protection * Track touched accounts in the substate * Minor alterations
-
- Jun 22, 2017
-
-
asynchronous rob authored
-
Arkadiy Paronyan authored
-
- Jun 19, 2017
-
-
Stewart Mackenzie authored
* Ethereum Classic Monetary Policy Create a new parameter `ecip1017EraRounds`. When the block number passes one era rounds, the reward is reduced by 20%. See https://github.com/ethereumproject/ECIPs/blob/master/ECIPs/ECIP-1017.md * Update rewards for uncle miners for ECIP1017 In the monetary policy, the rewards are changed from "up to 7/8 of the reward" to "1/32 of the reward". * Fix an off-by-one error in ECIP1017 era calculation According to https://github.com/ethereumproject/ECIPs/blob/master/ECIPs/ECIP-1017.md, when in block number 5,000,000, it should still be in Era 1 (which in our code `era == 0`). So we need to check whether the `rem` equals to zero and act accordingly when calculating the era. * `ecip1017_era_rounds` missing from EthashParams when run in build bot * strip out ecip1017_eras_block_reward function and add unit test
-
Marek Kotewicz authored
-
Marek Kotewicz authored
* ethstore-cli and ethkey-cli are workspace projects * evmbin is now a workspace project
-
- Jun 18, 2017
-
-
Guanqun Lu authored
-
Guanqun Lu authored
-
- Jun 17, 2017
-
-
asynchronous rob authored
-
- Jun 14, 2017
-
-
Tomasz Drwięga authored
-
- Jun 13, 2017
-
-
Tomasz Drwięga authored
-
- Jun 12, 2017
-
-
Arkadiy Paronyan authored
-
Arkadiy Paronyan authored
This reverts commit 6b874ced.
-
Arkadiy Paronyan authored
-
asynchronous rob authored
-
- Jun 09, 2017
-
-
Tomasz Drwięga authored
* Fix stack display. * Additional compatiblity fixes.
-
Anton Gavrilov authored
* Duration limit made optional for EthashParams * Forgotten space added
-
- Jun 07, 2017
-
-
* Updating ring,multihash,tiny-keccak * Updating CID in ipfs.
-
-
Tomasz Drwięga authored
-
- Jun 06, 2017
-
-
Tomasz Drwięga authored
-
Arkadiy Paronyan authored
* EIP-211 * Optimized memory usage * Optimized truncation
-
- May 30, 2017
-
-
Guanqun Lu authored
* add a simple test for is_push so that every small utility has a corresponding unit test * split evm/factory.rs into two files as the TODO suggests * style fixes according to review comments
-
Arkadiy Paronyan authored
* EIP-210 * comment
-
- May 26, 2017
-
-
* Revamping evmbin to support spec files, json format and subcalls. * Fix formatting of usage.
-
- May 24, 2017
-
-
* update to latest bigint * bump elastic array and deps * fix rlp tests * also update all smallvec deps * fix doc test * reduce parking in attempt to fix CI bug * fix from/into electum bug * remove duplicate imports
-
- May 23, 2017
-
-
Tomasz Drwięga authored
* Parity-PubSub as a separate API. * Fix tests. * Fixes after merge.
-
Arkadiy Paronyan authored
-
Nikolay Volf authored
* missing feature * dapps update
-
* header back-references for on demand * initial back-reference implementation for on demand requests * answer requests from cache * answer requests from cache, add tests * strongly typed responses for vectors of homogeneous requests * fix fallout in RPC without optimizing
-
* beginnings of load timer * initial load timer implementation * saturating adds * create flow params from distribution * update request credits and acknowledgement * mark cumulative cost dead code * fix compilation * tests * supply load share and other params to lightprotocol params * add file store * fix ethsync compilation * reshuffle constants
-
* Signer subscription. * Fixing RPC tests. * Block Headers eth-pubsub. * PubSub for light client. * Fixing tests. * Updating to proper jsonrpc version. * Update to correct tests. * Fixing tests.
-
* Adding CLI option for port shift and unsafe expose. * Fixing IPC path. * Fix hosts when attempting to expose on all interfaces. * Fixing test. * Fix typo.
-
- May 22, 2017
-
-
* report missing block * add a test validator set * add a skip test * clean up test * report all skipped
-