go-ethereum/ethchain
obscuren c5bd32b0ad Refactored VM to two separate VMs; std & debug
Standard VM should be about 10x faster than the debug VM. Some error
checking has been removed, all of the log statements and therefor quite
some unnecessary if-statements.
2014-10-14 11:48:52 +02:00
..
.gitignore
asm.go
block.go Max callstack 2014-10-11 00:41:37 +02:00
block_chain.go Added generic big to 256 method. Implemented new iterator 2014-10-10 17:00:06 +02:00
block_chain_test.go Working on new (blocking) event machine. 2014-09-29 12:57:51 +02:00
block_manager_test.go Commented out code due to rewrite vm 2014-03-20 17:24:53 +01:00
bloom.go
bloom_test.go
dagger.go Renamed Sha3Bin to Sha3 2014-10-08 12:06:39 +02:00
dagger_test.go
error.go
fees.go
filter.go kick of bad peers 2014-10-07 11:18:46 +02:00
filter_test.go
genesis.go Renamed Sha3Bin to Sha3 2014-10-08 12:06:39 +02:00
helper_test.go Working on new (blocking) event machine. 2014-09-29 12:57:51 +02:00
state_manager.go Added generic big to 256 method. Implemented new iterator 2014-10-10 17:00:06 +02:00
state_transition.go Refactored VM to two separate VMs; std & debug 2014-10-14 11:48:52 +02:00
transaction.go Renamed Sha3Bin to Sha3 2014-10-08 12:06:39 +02:00
transaction_pool.go
transaction_test.go
types.go Minor tweaks for poc7 2014-10-08 11:59:44 +02:00
vm_env.go Updated chain for filtering 2014-08-11 16:23:38 +02:00