quorum/state
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
..
dump.go Added `chain` tests & minor fixes 2014-11-19 12:25:52 +01:00
errors.go ethstate => state 2014-10-31 14:43:14 +01:00
log.go Removed all implicit logging. Fixed gas issues and jump errors 2014-11-11 22:52:27 +01:00
main_test.go update imports order per goimports 2014-11-15 20:21:55 -06:00
manifest.go ethstate => state 2014-10-31 14:43:14 +01:00
state.go Changed the way transactions are being added to the transaction pool 2014-12-01 20:18:09 +01:00
state_object.go Moved execution from vm to chain. 2014-12-03 17:06:54 +01:00
state_test.go Merge branch 'develop' of https://github.com/tgerring/go-ethereum 2014-11-14 15:01:52 -06:00