Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

delay bomb for Classic (ECIP-1010) #3179

Merged
merged 2 commits into from
Nov 4, 2016

Conversation

splix
Copy link
Contributor

@splix splix commented Nov 4, 2016

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:

Replaces PR #3144

@parity-cla-bot
Copy link

It looks like @splix signed our Contributor License Agreement. 👍

Many thanks,

Ethcore CLA Bot

@gavofyork gavofyork added A8-looksgood 🦄 Pull request is reviewed well. M4-core ⛓ Core client code / Rust. labels Nov 4, 2016
let ethparams = EthashParams {
ecip1010_pause_transition: 3000000,
ecip1010_continue_transition: 5000000,
.. get_default_ethash_params()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

style: no space after ..

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you mean I need to remove space here?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@gavofyork gavofyork merged commit 2a19c33 into openethereum:master Nov 4, 2016
rphmeier pushed a commit that referenced this pull request Jan 5, 2017
* delay bomb for classic (ECIP-1010)

* formatting fix after core review, rel [e6b5093]
rphmeier pushed a commit that referenced this pull request Jan 5, 2017
* delay bomb for classic (ECIP-1010)

* formatting fix after core review, rel [e6b5093]
gavofyork pushed a commit that referenced this pull request Jan 5, 2017
* delay bomb for Classic (ECIP-1010) (#3179)

* delay bomb for classic (ECIP-1010)

* formatting fix after core review, rel [e6b5093]

* Replay protection for Classic

* EIP-155 configuration for Ethereum Classic

* EIP-160 configuration for Ethereum Classic

* Testnet for Ethereum Classic

* revert ETC to correct Network ID

* reuse Morden for Classic Testnet

* set CHAIN_ID for Classic (#3934)

* configurable CHAIN_ID

* set CHAIN_ID for Ethereum Classic

* prettify classic json
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A8-looksgood 🦄 Pull request is reviewed well. M4-core ⛓ Core client code / Rust.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants