go-ethereum/consensus
Felix Lange 9af60fa075 tests: update tests and add support for general state tests
Tests are now included as a submodule. This should make updating easier
and removes ~60MB of JSON data from the working copy.

State tests are replaced by General State Tests, which run the same test
with multiple fork configurations.

With the new test runner, consensus tests are run as subtests by walking
json files. Many hex issues have been fixed upstream since the last
update and most custom parsing code is replaced by existing JSON hex
types. Tests can now be marked as 'expected failures', ensuring that
fixes for those tests will trigger an update to test configuration. The
new test runner also supports parallel execution and the -short flag.
2017-07-10 12:33:45 +02:00
..
clique Merge pull request #14596 from markya0616/valid_clique_vote 2017-06-23 11:21:38 +03:00
ethash tests: update tests and add support for general state tests 2017-07-10 12:33:45 +02:00
misc rlp, trie, contracts, compression, consensus: improve comments (#14580) 2017-06-12 14:45:17 +02:00
consensus.go rlp, trie, contracts, compression, consensus: improve comments (#14580) 2017-06-12 14:45:17 +02:00
errors.go consensus/clique: Proof of Authority (#3753) 2017-04-10 12:24:12 +02:00