Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
6 years ago
..
testdata @ ad2184adca
core/vm, tests: update tests, enable constantinople statetests, fix SAR opcode ( #17538 )
6 years ago
block_test.go
core/vm, tests: update tests, enable constantinople statetests, fix SAR opcode ( #17538 )
6 years ago
block_test_util.go
params: fix golint warnings ( #16853 )
7 years ago
difficulty_test.go
params: fix golint warnings ( #16853 )
7 years ago
difficulty_test_util.go
all: update license information ( #16089 )
7 years ago
gen_btheader.go
all: regenerate codecs with gencodec commit 90983d99de ( #15830 )
7 years ago
gen_difficultytest.go
tests: add ethash difficulty tests ( #15191 )
7 years ago
gen_stenv.go
all: switch gas limits from big.Int to uint64
7 years ago
gen_sttransaction.go
all: regenerate codecs with gencodec commit 90983d99de ( #15830 )
7 years ago
gen_tttransaction.go
all: regenerate codecs with gencodec commit 90983d99de ( #15830 )
7 years ago
gen_vmexec.go
all: regenerate codecs with gencodec commit 90983d99de ( #15830 )
7 years ago
init.go
tests: enable the Constantinople fork definition
6 years ago
init_test.go
core/vm, tests: update tests, enable constantinople statetests, fix SAR opcode ( #17538 )
6 years ago
rlp_test.go
tests: update tests and implement general state tests ( #14734 )
7 years ago
rlp_test_util.go
tests: update tests and implement general state tests ( #14734 )
7 years ago
state_test.go
core/vm, tests: update tests, enable constantinople statetests, fix SAR opcode ( #17538 )
6 years ago
state_test_util.go
core/vm, tests: update tests, enable constantinople statetests, fix SAR opcode ( #17538 )
6 years ago
transaction_test.go
params: fix golint warnings ( #16853 )
7 years ago
transaction_test_util.go
tests: golint fixes for tests directory ( #16640 )
7 years ago
vm_test.go
core, tests: implement Metropolis EIP 684
7 years ago
vm_test_util.go
all: get rid of error when creating memory database ( #16716 )
7 years ago