quorum/chain
obscuren 14e2e488fd Added `chain` tests & minor fixes
* Fork tests (equal and larger chains)
* `chain.link` fields are now exported
* moved debug function from state to dump.go
2014-11-19 12:25:52 +01:00
..
types Merge branch 'tests' into poc8 2014-11-18 19:48:35 +01:00
.gitignore Moved ethchain to chain 2014-10-31 10:59:17 +01:00
asm.go Proper packages 2014-11-05 00:34:59 +01:00
block_manager.go Begin of moving objects to types package 2014-11-18 16:58:22 +01:00
chain_manager.go Added `chain` tests & minor fixes 2014-11-19 12:25:52 +01:00
chain_manager_test.go Added `chain` tests & minor fixes 2014-11-19 12:25:52 +01:00
dagger.go Begin of moving objects to types package 2014-11-18 16:58:22 +01:00
dagger_test.go Moved ethchain to chain 2014-10-31 10:59:17 +01:00
error.go Fixed VM and added static analysis for EVM jumps 2014-11-04 18:18:57 +01:00
events.go Begin of moving objects to types package 2014-11-18 16:58:22 +01:00
fees.go Moved ethchain to chain 2014-10-31 10:59:17 +01:00
filter.go Begin of moving objects to types package 2014-11-18 16:58:22 +01:00
filter_test.go try to get full coverage report on travis 2014-11-14 20:58:09 -06:00
genesis.go Fixed genesis 2014-11-03 23:45:16 +01:00
helper_test.go Fixed tests for 'types' 2014-11-18 19:52:45 +01:00
state_transition.go Begin of moving objects to types package 2014-11-18 16:58:22 +01:00
transaction_pool.go Begin of moving objects to types package 2014-11-18 16:58:22 +01:00
vm_env.go Begin of moving objects to types package 2014-11-18 16:58:22 +01:00