• Gustav Simonsson's avatar
    Add initial implementation of block tests · 871dfd39
    Gustav Simonsson authored
    * Add blocktest cmd and support for block tests files in
      tests/BlockTests , the launched node does not connect to
      network, resets state with a genesis block from the test file
      and starts the RPC API
    871dfd39
Name
Last commit
Last update
..
types Loading commit data...
.gitignore Loading commit data...
asm.go Loading commit data...
block_processor.go Loading commit data...
block_processor_test.go Loading commit data...
chain_makers.go Loading commit data...
chain_manager.go Loading commit data...
chain_manager_test.go Loading commit data...
error.go Loading commit data...
events.go Loading commit data...
execution.go Loading commit data...
fees.go Loading commit data...
filter.go Loading commit data...
filter_test.go Loading commit data...
genesis.go Loading commit data...
helper_test.go Loading commit data...
manager.go Loading commit data...
state_transition.go Loading commit data...
transaction_pool.go Loading commit data...
transaction_pool_test.go Loading commit data...
vm_env.go Loading commit data...