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.
Martin Holst Swende
b566cfdffd
core/evm: avoid copying memory for input in calls ( #20177 )
...
* core/evm, contracts: avoid copying memory for input in calls + make ecrecover not modify input buffer
* core/vm: optimize mstore a bit
* core/vm: change Get -> GetCopy in vm memory access
5 years ago
..
downloader
Merge pull request #20204 from holiman/fix_downloader_race
5 years ago
fetcher
eth, les: add sanity checks for unbounded block fields ( #19573 )
5 years ago
filters
all: replace fmt.Print* calls with t.Log* in tests ( #19670 )
5 years ago
gasprice
cmd, core, eth, miner, params: configurable gas floor and ceil
6 years ago
tracers
core/evm: avoid copying memory for input in calls ( #20177 )
5 years ago
api.go
eth: disallow overwrite files via admin.exportChain
5 years ago
api_backend.go
internal/ethapi: support block number or hash on state-related methods ( #19491 )
5 years ago
api_test.go
eth: add debug_accountRange ( #17438 )
5 years ago
api_tracer.go
eth: fix storageRangeAt for empty blocks ( #18076 )
5 years ago
backend.go
eth: remove unused field ( #20049 )
5 years ago
bloombits.go
all: clean up and proerly abstract database access
6 years ago
config.go
acmd, core, eth, les: support --override.istanbul
5 years ago
enr_entry.go
core/forkid: implement the forkid EIP, announce via ENR ( #19738 )
5 years ago
gen_config.go
cmd, eth: fix dump config issue ( #19825 )
5 years ago
handler.go
eth: eth/64 - extend handshake packet with fork id
5 years ago
handler_test.go
eth: eth/64 - extend handshake packet with fork id
5 years ago
helper_test.go
eth: eth/64 - extend handshake packet with fork id
5 years ago
metrics.go
metrics: pull library and introduce ResettingTimer and InfluxDB reporter ( #15910 )
7 years ago
peer.go
eth: eth/64 - extend handshake packet with fork id
5 years ago
protocol.go
eth: eth/64 - extend handshake packet with fork id
5 years ago
protocol_test.go
eth: eth/64 - extend handshake packet with fork id
5 years ago
sync.go
eth: fix sync bloom panic ( #19757 )
5 years ago
sync_test.go
all: new p2p node representation ( #17643 )
6 years ago