plugeth/ethchain
obscuren 7705b23f24 Removed caller from tx and added "callership" to account.
Transactions can no longer serve as callers. Accounts are now the
initial callee of closures. Transactions now serve as transport to call
closures.
2014-03-20 23:17:53 +01:00
..
.gitignore The great merge 2014-02-14 23:56:09 +01:00
address_test.go Added address states for storing a session based address 2014-02-23 01:56:48 +01:00
address.go Removed caller from tx and added "callership" to account. 2014-03-20 23:17:53 +01:00
block_chain.go Partially refactored server/txpool/block manager/block chain 2014-03-05 10:42:51 +01:00
block_manager_test.go Commented out code due to rewrite vm 2014-03-20 17:24:53 +01:00
block.go Removed caller from tx and added "callership" to account. 2014-03-20 23:17:53 +01:00
closure.go Removed caller from tx and added "callership" to account. 2014-03-20 23:17:53 +01:00
contract.go Comply to Callee structure 2014-03-20 17:25:11 +01:00
dagger_test.go The great merge 2014-02-14 23:56:09 +01:00
dagger.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 Wip keychains 2014-03-07 11:26:35 +01:00
stack.go Rewrote opcodes again 2014-03-20 22:51:20 +01:00
state_manager.go Rewrote opcodes again 2014-03-20 22:51:20 +01:00
state.go Removed caller from tx and added "callership" to account. 2014-03-20 23:17:53 +01:00
transaction_pool.go Moved on to the state manager 2014-03-17 10:33:03 +01:00
transaction_test.go Running contracts fixed 2014-02-19 11:35:17 +01:00
transaction.go Removed caller from tx and added "callership" to account. 2014-03-20 23:17:53 +01:00
vm_test.go Removed caller from tx and added "callership" to account. 2014-03-20 23:17:53 +01:00
vm.go Removed caller from tx and added "callership" to account. 2014-03-20 23:17:53 +01:00