quorum/eth
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
..
downloader all: switch gas limits from big.Int to uint64 2018-01-03 14:45:35 +02:00
fetcher all: switch gas limits from big.Int to uint64 2018-01-03 14:45:35 +02:00
filters all: switch gas limits from big.Int to uint64 2018-01-03 14:45:35 +02:00
gasprice all: update license information 2017-04-14 10:29:00 +02:00
tracers all: update generated code (#15808) 2018-01-08 14:15:57 +02:00
api.go cmd, core, eth/tracers: support fancier js tracing (#15516) 2017-12-21 13:56:11 +02:00
api_backend.go core, eth: clean up bloom filtering, add some tests 2017-09-06 11:14:19 +03:00
api_test.go eth: return rlp-decoded values from debug_storageRangeAt (#15476) 2017-12-06 16:42:16 +01:00
api_tracer.go eth: fix tracer panic when running without configs + reexec (#15799) 2018-01-04 12:58:11 +01:00
backend.go cmd/utils, eth: init etherbase from within eth (#15528) 2017-12-09 23:42:23 +01:00
bind.go all: switch gas limits from big.Int to uint64 2018-01-03 14:45:35 +02:00
bloombits.go les, light: LES/2 protocol version (#14970) 2017-10-24 15:19:09 +02:00
config.go cmd, consensus, eth: split ethash related config to it own (#15520) 2017-11-24 16:10:27 +02:00
db_upgrade.go core, eth: clean up bloom filtering, add some tests 2017-09-06 11:14:19 +03:00
gen_config.go all: update generated code (#15808) 2018-01-08 14:15:57 +02:00
handler.go various: remove redundant parentheses (#15793) 2018-01-03 14:14:47 +02:00
handler_test.go all: switch gas limits from big.Int to uint64 2018-01-03 14:45:35 +02:00
helper_test.go all: switch gas limits from big.Int to uint64 2018-01-03 14:45:35 +02:00
metrics.go eth, eth/downloader, eth/fetcher: delete eth/61 code 2016-07-22 13:17:19 +02:00
peer.go cmd, eth, les, mobile: make networkid uint64 everywhere 2017-04-25 14:53:50 +03:00
protocol.go core, eth, les: fix messy code (#15367) 2017-10-25 12:18:44 +03:00
protocol_test.go core, eth, les: polish txpool API around local/remote txs 2017-07-05 16:51:55 +03:00
sync.go eth: disable fast sync after pivot is committed 2017-09-06 15:02:44 +03:00
sync_test.go cmd/geth: add --config file flag (#13875) 2017-04-12 17:27:23 +03:00