-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Conversation
It looks like @splix hasn'signed our Contributor License Agreement, yet.
You can read and sign our full Contributor License Agreement at the following URL: https://cla.ethcore.io Once you've signed, plesae reply to this thread with Many thanks, Ethcore CLA Bot |
[clabot:check] |
It looks like @splix signed our Contributor License Agreement. 👍 Many thanks, Ethcore CLA Bot |
Changes Unknown when pulling de33ab5 on ethereumproject:splix/bombdelay into * on ethcore:master*. |
…ereum#3145) * Don't load method via redux * Don't redux fetchTransaction (contracts) * Move isTest to top-level passing * transaction list with local blocks/transactions * Combine calls (allows future chunking) * Progressive loading of transactions * Cleanups * Never try tracing
looks good in general; is there some way to combine |
* fix histogram * remove outdated comment
* The front-end for each hard-fork, also EIP-160. * Address EIP161 a/c * Include EIP-161b * EIP-161 part d. * Fix test build. * Fix one test, add another. * Fix use of bloom & renaming. * Initial groundwork for EIP-155 * Fix minor bug. * Fix all tests finally. * Rest of EIP-155. * Add tests for EIP-155 algorithm. Update transaction tests validation. * Minor reformat. * Address grumbles. * Remove unused code. * Fix SUICIDE gas mechanism and add consensus tests. * Remove commented code. * Set Frontier hardfork block number * Fix warning. * Transaction tests,
will also need a rebase. |
* show abbreviated enode * CopyToClipboard component * CopyToClipboard: improved styling * put CopyToClipboard into enode status * Rename CopyToClipboard.js to copyToClipboard.js
1. Builds only beta, stable, tags 2. test script for check js changes in `test-linux` 3. `js-test` and `js-release` only for jg* ng* ui* brances
fix lint error in gitlab-ci.yml
change tags `rust-test` - `rust-stable` etc add rust stable, beta, nightly test's
…nto splix/bombdelay Conflicts: ethcore/res/ethereum/classic.json ethcore/src/ethereum/ethash.rs json/src/spec/ethash.rs
rebased |
Also, I've noticed that other parameters are prefixed with eip number, like |
re: naming - sure. not sure what went wrong with the rebase but it's now brought in all the changes from the EIP-155/160/161 hardfork PR. will need to be untangled before sign off. |
Ok, I'm going to rename options and will make a new clean Pull Request |
Resubmitted with #3179 |
This is an implementations for Bomb Delay that is planed for January ETC protocol upgrade (block 3,000,000). It's already implemented in Classic Geth, and these commits are adding compatibility for future fork into Parity as well.
See also:
PS it also includes unit tests for difficulty calculation, which were in your TODO