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.
bas-vk
4e36b1e3da
core: bugfix state change race condition in txpool ( #3412 )
...
The transaction pool keeps track of the current nonce in its local pendingState. When a
new block comes in the pendingState is reset. During the reset it fetches multiple times
the current state through the use of the currentState callback. When a second block comes
in during the reset its possible that the state changes during the reset. If that block
holds transactions that are currently in the pool the local pendingState that is used to
determine nonces can get out of sync.
8 years ago
..
downloader
core/types, params: EIP#155
8 years ago
fetcher
core/types, params: EIP#155
8 years ago
filters
core, core/vm, eth/filters: move Removed field into vm.Log
8 years ago
gasprice
all: update license information
8 years ago
api.go
core, core/vm: implemented a generic environment ( #3348 )
8 years ago
api_backend.go
core: bugfix state change race condition in txpool ( #3412 )
8 years ago
backend.go
eth: removed http doc backend api
8 years ago
backend_test.go
core, core/state, trie: EIP158, reprice & skip empty account write
8 years ago
bad_block.go
all: update license information
8 years ago
bind.go
all: update license information
8 years ago
db_upgrade.go
all: update license information
8 years ago
handler.go
core, core/state, trie: EIP158, reprice & skip empty account write
8 years ago
handler_test.go
core/types, params: EIP#155
8 years ago
helper_test.go
core: bugfix state change race condition in txpool ( #3412 )
8 years ago
metrics.go
eth, eth/downloader, eth/fetcher: delete eth/61 code
8 years ago
peer.go
eth, eth/downloader: better remote head tracking
8 years ago
protocol.go
core: bugfix state change race condition in txpool ( #3412 )
8 years ago
protocol_test.go
core, eth, internal, miner: optimize txpool for quick ops
8 years ago
sync.go
core: bugfix state change race condition in txpool ( #3412 )
8 years ago
sync_test.go
eth: skip transaction handling during fast sync
9 years ago