quorum/tests
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
..
testdata@2bb0c3da3b tests: update to upstream commit 2bb0c3da3b (#15806) 2018-01-04 13:18:30 +01:00
block_test.go params: Updated finalized gascosts for ECMUL/MODEXP (#15135) 2017-09-14 10:35:54 +03:00
block_test_util.go all: update generated code (#15808) 2018-01-08 14:15:57 +02:00
difficulty_test.go tests: add ethash difficulty tests (#15191) 2017-09-27 15:30:41 +02:00
difficulty_test_util.go tests: add ethash difficulty tests (#15191) 2017-09-27 15:30:41 +02:00
gen_btheader.go all: update generated code (#15808) 2018-01-08 14:15:57 +02:00
gen_difficultytest.go tests: add ethash difficulty tests (#15191) 2017-09-27 15:30:41 +02:00
gen_stenv.go all: switch gas limits from big.Int to uint64 2018-01-03 14:45:35 +02:00
gen_sttransaction.go tests: update tests and implement general state tests (#14734) 2017-07-11 13:49:14 +02:00
gen_tttransaction.go all: update generated code (#15808) 2018-01-08 14:15:57 +02:00
gen_vmexec.go tests: update tests and implement general state tests (#14734) 2017-07-11 13:49:14 +02:00
init.go all: gofmt -w -s (#15419) 2017-11-08 11:45:52 +01:00
init_test.go tests: add ethash difficulty tests (#15191) 2017-09-27 15:30:41 +02:00
rlp_test.go tests: update tests and implement general state tests (#14734) 2017-07-11 13:49:14 +02:00
rlp_test_util.go tests: update tests and implement general state tests (#14734) 2017-07-11 13:49:14 +02:00
state_test.go tests: update to upstream commit 2bb0c3da3b (#15806) 2018-01-04 13:18:30 +01:00
state_test_util.go all: switch gas limits from big.Int to uint64 2018-01-03 14:45:35 +02:00
transaction_test.go consensus, core, params: rebrand Metro to Byzantium 2017-09-14 10:10:46 +03:00
transaction_test_util.go all: switch gas limits from big.Int to uint64 2018-01-03 14:45:35 +02:00
vm_test.go core, tests: implement Metropolis EIP 684 2017-08-25 13:00:27 +03:00
vm_test_util.go cmd, core, eth/tracers: support fancier js tracing (#15516) 2017-12-21 13:56:11 +02:00