quorum/cmd
Antonio Salazar Cardozo 4cf2b4110e cmd/abigen: support for reading solc output from stdin (#16683)
Allow the --abi flag to be given - to indicate that it should read the
ABI information from standard input. It expects to read the solc output
with the --combined-json flag providing bin, abi, userdoc, devdoc, and
metadata, and works very similarly to the internal invocation of solc,
except it allows external invocation of solc.

This facilitates integration with more complex solc invocations, such
as invocations that require path remapping or --allow-paths tweaks.

Simple usage example:

    solc --combined-json bin,abi,userdoc,devdoc,metadata *.sol | abigen --abi -
2018-06-05 12:22:02 +02: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 build: enable goimports and varcheck linters (#16446) 2018-04-18 00:53:50 +02:00
evm all: get rid of error when creating memory database (#16716) 2018-05-09 15:24:25 +03:00
faucet cmd/faucet: update state in background, skip when busy 2018-03-02 12:02:23 +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 Revert "cmd/puppeth: fix node deploys for updated dockerfile user" 2018-04-23 15:23:56 +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 core/rawdb: separate raw database access to own package (#16666) 2018-05-07 14:35:06 +03:00
wnode whisper/mailserver: pass init error to the caller (#16671) 2018-05-04 12:10:18 +03:00