plugeth/cmd
Jeremy Schlatter 3fb5f3ae11 cmd/utils: fix NetworkId default when -dev is set (#16833)
Prior to this change, when geth was started with `geth -dev -rpc`,
it would report a network id of `1` in response to the `net_version` RPC
request. But the actual network id it used to verify transactions
was `1337`.

This change causes geth instead respond with `1337` to the `net_version`
RPC when geth is started with `geth -dev -rpc`.
2018-06-14 12:31:31 +03:00
..
abigen cmd/abigen: support for reading solc output from stdin (#16683) 2018-06-05 12:22:02 +02:00
bootnode p2p, p2p/discover: misc connectivity improvements (#16069) 2018-02-12 14:36:09 +02:00
clef cmd: various golint fixes (#16700) 2018-05-09 10:38:03 +03:00
ethkey cmd/ethkey: add command to change key passphrase (#16516) 2018-06-08 15:07:07 +02:00
evm all: get rid of error when creating memory database (#16716) 2018-05-09 15:24:25 +03:00
faucet params: fix golint warnings (#16853) 2018-06-05 12:31:34 +02:00
geth cmd/geth: cap cache allowance 2018-06-04 13:46:39 +03:00
internal/browser cmd/geth: added 'geth bug' command (#3684) 2017-02-20 15:26:21 +02:00
p2psim all: update license information (#16089) 2018-02-14 13:49:11 +01:00
puppeth cmd/puppeth: fixed a typo in a wizard input query (#16910) 2018-06-06 12:17:41 +03:00
rlpdump cmd/rlpdump: allow hex input to have leading '0x' 2017-10-27 09:40:52 +01:00
swarm cmd/swarm: fix some typos in manifest cmd (#16227) 2018-03-02 10:59:26 +01:00
utils cmd/utils: fix NetworkId default when -dev is set (#16833) 2018-06-14 12:31:31 +03:00
wnode crypto: replace ToECDSAPub with error-checking func UnmarshalPubkey (#16932) 2018-06-12 15:26:08 +02:00