quorum/ethchain
obscuren 92f2abdf76 Partially refactored server/txpool/block manager/block chain
The Ethereum structure now complies to a EthManager interface which is
being used by the tx pool, block manager and block chain in order to
gain access to each other. It's become simpeler.
TODO: BlockManager => StateManager
2014-03-05 10:42:51 +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 Partially refactored server/txpool/block manager/block chain 2014-03-05 10:42:51 +01:00
block_manager.go Partially refactored server/txpool/block manager/block chain 2014-03-05 10:42:51 +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 Partially refactored server/txpool/block manager/block chain 2014-03-05 10:42:51 +01:00
transaction.go Deprication 2014-02-25 11:22:18 +01:00
transaction_pool.go Partially refactored server/txpool/block manager/block chain 2014-03-05 10:42:51 +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