quorum/chain
obscuren 99853ac3ce Moved execution from vm to chain.
This moves call and create to the specified environments. Vms are no
longer re-used. Vm uses environment's Call(Code) and Create in order to
execute new contracts or transfer value between accounts.

State transition now uses the same mechanism described above.
2014-12-03 17:06:54 +01:00
..
types updated to types 2014-12-03 14:05:19 +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 reverted vm back 2014-12-03 13:52:30 +01:00
chain_manager.go updated to types 2014-12-03 14:05:19 +01:00
chain_manager_test.go Added `chain` tests & minor fixes 2014-11-19 12:25:52 +01:00
dagger.go merge 2014-12-03 13:50:51 +01:00
dagger_test.go Moved ethchain to chain 2014-10-31 10:59:17 +01:00
error.go Additional logging and removed temp merged mining options. 2014-12-02 12:23:27 +01:00
events.go Begin of moving objects to types package 2014-11-18 16:58:22 +01:00
execution.go Moved execution from vm to chain. 2014-12-03 17:06:54 +01:00
fees.go Moved ethchain to chain 2014-10-31 10:59:17 +01:00
filter.go merge 2014-12-03 13:50:51 +01:00
filter_test.go try to get full coverage report on travis 2014-11-14 20:58:09 -06:00
genesis.go Removed min gas price from genesis 2014-11-28 20:57:10 +01:00
helper_test.go Fixed tests for 'types' 2014-11-18 19:52:45 +01:00
state_transition.go Moved execution from vm to chain. 2014-12-03 17:06:54 +01:00
transaction_pool.go updated to types 2014-12-03 14:05:19 +01:00
vm_env.go Moved execution from vm to chain. 2014-12-03 17:06:54 +01:00