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 685ea3e9a9 Wip keychains 11 years ago
..
.gitignore The great merge 11 years ago
address.go Renamed Address to Account 11 years ago
address_test.go Added address states for storing a session based address 11 years ago
block.go Renamed Address to Account 11 years ago
block_chain.go Partially refactored server/txpool/block manager/block chain 11 years ago
block_manager_test.go Proper tests 11 years ago
contract.go Trie's are no longer referenced directly but through State instead 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 Wip keychains 11 years ago
stack.go Added opcodes 11 years ago
state.go Partially refactored server/txpool/block manager/block chain 11 years ago
state_manager.go Added miner state 11 years ago
transaction.go Deprication 11 years ago
transaction_pool.go Partially refactored server/txpool/block manager/block chain 11 years ago
transaction_test.go Running contracts fixed 11 years ago
vm.go Trie's are no longer referenced directly but through State instead 11 years ago
vm_test.go Separated the VM from the block manager and added states 11 years ago