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.
Felix Lange
d66f93cecd
accounts, core, eth, xeth: use account manager for everything
The account manager is now responsible for picking the
default account and the coinbase.
|
10 years ago |
.. |
types
|
Integrate eth_accounts and eth_transact to use new account manager
|
10 years ago |
.gitignore
|
Renamed `chain` => `core`
|
10 years ago |
asm.go
|
Renamed `chain` => `core`
|
10 years ago |
block_processor.go
|
Miner fixes and updates (including miner)
|
10 years ago |
block_processor_test.go
|
Added GetBlock GetUncle with OOB guard
|
10 years ago |
chain_makers.go
|
uncle validation
|
10 years ago |
chain_manager.go
|
Merge pull request #426 from Gustav-Simonsson/add_blockchain_tests
|
10 years ago |
chain_manager_test.go
|
Introducing ethash
|
10 years ago |
error.go
|
Add initial implementation of block tests
|
10 years ago |
events.go
|
Optimisations and fixed a couple of DDOS issues in the miner
|
10 years ago |
execution.go
|
Secure trie
|
10 years ago |
fees.go
|
Renamed `chain` => `core`
|
10 years ago |
filter.go
|
uncle validation
|
10 years ago |
filter_test.go
|
Locks, refactor, tests
|
10 years ago |
genesis.go
|
Miner fixes and updates (including miner)
|
10 years ago |
helper_test.go
|
cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p API
|
10 years ago |
manager.go
|
accounts, core, eth, xeth: use account manager for everything
|
10 years ago |
state_transition.go
|
Fixed error for invalid transaction
|
10 years ago |
transaction_pool.go
|
Introducing ethash
|
10 years ago |
transaction_pool_test.go
|
Validate transactions sender before adding to pool. Closes #272
|
10 years ago |
vm_env.go
|
Added (disabled) Jit validation
|
10 years ago |