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
f52a1ae849
core, core/vm, eth/filters: move Removed field into vm.Log
...
This field used to be assigned by the filter system and returned through
the RPC API. Now that we have a Go client that uses the underlying type,
the field needs to move. It is now assigned to true when the RemovedLogs
event is generated so the filter system doesn't need to care about the
field at all.
While here, remove the log list from ChainSideEvent. There are no users
of this field right now and any potential users could subscribe to
RemovedLogsEvent instead.
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/types, params: EIP#155
8 years ago
api_backend.go
eth, miner: removed unnecessary state.Copy()
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/types, params: EIP#155
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, eth, internal, miner: optimize txpool for quick ops
8 years ago
protocol_test.go
core, eth, internal, miner: optimize txpool for quick ops
8 years ago
sync.go
core, eth, internal, miner: optimize txpool for quick ops
8 years ago
sync_test.go
eth: skip transaction handling during fast sync
9 years ago