quorum/ethchain
obscuren 7277c42047 Fixed some state issues 2014-03-31 01:03:28 +02:00
..
.gitignore
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 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
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
dagger_test.go
error.go
fees.go Removed comments 2014-03-06 13:03:24 +01:00
genesis.go
keypair.go Reworked transaction constructors 2014-03-27 15:42:39 +01:00
stack.go Fixed bug in stack to expand beyond expectations. Fixed EQ and NOT opcode 2014-03-30 18:55:51 +02:00
state.go Removed old VM code 2014-03-22 11:47:27 +01:00
state_manager.go Fixed some state issues 2014-03-31 01:03:28 +02:00
transaction.go Fixed some state issues 2014-03-31 01:03:28 +02:00
transaction_pool.go Added missing GetTx (0x16) wire message 2014-03-28 11:20:07 +01:00
transaction_test.go
vm.go Fixed some state issues 2014-03-31 01:03:28 +02:00
vm_test.go Fixed some state issues 2014-03-31 01:03:28 +02:00