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
3fc7c97827
core, core/vm: implemented a generic environment ( #3348 )
...
Environment is now a struct (not an interface). This
reduces a lot of tech-debt throughout the codebase where a virtual
machine environment had to be implemented in order to test or run it.
The new environment is suitable to be used en the json tests, core
consensus and light client.
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, core/vm: implemented a generic environment ( #3348 )
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