quorum/ethchain
obscuren 29b8a0bc5f Updated the VM & VM tests
* Stack Error shouldn't revert to previous state
* Updated VM Test tool
* Added Transfer method to VM Env
2014-10-23 01:01:26 +02:00
..
.gitignore
asm.go Minor improvements and fixes to the new vm structure 2014-07-22 15:57:54 +02:00
block.go Empty string for uncle 2014-10-21 13:30:23 +02:00
bloom.go Updated lookup method to include CNAME's as well as A records 2014-08-13 10:52:50 +02:00
bloom_test.go Added bloom filter & block filter methods 2014-08-11 16:23:17 +02:00
chain_manager.go Updated the VM & VM tests 2014-10-23 01:01:26 +02:00
chain_manager_test.go Renamed block_chain to chain_manager 2014-10-20 11:53:11 +02:00
dagger.go all: use (blocking) event package instead of ethreact 2014-10-16 18:50:48 +02:00
dagger_test.go
error.go Updated GHOST 2014-09-15 01:11:01 +02:00
events.go all: use (blocking) event package instead of ethreact 2014-10-16 18:50:48 +02:00
fees.go Upped protocol version for VM change 2014-09-18 01:02:15 +02:00
filter.go Renamed block_chain to chain_manager 2014-10-20 11:53:11 +02:00
filter_test.go ethchain: fix tests 2014-10-16 18:51:21 +02:00
genesis.go Empty string for uncle 2014-10-21 13:30:23 +02:00
helper_test.go ethchain: fix tests 2014-10-16 18:51:21 +02:00
state_manager.go Renamed block_chain to chain_manager 2014-10-20 11:53:11 +02:00
state_transition.go Updated the VM & VM tests 2014-10-23 01:01:26 +02:00
transaction.go Renamed Sha3Bin to Sha3 2014-10-08 12:06:39 +02:00
transaction_pool.go Updated the VM & VM tests 2014-10-23 01:01:26 +02:00
transaction_test.go
types.go Switch EXT* codes 2014-10-16 13:39:11 +02:00
vm_env.go Updated the VM & VM tests 2014-10-23 01:01:26 +02:00