quorum/ethchain
obscuren 9d492b0509 Renamed Address to Account 2014-03-03 11:05:12 +01:00
..
.gitignore The great merge 2014-02-14 23:56:09 +01:00
address.go Renamed Address to Account 2014-03-03 11:05:12 +01:00
address_test.go Added address states for storing a session based address 2014-02-23 01:56:48 +01:00
block.go Renamed Address to Account 2014-03-03 11:05:12 +01:00
block_chain.go Updated block to use state instead of trie directly 2014-03-02 20:42:05 +01:00
block_manager.go Renamed Address to Account 2014-03-03 11:05:12 +01:00
block_manager_test.go Proper tests 2014-02-24 12:44:29 +01:00
contract.go Trie's are no longer referenced directly but through State instead 2014-03-03 11:03:16 +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 Renamed Address to Account 2014-03-03 11:05:12 +01:00
transaction.go Deprication 2014-02-25 11:22:18 +01:00
transaction_pool.go Updated block to use state instead of trie directly 2014-03-02 20:42:05 +01:00
transaction_test.go Running contracts fixed 2014-02-19 11:35:17 +01:00
vm.go Trie's are no longer referenced directly but through State instead 2014-03-03 11:03:16 +01:00
vm_test.go Separated the VM from the block manager and added states 2014-02-24 12:10:45 +01:00