aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/puppeth
Commit message (Collapse)AuthorAgeFilesLines
* cmd/puppeth: handle pre-set Petersburg number, save changed fork rulesPéter Szilágyi2019-02-061-3/+7
|
* core, cmd/puppeth: implement constantinople fix, disable EIP-1283 (#18486)Martin Holst Swende2019-01-243-46/+61
| | | | | | | | | | | | | | | | | 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: fix panic error when export aleth genesis wo/ ↵Ha ĐANG2019-01-041-1/+5
| | | | | | | | precompile-addresses (#18344) * cmd/puppeth: fix panic error when export aleth genesis wo/ precompile-addresses * cmd/puppeth: don't need to handle duplicate set
* cmd/puppeth: support latest docker compose, expose faucet UDPPéter Szilágyi2018-12-116-2/+9
|
* cmd/puppeth: fix rogue quote in alethGenesisSpec JSON (#18262)Javier Peletier2018-12-101-1/+1
|
* cmd/puppeth: chain import/export via wizard, minor polishesPéter Szilágyi2018-12-0412-105/+189
|
* cmd/puppeth: implement chainspec convertersMartin Holst Swende2018-12-039-161/+779
|
* cmd/puppeth: enforce lowercase network namesPéter Szilágyi2018-12-032-5/+5
|
* cmd/puppeth: fix node URL in health check (#17802)Felix Lange2018-10-041-4/+5
| | | | | | | | * cmd/puppeth: fix node URL in health check * cmd/puppeth: set external IP for geth * cmd/puppeth: fix enode cast issue
* all: fix various comment typos (#17591)HackyMiner2018-09-201-1/+1
| | | | | | * swarm: fixed comment typo * eth: fixed comment typo * cmd/puppeth: fixed comment typo
* cmd/puppeth: fix comment typo (#17690)chenyufeng2018-09-181-1/+1
| | | | | | | | | | | | | | | | | | * ethdb: unified code comment style. * puppeth: it is unnecessary to alloc pre-funded to 256 addresses * Revert "puppeth: it is unnecessary to alloc pre-funded to 256 addresses" This reverts commit 5e04fbccf0b8aca85030af1779bb7a949033d9d8. * puppeth: fix comment typo * Revert "ethdb: unified code comment style." This reverts commit a581efb3f06a96fc7aec0bfae03c7b6d5a0c1a77. * cmd/puppeth: fix comment typo
* cmd/puppeth: fix comment typo (#17684)chenyufeng2018-09-171-1/+1
| | | | | | | | | | | | | | | | * ethdb: unified code comment style. * puppeth: it is unnecessary to alloc pre-funded to 256 addresses * Revert "puppeth: it is unnecessary to alloc pre-funded to 256 addresses" This reverts commit 5e04fbccf0b8aca85030af1779bb7a949033d9d8. * puppeth: fix comment typo * Revert "ethdb: unified code comment style." This reverts commit a581efb3f06a96fc7aec0bfae03c7b6d5a0c1a77.
* cmd, core, eth, miner, params: configurable gas floor and ceilPéter Szilágyi2018-08-292-3/+14
|
* cmd/puppeth: accept ssh identity in the server string (#17407)Nilesh Trivedi2018-08-202-26/+34
| | | | | | * cmd/puppeth: Accept identityfile in the server string with fallback to id_rsa * cmd/puppeth: code polishes + fix heath check double ports
* cmd/puppeth: fix nil panic on disconnected stats gatheringPéter Szilágyi2018-08-161-2/+10
|
* cmd: polish miner flags, deprecate olds, add upgrade pathPéter Szilágyi2018-08-151-1/+1
|
* cmd/puppeth: graceful shutdown on redeploysPéter Szilágyi2018-08-037-17/+17
|
* Merge pull request #17281 from karalabe/puppeth-cachewarn-fixPéter Szilágyi2018-07-301-1/+1
|\ | | | | cmd/puppeth: force tiny memory for geth attach in id lookup
| * cmd/puppeth: force tiny memory for geth attach in id lookupPéter Szilágyi2018-07-301-1/+1
| |
* | cmd/puppeth: split banned ethstats addresses over columnsPéter Szilágyi2018-07-302-11/+17
|/
* cmd: remove faucet/puppeth dead code (#16991)Wenbiao Zheng2018-06-151-10/+0
| | | | | | * cmd/faucet: authGitHub is not used anymore * cmd/puppeth: remove not used code
* cmd/puppeth: fixed a typo in a wizard input query (#16910)Bruno Škvorc2018-06-061-2/+2
|
* params: fix golint warnings (#16853)kiel barry2018-06-056-8/+8
| | | params: fix golint warnings
* Revert "cmd/puppeth: fix node deploys for updated dockerfile user"Péter Szilágyi2018-04-231-4/+4
|
* all: fix various typos (#16533)Wuxiang2018-04-194-6/+6
| | | | | | | | * fix typo * fix typo * fix typo
* cmd/puppeth: fix node deploys for updated dockerfile userPéter Szilágyi2018-04-101-4/+4
|
* cmd/puppeth: add constraints to network name (#16336)Zhenguo Niu2018-03-261-1/+6
| | | | | | | | * cmd/puppeth: add constraints to network name * cmd/puppeth: update usage of network arg * cmd/puppeth: avoid package dependency on utils
* cmd/puppeth: allow any vhost in walletVlad Bokov2018-03-091-1/+1
|
* puppeth: fix Parity Chain Spec parameter GasLimitBoundDivision (#16188)Saulius Grigaitis2018-02-271-14/+14
|
* 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: Don't allow hyphen in network name. Fixes #16155Nilesh Trivedi2018-02-221-3/+4
|
* cmd/puppeth: unify discv4 and discv5 portsPéter Szilágyi2018-02-129-101/+78
|
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-031-19/+19
|
* cmd/puppeth: fix faucet 502 error due to non-exposed HTTP portPéter Szilágyi2017-12-211-0/+2
|
* all: use gometalinter.v2, fix new gosimple issues (#15650)Zach2017-12-131-0/+1
|
* cmd/puppeth: fix typo in comment (#15539)Zoe Nolan2017-11-241-2/+2
| | | | | | * cmd: fix typo in comment * cmd/puppeth: tiny comment fixup
* cmd/puppeth: fix typos and review suggestionsPéter Szilágyi2017-11-2313-25/+19
|
* cmd/puppeth: fix unconvert lintersPéter Szilágyi2017-11-212-2/+2
|
* cmd/puppeth: switch over to upstream alltools docker imagePéter Szilágyi2017-11-211-1/+1
|
* cmd/faucet, cmd/puppeth: drop GitHub support at official requestPéter Szilágyi2017-11-212-62/+1
|
* cmd/puppeth: simplifications and pre-built docker imagesPéter Szilágyi2017-11-2113-164/+115
|
* cmd/puppeth: store genesis locally to persist restartsPéter Szilágyi2017-11-219-49/+64
|
* cmd/puppeth: skip genesis custom extra-dataPéter Szilágyi2017-11-212-12/+1
|
* cmd/puppeth: fix dashboard iframes, extend with new servicesPéter Szilágyi2017-11-215-51/+441
|
* cmd/faucet: protocol relative websockets, noauth modePéter Szilágyi2017-11-212-35/+63
|
* cmd/puppeth: add support for deploying web walletsPéter Szilágyi2017-11-215-1/+366
|
* cmd/puppeth: etherchain light block explorer for PoW netsPéter Szilágyi2017-11-218-11/+565
|
* cmd/puppeth: mount ethash dir from the host to cache DAGsPéter Szilágyi2017-11-212-13/+33
|
* cmd/puppeth: support deploying services with forced rebuildsPéter Szilágyi2017-11-2110-17/+52
|
* cmd/puppeth: concurrent server dials and health checksPéter Szilágyi2017-11-213-93/+142
|
* cmd/puppeth: reorganize stats reports to make it readablePéter Szilágyi2017-11-2113-136/+205
|
* puppeth: handle encrypted ssh keys (closes #15442) (#15443)Bo2017-11-132-2/+13
| | | | | | * cmd/puppeth: handle encrypted ssh keys * cmd/puppeth: fix unconvert linter error
* build: enable unconvert linter (#15456)ferhat elmas2017-11-114-6/+4
| | | | | | | | | * build: enable unconvert linter - fixes #15453 - update code base for failing cases * cmd/puppeth: replace syscall.Stdin with os.Stdin.Fd() for unconvert linter
* cmd/puppeth: use dumb textual IP filteringPéter Szilágyi2017-10-102-11/+33
|
* cmd/puppeth: support managing fork block in the chain configPéter Szilágyi2017-10-044-11/+77
|
* cmd/puppeth, params: enable Byzantium on all networksPéter Szilágyi2017-10-021-0/+1
|
* cmd/puppeth: reserve "yournode" as a non-allowed ethstats userPéter Szilágyi2017-09-121-1/+1
|
* cmd/puppeth: switch node containers to main onesPéter Szilágyi2017-09-051-4/+4
|
* cmd/puppeth: support blacklisting malicious IPs on ethstatsPéter Szilágyi2017-08-183-7/+60
|
* cmd: fix megacheck warnings (#14912)Egon Elbre2017-08-073-15/+15
| | | | | | * cmd: fix megacheck warnings * cmd: revert time.Until changes, keep readFloat
* cmd/puppeth: remove wrapping loop in single readsPéter Szilágyi2017-08-041-18/+14
|
* cmd/puppeth: limit cotnainers to 10MB logsPéter Szilágyi2017-07-185-0/+25
|
* cmd/puppeth: fix key reuse during faucet deploysPéter Szilágyi2017-06-231-2/+1
|
* cmd/puppeth: fix improper key validation for remotesPéter Szilágyi2017-05-302-3/+2
|
* cmd/puppeth: v4/v5 boot separation, signer gas configs (#14453)Péter Szilágyi2017-05-134-8/+73
|
* cmd/faucet, cmd/puppeth: support multi-tiered faucetPéter Szilágyi2017-05-042-5/+19
|
* cmd/puppeth, vendor: update ssh, manage server keys (#14398)Péter Szilágyi2017-05-035-19/+75
|
* cmd, eth, les, mobile: make networkid uint64 everywherePéter Szilágyi2017-04-251-1/+1
|
* cmd: integrate invisible recaptcha into puppethPéter Szilágyi2017-04-172-16/+50
|
* 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-1118-0/+3177