plugeth/chain
obscuren f8d0cd9906 Added a callback mechanism to chain adding.
Not sure if this is the right approach. Why? BlockChain shouldn't need
the "Ethereum" object. BlockChain shouldn't need to worry about
notifying listeners or message propagation.
2014-11-18 19:44:17 +01:00
..
types Begin of moving objects to types package 2014-11-18 16:58:22 +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_test.go Moved ethchain to chain 2014-10-31 10:59:17 +01:00
chain_manager.go Added a callback mechanism to chain adding. 2014-11-18 19:44:17 +01:00
dagger_test.go Moved ethchain to chain 2014-10-31 10:59:17 +01:00
dagger.go Begin of moving objects to types package 2014-11-18 16:58:22 +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_test.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
genesis.go Fixed genesis 2014-11-03 23:45:16 +01:00
helper_test.go all: fix rename breakage 2014-10-31 18:52:58 +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