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.
obscuren
90c4493a10
eth, core: interupt the chain processing on stop
Added an additional channel which is used to interupt the chain manager
when it's processing blocks.
|
10 years ago |
.. |
state
|
core/vm, core/state: added storage to structured vm logging
|
10 years ago |
types
|
core/types: add Transaction.Size
|
10 years ago |
vm
|
core/vm: added a comment regarding the uint64 vs *big.Int
|
10 years ago |
.gitignore
|
Renamed `chain` => `core`
|
10 years ago |
asm.go
|
moved state and vm to core
|
10 years ago |
block_cache.go
|
core: block cache Has method thread safe
|
10 years ago |
block_cache_test.go
|
Fixed tests
|
10 years ago |
block_processor.go
|
core: retry block now also parellise nonce checks
|
10 years ago |
block_processor_test.go
|
core: settable genesis nonce
|
10 years ago |
blocks.go
|
core: add bad block for the 'missing nonce check' fork
|
10 years ago |
chain_makers.go
|
core: settable genesis nonce
|
10 years ago |
chain_manager.go
|
eth, core: interupt the chain processing on stop
|
10 years ago |
chain_manager_test.go
|
core: settable genesis nonce
|
10 years ago |
error.go
|
core: fix the nonce check one more time
|
10 years ago |
events.go
|
core: changed how head events are checked
|
10 years ago |
execution.go
|
core/vm: added structured logging
|
10 years ago |
fees.go
|
Renamed `chain` => `core`
|
10 years ago |
filter.go
|
core: skip genesis block for reprocess. Closes #1202
|
10 years ago |
filter_test.go
|
Locks, refactor, tests
|
10 years ago |
genesis.go
|
core: settable genesis nonce
|
10 years ago |
helper_test.go
|
core: fixed test
|
10 years ago |
manager.go
|
core, eth/downloader: expose the bad hashes, check in downloader
|
10 years ago |
state_transition.go
|
core, core/vm: moved logger and added gas cost to struct logging
|
10 years ago |
transaction_pool.go
|
core: fixed race condition for subscriptions
|
10 years ago |
transaction_pool_test.go
|
core, xeth: moved nonce management burden from xeth to txpool
|
10 years ago |
vm_env.go
|
core, core/vm: added structure logging
|
10 years ago |