Official Go implementation of the Ethereum protocol
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
go-ethereum/ethchain
obscuren 7cc28c8b46 Added storage test 11 years ago
..
.gitignore The great merge 11 years ago
address.go Closure return, arguments fixed. Added proper tests 11 years ago
address_test.go Added address states for storing a session based address 11 years ago
block.go Removed caller from tx and added "callership" to account. 11 years ago
block_chain.go Partially refactored server/txpool/block manager/block chain 11 years ago
block_manager_test.go Commented out code due to rewrite vm 11 years ago
closure.go Removed regular ints from the virtual machine and closures 11 years ago
contract.go Removed regular ints from the virtual machine and closures 11 years ago
dagger.go The great merge 11 years ago
dagger_test.go The great merge 11 years ago
error.go The great merge 11 years ago
fees.go Removed comments 11 years ago
genesis.go s/GenisisHeader/GenesisHeader/ 11 years ago
keypair.go Reworked transaction constructors 11 years ago
stack.go Fixed bug in stack to expand beyond expectations. Fixed EQ and NOT opcode 11 years ago
state.go Removed old VM code 11 years ago
state_manager.go Changed to new mutan API 11 years ago
transaction.go Fixed IsContract method to use the contractCreation flag 11 years ago
transaction_pool.go Added missing GetTx (0x16) wire message 11 years ago
transaction_test.go Running contracts fixed 11 years ago
vm.go Fixed bug in stack to expand beyond expectations. Fixed EQ and NOT opcode 11 years ago
vm_test.go Added storage test 11 years ago