1
0
forked from cerc-io/plugeth
plugeth/cmd
lmittmann bc013bc42e
all: prefer new(big.Int) over big.NewInt(0) ()
minor performance improvement: `big.NewInt(0).Xxx` -> `new(big.Int).Xxx`
2022-06-14 15:09:48 +03:00
..
abidump all: update license headers and AUTHORS from git history () 2022-05-24 20:39:40 +02:00
abigen accounts/abi/bind: fix duplicate field names in the generated go struct () 2022-06-07 08:38:54 +02:00
bootnode les: switch to new discv5 () 2021-01-26 21:41:35 +01:00
checkpoint-admin cmd/clef: change --rpcport to --http.port and update flags in docs () 2020-07-14 10:35:32 +02:00
clef all: replace uses of ioutil with io and os () 2022-05-16 11:59:35 +02:00
devp2p all: prefer new(big.Int) over big.NewInt(0) () 2022-06-14 15:09:48 +03:00
ethkey cmd/ethkey: use accounts.TextHash () 2022-06-14 13:47:11 +02:00
evm all: prefer new(big.Int) over big.NewInt(0) () 2022-06-14 15:09:48 +03:00
faucet all: replace uses of ioutil with io and os () 2022-05-16 11:59:35 +02:00
geth all: more linters () 2022-06-13 16:24:45 +02:00
p2psim cmd/*: refactor get flag value () 2022-04-26 09:32:31 +02:00
puppeth all: more linters () 2022-06-13 16:24:45 +02:00
rlpdump all: update license headers and AUTHORS from git history () 2022-05-24 20:39:40 +02:00
utils cmd/utils: update --ropsten description () 2022-06-14 10:24:29 +02:00