quorum/ethchain
Maran 6253d10938 initial testcode for canonical chain 2014-03-24 15:04:29 +01:00
..
.gitignore The great merge 2014-02-14 23:56:09 +01:00
address.go Closure return, arguments fixed. Added proper tests 2014-03-21 14:47:55 +01:00
address_test.go Added address states for storing a session based address 2014-02-23 01:56:48 +01:00
block.go Merge branch 'master' into miner 2014-03-24 10:24:39 +01:00
block_chain.go initial testcode for canonical chain 2014-03-24 15:04:29 +01:00
block_chain_test.go initial testcode for canonical chain 2014-03-24 15:04:29 +01:00
block_manager_test.go Commented out code due to rewrite vm 2014-03-20 17:24:53 +01:00
closure.go Removed regular ints from the virtual machine and closures 2014-03-21 18:22:47 +01:00
contract.go Removed regular ints from the virtual machine and closures 2014-03-21 18:22:47 +01:00
dagger.go Remove some xtra logs 2014-03-24 10:56:52 +01:00
dagger_test.go The great merge 2014-02-14 23:56:09 +01:00
error.go The great merge 2014-02-14 23:56:09 +01:00
fees.go Removed comments 2014-03-06 13:03:24 +01:00
genesis.go s/GenisisHeader/GenesisHeader/ 2014-02-18 10:40:58 -05:00
keypair.go Merge 2014-03-17 10:37:37 +01:00
stack.go Removed regular ints from the virtual machine and closures 2014-03-21 18:22:47 +01:00
state.go Removed old VM code 2014-03-22 11:47:27 +01:00
state_manager.go initial testcode for canonical chain 2014-03-24 15:04:29 +01:00
transaction.go New tx methods and added new vm to state manager 2014-03-21 00:04:31 +01:00
transaction_pool.go More mining rework 2014-03-20 11:20:29 +01:00
transaction_test.go Running contracts fixed 2014-02-19 11:35:17 +01:00
vm.go Removed old VM code 2014-03-22 11:47:27 +01:00
vm_test.go Changes 'compiler' to work with any type 2014-03-21 15:27:18 +01:00