quorum/cmd
Felix Lange 5c2f1e0014 all: update generated code (#15808)
* core/types, core/vm, eth, tests: regenerate gencodec files

* Makefile: update devtools target

Install protoc-gen-go and print reminders about npm, solc and protoc.
Also switch to github.com/kevinburke/go-bindata because it's more
maintained.

* contracts/ens: update contracts and regenerate with solidity v0.4.19

The newer upstream version of the FIFSRegistrar contract doesn't set the
resolver anymore. The resolver is now deployed separately.

* contracts/release: regenerate with solidity v0.4.19

* contracts/chequebook: fix fallback and regenerate with solidity v0.4.19

The contract didn't have a fallback function, payments would be rejected
when compiled with newer solidity. References to 'mortal' and 'owned'
use the local file system so we can compile without network access.

* p2p/discv5: regenerate with recent stringer

* cmd/faucet: regenerate

* dashboard: regenerate

* eth/tracers: regenerate

* internal/jsre/deps: regenerate

* dashboard: avoid sed -i because it's not portable

* accounts/usbwallet/internal/trezor: fix go generate warnings
2018-01-08 14:15:57 +02:00
..
abigen cmd/abigen: parse contract name as abi identifier 2017-02-06 18:16:56 +01:00
bootnode cmd/bootnode: stop after generating/writing nodekey 2017-04-24 10:40:20 +02:00
ethkey cmd/ethkey: new command line tool for keys (#15438) 2017-12-21 11:36:05 +01:00
evm cmd, core, eth/tracers: support fancier js tracing (#15516) 2017-12-21 13:56:11 +02:00
faucet all: update generated code (#15808) 2018-01-08 14:15:57 +02:00
geth cmd/geth: remove trailing newline in license command (#15782) 2018-01-02 12:48:19 +01:00
internal/browser cmd/geth: added 'geth bug' command (#3684) 2017-02-20 15:26:21 +02:00
p2psim p2p: add network simulation framework (#14982) 2017-09-25 10:08:07 +02:00
puppeth all: switch gas limits from big.Int to uint64 2018-01-03 14:45:35 +02:00
rlpdump cmd/rlpdump: allow hex input to have leading '0x' 2017-10-27 09:40:52 +01:00
swarm various: remove redundant parentheses (#15793) 2018-01-03 14:14:47 +02:00
utils cmd/utils: handle git commit a bit safer for user specified strings (#15790) 2018-01-03 18:18:53 +02:00
wnode whisperv5: integrate whisper and add whisper RPC simulator 2017-06-15 11:53:15 +02:00