quorum/tests
Martin Holst Swende 32f28a9360 core/vm, tests: update tests, enable constantinople statetests, fix SAR opcode (#17538)
This commit does a few things at once:

- Updates the tests to contain the latest data from ethereum/tests repo.
- Enables Constantinople state tests. This is needed to be able to
  fuzz-test the evm with constantinople rules.
- Fixes the error in opSAR that we've known about for some time. I was
  kind of saving it to see if we hit upon it with the random test
  generator, but it's difficult to both enable the tests and have the
  bug there -- we don't want to forget about it, so maybe it's better
  to just fix it.
2018-09-04 10:49:18 +02:00
..
testdata@ad2184adca core/vm, tests: update tests, enable constantinople statetests, fix SAR opcode (#17538) 2018-09-04 10:49:18 +02:00
block_test.go core/vm, tests: update tests, enable constantinople statetests, fix SAR opcode (#17538) 2018-09-04 10:49:18 +02:00
block_test_util.go params: fix golint warnings (#16853) 2018-06-05 12:31:34 +02:00
difficulty_test.go params: fix golint warnings (#16853) 2018-06-05 12:31:34 +02:00
difficulty_test_util.go all: update license information (#16089) 2018-02-14 13:49:11 +01:00
gen_btheader.go all: regenerate codecs with gencodec commit 90983d99de (#15830) 2018-01-08 15:13:22 +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 all: regenerate codecs with gencodec commit 90983d99de (#15830) 2018-01-08 15:13:22 +02:00
gen_tttransaction.go all: regenerate codecs with gencodec commit 90983d99de (#15830) 2018-01-08 15:13:22 +02:00
gen_vmexec.go all: regenerate codecs with gencodec commit 90983d99de (#15830) 2018-01-08 15:13:22 +02:00
init.go tests: enable the Constantinople fork definition 2018-08-01 18:47:09 +03:00
init_test.go core/vm, tests: update tests, enable constantinople statetests, fix SAR opcode (#17538) 2018-09-04 10:49:18 +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 core/vm, tests: update tests, enable constantinople statetests, fix SAR opcode (#17538) 2018-09-04 10:49:18 +02:00
state_test_util.go core/vm, tests: update tests, enable constantinople statetests, fix SAR opcode (#17538) 2018-09-04 10:49:18 +02:00
transaction_test.go params: fix golint warnings (#16853) 2018-06-05 12:31:34 +02:00
transaction_test_util.go tests: golint fixes for tests directory (#16640) 2018-05-02 11:20:19 +03:00
vm_test.go core, tests: implement Metropolis EIP 684 2017-08-25 13:00:27 +03:00
vm_test_util.go all: get rid of error when creating memory database (#16716) 2018-05-09 15:24:25 +03:00