openethereum/json/src/spec
Tomasz Drwięga 6e5a1c00dc Update state tests execution model (#9440)
* Update & fix JSON state tests.

* Update tests to be able to run ethtest at
021fe3d410773024cd5f0387e62db6e6ec800f32.

- Touch user in state
- Adjust transaction tests to new json format

* Switch to same commit for submodule ethereum/test as geth (next includes constantinople changes).
Added test `json_tests::trie::generic::TrieTests_trieanyorder` and a few
difficulty tests.

* Remove trietestnextprev as it would require to parse differently and
implement it.

* Support new (shitty) format of transaction tests.

* Ignore junk in ethereum/tests repo.

* Ignore incorrect test.

* Update to a later commit

* Move block number to a constant.

* Fix ZK2 test - touched account should also be cleared.

* Fix conflict resolution
2018-09-10 22:38:30 +02:00
..
account.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
authority_round.rs Add block reward contract config to ethash and allow off-chain contracts (#9312) 2018-08-29 16:17:18 +01:00
basic_authority.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
builtin.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
engine.rs Support millisecond timestamp for instant seal engine (#9469) 2018-09-06 11:38:00 +02:00
ethash.rs Generalized blockReward and difficultyBombDelays config (#9480) 2018-09-09 00:38:07 +02:00
genesis.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
hardcoded_sync.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
instant_seal.rs Support millisecond timestamp for instant seal engine (#9469) 2018-09-06 11:38:00 +02:00
mod.rs Update state tests execution model (#9440) 2018-09-10 22:38:30 +02:00
null_engine.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
params.rs EIP 1283: Net gas metering for SSTORE without dirty maps (#9319) 2018-09-07 18:51:08 +08:00
seal.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
spec.rs Update state tests execution model (#9440) 2018-09-10 22:38:30 +02:00
state.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
tendermint.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
validator_set.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00