aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/puppeth/module_dashboard.go
Commit message (Collapse)AuthorAgeFilesLines
* Rebrand as tangerine-network/go-tangerineWei-Ning Huang2019-09-171-26/+26
|
* Rename geth -> gdex and fix DockerfileWei-Ning Huang2019-06-121-23/+23
|
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-121-4/+4
|
* core, cmd/puppeth: implement constantinople fix, disable EIP-1283 (#18486)Martin Holst Swende2019-01-301-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 convertersMartin Holst Swende2018-12-031-1/+1
|
* cmd/puppeth: graceful shutdown on redeploysPéter Szilágyi2018-08-031-2/+2
|
* params: fix golint warnings (#16853)kiel barry2018-06-051-1/+1
| | | params: fix golint warnings
* all: fix various typos (#16533)Wuxiang2018-04-191-1/+1
| | | | | | | | * fix typo * fix typo * fix typo
* core, vm, common: define constantinople fork + shift (#16045)Martin Holst Swende2018-02-231-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 portsPéter Szilágyi2018-02-121-40/+38
|
* all: use gometalinter.v2, fix new gosimple issues (#15650)Zach2017-12-131-0/+1
|
* cmd/puppeth: fix typos and review suggestionsPéter Szilágyi2017-11-231-1/+1
|
* cmd/puppeth: store genesis locally to persist restartsPéter Szilágyi2017-11-211-12/+12
|
* cmd/puppeth: fix dashboard iframes, extend with new servicesPéter Szilágyi2017-11-211-43/+244
|
* cmd/puppeth: support deploying services with forced rebuildsPéter Szilágyi2017-11-211-2/+5
|
* cmd/puppeth: reorganize stats reports to make it readablePéter Szilágyi2017-11-211-3/+8
|
* cmd/puppeth: limit cotnainers to 10MB logsPéter Szilágyi2017-07-181-0/+5
|
* cmd/puppeth: format dashboard html, update syncmode flagsPéter Szilágyi2017-04-121-249/+249
|
* cmd/puppeth: your Ethereum private network manager (#13854)Péter Szilágyi2017-04-111-0/+537