quorum/common
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
..
bitutil various: remove redundant parentheses (#15793) 2018-01-03 14:14:47 +02:00
compiler cmd/abigen: support for reading solc output from stdin (#16683) 2018-06-05 12:22:02 +02:00
fdlimit all: update license information (#16089) 2018-02-14 13:49:11 +01:00
hexutil build: enable unconvert linter (#15456) 2017-11-10 19:06:45 +02:00
math common: improve documentation comments (#16701) 2018-05-29 12:42:21 +02:00
mclock les: light client protocol and API 2016-11-09 02:12:53 +01:00
number common: improve documentation comments (#16701) 2018-05-29 12:42:21 +02:00
big.go core, vm, common: define constantinople fork + shift (#16045) 2018-02-23 12:32:57 +02:00
bytes.go common: improve documentation comments (#16701) 2018-05-29 12:42:21 +02:00
bytes_test.go common: improve IsHexAddress and add tests (#15551) 2017-12-04 19:34:15 +01:00
debug.go core: added basic chain configuration 2016-04-01 01:01:10 +02:00
format.go all: fix issues reported by honnef.co/go/simple/cmd/gosimple 2017-01-06 18:18:07 +01:00
main_test.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
path.go common: improve documentation comments (#16701) 2018-05-29 12:42:21 +02:00
size.go core, trie: intermediate mempool between trie and database (#15857) 2018-02-05 17:40:32 +01:00
size_test.go common: move big integer math to common/math (#3699) 2017-02-26 22:21:51 +01:00
test_utils.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
types.go common: improve documentation comments (#16701) 2018-05-29 12:42:21 +02:00
types_test.go cmd/clef, signer: initial poc of the standalone signer (#16154) 2018-04-16 15:04:32 +03:00