openethereum/ethcore
meowsbits b6afc81d69 Fix esoteric test config variable (#11292)
* Fix esoteric test config variable

EIP155 canonically (on Ethereum mainnet, for which these test were developed)
happens simultaneously with EIP158/161 and other "Spurious Dragon" upgrades.

This test is intended to test the transition from the EIP158/161 era (Spurious Dragon)
to the Byzantium era, with Byzantium changes happening at 5.

* Add missing 'modexp' precompiled contract

modexp was introduced via EIP198 as a part of the Byzantium fork,
which this test should be testing against.
2020-01-10 15:12:32 +01:00
..
account-db Update to latest kvdb-*: no default column, DBValue is Vec (#11312) 2019-12-20 12:27:38 +01:00
account-state Update to latest kvdb-*: no default column, DBValue is Vec (#11312) 2019-12-20 12:27:38 +01:00
benches Fix ethcore/benches build. (#10964) 2019-08-13 15:27:28 +02:00
block-reward Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
blockchain Update to latest kvdb-*: no default column, DBValue is Vec (#11312) 2019-12-20 12:27:38 +01:00
builtin Fix misc compile warnings (#11258) 2019-11-14 00:01:21 +01:00
call-contract Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
client-traits Update to latest kvdb-*: no default column, DBValue is Vec (#11312) 2019-12-20 12:27:38 +01:00
db Update to latest kvdb-*: no default column, DBValue is Vec (#11312) 2019-12-20 12:27:38 +01:00
engine Add randomness contract support to AuthorityRound. (#10946) 2019-12-17 11:34:14 +01:00
engines Update to latest kvdb-*: no default column, DBValue is Vec (#11312) 2019-12-20 12:27:38 +01:00
evm Update to latest kvdb-*: no default column, DBValue is Vec (#11312) 2019-12-20 12:27:38 +01:00
executive-state Update to latest kvdb-*: no default column, DBValue is Vec (#11312) 2019-12-20 12:27:38 +01:00
light Update to latest kvdb-*: no default column, DBValue is Vec (#11312) 2019-12-20 12:27:38 +01:00
machine remove null signatures (#11335) 2019-12-13 18:12:22 +01:00
node-filter Update to latest kvdb-*: no default column, DBValue is Vec (#11312) 2019-12-20 12:27:38 +01:00
pod Update to latest kvdb-*: no default column, DBValue is Vec (#11312) 2019-12-20 12:27:38 +01:00
private-tx Update to latest kvdb-*: no default column, DBValue is Vec (#11312) 2019-12-20 12:27:38 +01:00
res Fix esoteric test config variable (#11292) 2020-01-10 15:12:32 +01:00
service Update to latest kvdb-*: no default column, DBValue is Vec (#11312) 2019-12-20 12:27:38 +01:00
snapshot Update to latest kvdb-*: no default column, DBValue is Vec (#11312) 2019-12-20 12:27:38 +01:00
spec Update to latest kvdb-*: no default column, DBValue is Vec (#11312) 2019-12-20 12:27:38 +01:00
src Update to latest kvdb-*: no default column, DBValue is Vec (#11312) 2019-12-20 12:27:38 +01:00
state-db Update to latest kvdb-*: no default column, DBValue is Vec (#11312) 2019-12-20 12:27:38 +01:00
sync Update to latest kvdb-*: no default column, DBValue is Vec (#11312) 2019-12-20 12:27:38 +01:00
trace Update to latest kvdb-*: no default column, DBValue is Vec (#11312) 2019-12-20 12:27:38 +01:00
trie-vm-factories Update to latest kvdb-*: no default column, DBValue is Vec (#11312) 2019-12-20 12:27:38 +01:00
types Update to latest kvdb-*: no default column, DBValue is Vec (#11312) 2019-12-20 12:27:38 +01:00
verification Forward-port #11356 (#11359) 2020-01-06 10:46:05 +03:00
vm Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
wasm Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
Cargo.toml Update to latest kvdb-*: no default column, DBValue is Vec (#11312) 2019-12-20 12:27:38 +01:00