• Gustav Simonsson's avatar
    Further fixes to block test wrapper · b4483908
    Gustav Simonsson authored
    * Move go test wrapper for block tests from cmd/geth to tests
    * Fix logic for when tests are valid or not, by adding correct
      validations for expected valid/invalid blocks
    * Change block insertion helper to work on single blocks
    * Add one test case for each file in BlockTests and comment out
      the tests which are currently failing
    * Add Skip call in all block tests in lieu of performance fixes
      around ethash cache which are needed before it will be fast enough
      to start / stop the node between each test
    b4483908
Name
Last commit
Last update
..
files Loading commit data...
helper Loading commit data...
vm Loading commit data...
block_test.go Loading commit data...
block_test_util.go Loading commit data...
transaction_test.go Loading commit data...
transaction_test_util.go Loading commit data...