Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core, cmd/puppeth: implement constantinople fix, disable EIP-1283 (#18486) | Martin Holst Swende | 2019-01-30 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | This PR adds a new fork which disables EIP-1283. Internally it's called Petersburg, but the genesis/config field is ConstantinopleFix. The block numbers are: 7280000 for Constantinople on Mainnet 7280000 for ConstantinopleFix on Mainnet 4939394 for ConstantinopleFix on Ropsten 9999999 for ConstantinopleFix on Rinkeby (real number decided later) This PR also defaults to using the same ConstantinopleFix number as whatever Constantinople is set to. That is, it will default to mainnet behaviour if ConstantinopleFix is not set.This means that for private networks which have already transitioned to Constantinople, this PR will break the network unless ConstantinopleFix is explicitly set! | ||||
* | cmd/puppeth: chain import/export via wizard, minor polishes | Péter Szilágyi | 2018-12-04 | 1 | -33/+94 |
| | |||||
* | cmd/puppeth: implement chainspec converters | Martin Holst Swende | 2018-12-03 | 1 | -15/+52 |
| | |||||
* | params: fix golint warnings (#16853) | kiel barry | 2018-06-05 | 1 | -1/+1 |
| | | | params: fix golint warnings | ||||
* | cmd/puppeth: store genesis locally to persist restarts | Péter Szilágyi | 2017-11-21 | 1 | -13/+28 |
| | |||||
* | cmd/puppeth: skip genesis custom extra-data | Péter Szilágyi | 2017-11-21 | 1 | -11/+0 |
| | |||||
* | cmd/puppeth: fix dashboard iframes, extend with new services | Péter Szilágyi | 2017-11-21 | 1 | -1/+1 |
| | |||||
* | cmd/puppeth: support managing fork block in the chain config | Péter Szilágyi | 2017-10-04 | 1 | -0/+52 |
| | |||||
* | cmd/puppeth, params: enable Byzantium on all networks | Péter Szilágyi | 2017-10-02 | 1 | -0/+1 |
| | |||||
* | cmd, eth, les, mobile: make networkid uint64 everywhere | Péter Szilágyi | 2017-04-25 | 1 | -1/+1 |
| | |||||
* | cmd/puppeth: your Ethereum private network manager (#13854) | Péter Szilágyi | 2017-04-11 | 1 | -0/+136 |