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
7504dbd6eb
core/vm: 64 bit memory and gas calculations ( #19210 )
...
* core/vm: remove function call for stack validation from evm runloop
* core/vm: separate gas calc into static + dynamic
* core/vm: optimize push1
* core/vm: reuse pooled bigints for ADDRESS, ORIGIN and CALLER
* core/vm: use generic error message for jump/jumpi, to avoid string interpolation
* testdata: fix tests for new error message
* core/vm: use 64-bit memory calculations
* core/vm: fix error in memory calculation
* core/vm: address review concerns
* core/vm: avoid unnecessary use of big.Int:BitLen()
6 years ago
..
downloader
eth/downloader: fix nil droppeer in state sync
6 years ago
fetcher
all: clean up and proerly abstract database access
6 years ago
filters
all: clean up and proerly abstract database access
6 years ago
gasprice
cmd, core, eth, miner, params: configurable gas floor and ceil
6 years ago
tracers
core/vm: 64 bit memory and gas calculations ( #19210 )
6 years ago
api.go
cmd, core, eth, light, trie: add trie read caching layer
6 years ago
api_backend.go
core, internal, eth, miner, les: Take VM config from BlockChain ( #17955 )
6 years ago
api_test.go
all: clean up and proerly abstract database access
6 years ago
api_tracer.go
eth: extract check for tracing transaction in block file ( #19107 )
6 years ago
backend.go
all: clean up and proerly abstract database access
6 years ago
bloombits.go
all: clean up and proerly abstract database access
6 years ago
config.go
all: clean up and proerly abstract database access
6 years ago
gen_config.go
les, les/flowcontrol: improved request serving and flow control ( #18230 )
6 years ago
handler.go
cmd/utils, eth: minor polishes on whitelist code
6 years ago
handler_test.go
all: clean up and proerly abstract database access
6 years ago
helper_test.go
all: clean up and proerly abstract database access
6 years ago
metrics.go
metrics: pull library and introduce ResettingTimer and InfluxDB reporter ( #15910 )
7 years ago
peer.go
all: switch out defunct set library to different one ( #16873 )
6 years ago
protocol.go
eth: fixed the minor typo inside the comments ( #17830 )
6 years ago
protocol_test.go
core, eth: minor txpool event cleanups
7 years ago
sync.go
all: new p2p node representation ( #17643 )
6 years ago
sync_test.go
all: new p2p node representation ( #17643 )
6 years ago
ulc_config.go
les: implement ultralight client ( #16904 )
6 years ago