Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |