Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmd/puppeth: support latest docker compose, expose faucet UDP | Péter Szilágyi | 2018-12-11 | 6 | -2/+9 |
| | |||||
* | cmd/puppeth: fix rogue quote in alethGenesisSpec JSON (#18262) | Javier Peletier | 2018-12-10 | 1 | -1/+1 |
| | |||||
* | cmd/puppeth: chain import/export via wizard, minor polishes | Péter Szilágyi | 2018-12-04 | 12 | -105/+189 |
| | |||||
* | cmd/puppeth: implement chainspec converters | Martin Holst Swende | 2018-12-03 | 9 | -161/+779 |
| | |||||
* | cmd/puppeth: enforce lowercase network names | Péter Szilágyi | 2018-12-03 | 2 | -5/+5 |
| | |||||
* | cmd/puppeth: fix node URL in health check (#17802) | Felix Lange | 2018-10-04 | 1 | -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) | HackyMiner | 2018-09-20 | 1 | -1/+1 |
| | | | | | | * swarm: fixed comment typo * eth: fixed comment typo * cmd/puppeth: fixed comment typo | ||||
* | cmd/puppeth: fix comment typo (#17690) | chenyufeng | 2018-09-18 | 1 | -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) | chenyufeng | 2018-09-17 | 1 | -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 ceil | Péter Szilágyi | 2018-08-29 | 2 | -3/+14 |
| | |||||
* | cmd/puppeth: accept ssh identity in the server string (#17407) | Nilesh Trivedi | 2018-08-20 | 2 | -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 gathering | Péter Szilágyi | 2018-08-16 | 1 | -2/+10 |
| | |||||
* | cmd: polish miner flags, deprecate olds, add upgrade path | Péter Szilágyi | 2018-08-15 | 1 | -1/+1 |
| | |||||
* | cmd/puppeth: graceful shutdown on redeploys | Péter Szilágyi | 2018-08-03 | 7 | -17/+17 |
| | |||||
* | Merge pull request #17281 from karalabe/puppeth-cachewarn-fix | Péter Szilágyi | 2018-07-30 | 1 | -1/+1 |
|\ | | | | | cmd/puppeth: force tiny memory for geth attach in id lookup | ||||
| * | cmd/puppeth: force tiny memory for geth attach in id lookup | Péter Szilágyi | 2018-07-30 | 1 | -1/+1 |
| | | |||||
* | | cmd/puppeth: split banned ethstats addresses over columns | Péter Szilágyi | 2018-07-30 | 2 | -11/+17 |
|/ | |||||
* | cmd: remove faucet/puppeth dead code (#16991) | Wenbiao Zheng | 2018-06-15 | 1 | -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 Škvorc | 2018-06-06 | 1 | -2/+2 |
| | |||||
* | params: fix golint warnings (#16853) | kiel barry | 2018-06-05 | 6 | -8/+8 |
| | | | params: fix golint warnings | ||||
* | Revert "cmd/puppeth: fix node deploys for updated dockerfile user" | Péter Szilágyi | 2018-04-23 | 1 | -4/+4 |
| | |||||
* | all: fix various typos (#16533) | Wuxiang | 2018-04-19 | 4 | -6/+6 |
| | | | | | | | | * fix typo * fix typo * fix typo | ||||
* | cmd/puppeth: fix node deploys for updated dockerfile user | Péter Szilágyi | 2018-04-10 | 1 | -4/+4 |
| | |||||
* | cmd/puppeth: add constraints to network name (#16336) | Zhenguo Niu | 2018-03-26 | 1 | -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 wallet | Vlad Bokov | 2018-03-09 | 1 | -1/+1 |
| | |||||
* | puppeth: fix Parity Chain Spec parameter GasLimitBoundDivision (#16188) | Saulius Grigaitis | 2018-02-27 | 1 | -14/+14 |
| | |||||
* | 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: Don't allow hyphen in network name. Fixes #16155 | Nilesh Trivedi | 2018-02-22 | 1 | -3/+4 |
| | |||||
* | cmd/puppeth: unify discv4 and discv5 ports | Péter Szilágyi | 2018-02-12 | 9 | -101/+78 |
| | |||||
* | all: switch gas limits from big.Int to uint64 | Péter Szilágyi | 2018-01-03 | 1 | -19/+19 |
| | |||||
* | cmd/puppeth: fix faucet 502 error due to non-exposed HTTP port | Péter Szilágyi | 2017-12-21 | 1 | -0/+2 |
| | |||||
* | all: use gometalinter.v2, fix new gosimple issues (#15650) | Zach | 2017-12-13 | 1 | -0/+1 |
| | |||||
* | cmd/puppeth: fix typo in comment (#15539) | Zoe Nolan | 2017-11-24 | 1 | -2/+2 |
| | | | | | | * cmd: fix typo in comment * cmd/puppeth: tiny comment fixup | ||||
* | cmd/puppeth: fix typos and review suggestions | Péter Szilágyi | 2017-11-23 | 13 | -25/+19 |
| | |||||
* | cmd/puppeth: fix unconvert linters | Péter Szilágyi | 2017-11-21 | 2 | -2/+2 |
| | |||||
* | cmd/puppeth: switch over to upstream alltools docker image | Péter Szilágyi | 2017-11-21 | 1 | -1/+1 |
| | |||||
* | cmd/faucet, cmd/puppeth: drop GitHub support at official request | Péter Szilágyi | 2017-11-21 | 2 | -62/+1 |
| | |||||
* | cmd/puppeth: simplifications and pre-built docker images | Péter Szilágyi | 2017-11-21 | 13 | -164/+115 |
| | |||||
* | cmd/puppeth: store genesis locally to persist restarts | Péter Szilágyi | 2017-11-21 | 9 | -49/+64 |
| | |||||
* | cmd/puppeth: skip genesis custom extra-data | Péter Szilágyi | 2017-11-21 | 2 | -12/+1 |
| | |||||
* | cmd/puppeth: fix dashboard iframes, extend with new services | Péter Szilágyi | 2017-11-21 | 5 | -51/+441 |
| | |||||
* | cmd/faucet: protocol relative websockets, noauth mode | Péter Szilágyi | 2017-11-21 | 2 | -35/+63 |
| | |||||
* | cmd/puppeth: add support for deploying web wallets | Péter Szilágyi | 2017-11-21 | 5 | -1/+366 |
| | |||||
* | cmd/puppeth: etherchain light block explorer for PoW nets | Péter Szilágyi | 2017-11-21 | 8 | -11/+565 |
| | |||||
* | cmd/puppeth: mount ethash dir from the host to cache DAGs | Péter Szilágyi | 2017-11-21 | 2 | -13/+33 |
| | |||||
* | cmd/puppeth: support deploying services with forced rebuilds | Péter Szilágyi | 2017-11-21 | 10 | -17/+52 |
| | |||||
* | cmd/puppeth: concurrent server dials and health checks | Péter Szilágyi | 2017-11-21 | 3 | -93/+142 |
| | |||||
* | cmd/puppeth: reorganize stats reports to make it readable | Péter Szilágyi | 2017-11-21 | 13 | -136/+205 |
| | |||||
* | puppeth: handle encrypted ssh keys (closes #15442) (#15443) | Bo | 2017-11-13 | 2 | -2/+13 |
| | | | | | | * cmd/puppeth: handle encrypted ssh keys * cmd/puppeth: fix unconvert linter error | ||||
* | build: enable unconvert linter (#15456) | ferhat elmas | 2017-11-11 | 4 | -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 filtering | Péter Szilágyi | 2017-10-10 | 2 | -11/+33 |
| | |||||
* | cmd/puppeth: support managing fork block in the chain config | Péter Szilágyi | 2017-10-04 | 4 | -11/+77 |
| | |||||
* | cmd/puppeth, params: enable Byzantium on all networks | Péter Szilágyi | 2017-10-02 | 1 | -0/+1 |
| | |||||
* | cmd/puppeth: reserve "yournode" as a non-allowed ethstats user | Péter Szilágyi | 2017-09-12 | 1 | -1/+1 |
| | |||||
* | cmd/puppeth: switch node containers to main ones | Péter Szilágyi | 2017-09-05 | 1 | -4/+4 |
| | |||||
* | cmd/puppeth: support blacklisting malicious IPs on ethstats | Péter Szilágyi | 2017-08-18 | 3 | -7/+60 |
| | |||||
* | cmd: fix megacheck warnings (#14912) | Egon Elbre | 2017-08-07 | 3 | -15/+15 |
| | | | | | | * cmd: fix megacheck warnings * cmd: revert time.Until changes, keep readFloat | ||||
* | cmd/puppeth: remove wrapping loop in single reads | Péter Szilágyi | 2017-08-04 | 1 | -18/+14 |
| | |||||
* | cmd/puppeth: limit cotnainers to 10MB logs | Péter Szilágyi | 2017-07-18 | 5 | -0/+25 |
| | |||||
* | cmd/puppeth: fix key reuse during faucet deploys | Péter Szilágyi | 2017-06-23 | 1 | -2/+1 |
| | |||||
* | cmd/puppeth: fix improper key validation for remotes | Péter Szilágyi | 2017-05-30 | 2 | -3/+2 |
| | |||||
* | cmd/puppeth: v4/v5 boot separation, signer gas configs (#14453) | Péter Szilágyi | 2017-05-13 | 4 | -8/+73 |
| | |||||
* | cmd/faucet, cmd/puppeth: support multi-tiered faucet | Péter Szilágyi | 2017-05-04 | 2 | -5/+19 |
| | |||||
* | cmd/puppeth, vendor: update ssh, manage server keys (#14398) | Péter Szilágyi | 2017-05-03 | 5 | -19/+75 |
| | |||||
* | cmd, eth, les, mobile: make networkid uint64 everywhere | Péter Szilágyi | 2017-04-25 | 1 | -1/+1 |
| | |||||
* | cmd: integrate invisible recaptcha into puppeth | Péter Szilágyi | 2017-04-17 | 2 | -16/+50 |
| | |||||
* | 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 | 18 | -0/+3177 |