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.
Jeffrey Wilcke
8d09f95bc7
Merge pull request #805 from obscuren/download_improvements
eth, eth/downloader: improve downloader and remove asynchronousness
|
10 years ago |
.. |
state
|
core: removed nonce resetting from the block processor.
|
10 years ago |
types
|
Validate block header UncleHash against calculated hash
|
10 years ago |
vm
|
Changed how logs are being recorded
|
10 years ago |
.gitignore
|
Renamed `chain` => `core`
|
10 years ago |
asm.go
|
moved state and vm to core
|
10 years ago |
block_cache.go
|
Added thread safe each
|
10 years ago |
block_cache_test.go
|
Fixed tests
|
10 years ago |
block_processor.go
|
core: implemented a queued approach processing transactions
|
10 years ago |
block_processor_test.go
|
Improved chain manager, improved block processor, fixed tests
|
10 years ago |
blocks.go
|
core: added chain reset mechanism on bad blocks
|
10 years ago |
chain_makers.go
|
xeth, core, cmd/utils: Transaction can not be over block gas limit
|
10 years ago |
chain_manager.go
|
xeth, core, cmd/utils: Transaction can not be over block gas limit
|
10 years ago |
chain_manager_test.go
|
xeth, core, cmd/utils: Transaction can not be over block gas limit
|
10 years ago |
error.go
|
core: improved error message for invalid nonce txs
|
10 years ago |
events.go
|
moved state and vm to core
|
10 years ago |
execution.go
|
Set input to nil for create
|
10 years ago |
fees.go
|
Renamed `chain` => `core`
|
10 years ago |
filter.go
|
core: fixed wildcard topic filters. Closes #725
|
10 years ago |
filter_test.go
|
Locks, refactor, tests
|
10 years ago |
genesis.go
|
Merge branch 'frontier/natspec' of https://github.com/ethersphere/go-ethereum into ethersphere-frontier/natspec
|
10 years ago |
helper_test.go
|
Moved ethutil => common
|
10 years ago |
manager.go
|
Moved ethutil => common
|
10 years ago |
state_transition.go
|
Improved transaction pool
|
10 years ago |
transaction_pool.go
|
xeth, core, cmd/utils: Transaction can not be over block gas limit
|
10 years ago |
transaction_pool_test.go
|
xeth, core, cmd/utils: Transaction can not be over block gas limit
|
10 years ago |
vm_env.go
|
Changed how logs are being recorded
|
10 years ago |