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/core
obscuren 6ea7aae29c Removed some methods from the JS REPL 10 years ago
..
types Added GetBlock GetUncle with OOB guard 10 years ago
.gitignore
asm.go
block_processor.go Fixed consensus issue for refunding 10 years ago
block_processor_test.go Added GetBlock GetUncle with OOB guard 10 years ago
chain_manager.go Merge branch 'master' into develop 10 years ago
chain_manager_test.go
error.go Optimisations and fixed a couple of DDOS issues in the miner 10 years ago
events.go Optimisations and fixed a couple of DDOS issues in the miner 10 years ago
execution.go
fees.go
filter.go Added eth_logs & fixed issue with manual log filtering 10 years ago
filter_test.go
genesis.go Removed some methods from the JS REPL 10 years ago
helper_test.go
manager.go "centralised" mining to backend. Closes #323 10 years ago
state_transition.go Bump 10 years ago
transaction_pool.go Removed exported fields from state object and added proper set/getters 10 years ago
transaction_pool_test.go Validate transactions sender before adding to pool. Closes #272 10 years ago
vm_env.go