Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename geth -> gdex and fix Dockerfile | Wei-Ning Huang | 2019-03-12 | 1 | -23/+23 |
| | |||||
* | Change import go github.com/dexon-foundation/dexon | Wei-Ning Huang | 2019-03-12 | 1 | -4/+4 |
| | |||||
* | core, cmd/puppeth: implement constantinople fix, disable EIP-1283 (#18486) | Martin Holst Swende | 2019-01-30 | 1 | -24/+25 |
| | | | | | | | | | | | | | | | | | 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: implement chainspec converters | Martin Holst Swende | 2018-12-03 | 1 | -1/+1 |
| | |||||
* | cmd/puppeth: graceful shutdown on redeploys | Péter Szilágyi | 2018-08-03 | 1 | -2/+2 |
| | |||||
* | params: fix golint warnings (#16853) | kiel barry | 2018-06-05 | 1 | -1/+1 |
| | | | params: fix golint warnings | ||||
* | all: fix various typos (#16533) | Wuxiang | 2018-04-19 | 1 | -1/+1 |
| | | | | | | | | * fix typo * fix typo * fix typo | ||||
* | core, vm, common: define constantinople fork + shift (#16045) | Martin Holst Swende | 2018-02-23 | 1 | -0/+1 |
| | | | | | | | | | | | | * core, vm, common: define constantinople fork, start implementation of shift instructions * vm: more testcases * vm: add tests for intpool erroneous intpool handling * core, vm, common: fix constantinople review concerns * vm: add string<->op definitions for new opcodes | ||||
* | cmd/puppeth: unify discv4 and discv5 ports | Péter Szilágyi | 2018-02-12 | 1 | -40/+38 |
| | |||||
* | all: use gometalinter.v2, fix new gosimple issues (#15650) | Zach | 2017-12-13 | 1 | -0/+1 |
| | |||||
* | cmd/puppeth: fix typos and review suggestions | Péter Szilágyi | 2017-11-23 | 1 | -1/+1 |
| | |||||
* | cmd/puppeth: store genesis locally to persist restarts | Péter Szilágyi | 2017-11-21 | 1 | -12/+12 |
| | |||||
* | cmd/puppeth: fix dashboard iframes, extend with new services | Péter Szilágyi | 2017-11-21 | 1 | -43/+244 |
| | |||||
* | cmd/puppeth: support deploying services with forced rebuilds | Péter Szilágyi | 2017-11-21 | 1 | -2/+5 |
| | |||||
* | cmd/puppeth: reorganize stats reports to make it readable | Péter Szilágyi | 2017-11-21 | 1 | -3/+8 |
| | |||||
* | cmd/puppeth: limit cotnainers to 10MB logs | Péter Szilágyi | 2017-07-18 | 1 | -0/+5 |
| | |||||
* | cmd/puppeth: format dashboard html, update syncmode flags | Péter Szilágyi | 2017-04-12 | 1 | -249/+249 |
| | |||||
* | cmd/puppeth: your Ethereum private network manager (#13854) | Péter Szilágyi | 2017-04-11 | 1 | -0/+537 |