quorum/ethchain
obscuren 95a8ebc249 Changed MakeContract on block
MakeContract in Block is now using the MakeContract defined in
contract.go
2014-02-24 12:45:21 +01:00
..
.gitignore The great merge 2014-02-14 23:56:09 +01:00
address.go Added address states for storing a session based address 2014-02-23 01:56:48 +01:00
address_test.go Added address states for storing a session based address 2014-02-23 01:56:48 +01:00
block.go Changed MakeContract on block 2014-02-24 12:45:21 +01:00
block_chain.go Updated some of the log statements to use the ethutil logger 2014-02-22 01:53:25 +01:00
block_manager.go Proper tests 2014-02-24 12:44:29 +01:00
block_manager_test.go Proper tests 2014-02-24 12:44:29 +01:00
contract.go Added make contract 2014-02-24 12:12:24 +01:00
dagger.go The great merge 2014-02-14 23:56:09 +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 Updated fees 2014-02-20 23:10:43 +01:00
genesis.go s/GenisisHeader/GenesisHeader/ 2014-02-18 10:40:58 -05:00
stack.go Added opcodes 2014-02-24 12:12:32 +01:00
state.go Separated the VM from the block manager and added states 2014-02-24 12:10:45 +01:00
transaction.go Removed compiling from the transaction 2014-02-24 12:13:42 +01:00
transaction_pool.go Added a secondary processor 2014-02-23 01:57:04 +01:00
transaction_test.go Running contracts fixed 2014-02-19 11:35:17 +01:00
vm.go Removed debug print 2014-02-24 12:44:18 +01:00
vm_test.go Separated the VM from the block manager and added states 2014-02-24 12:10:45 +01:00