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.
Sina Mahmoodi
9c6b5b904a
eth, eth/tracers: include intrinsic gas in calltracer, expose for all tracers (#22038)
* eth/tracers: share tx gas price with js tracer
* eth/tracers: use `go generate`
* eth/tracers: try with another version of go-bindata
* eth/tracers: export txGas
* eth, eth/tracers: pass intrinsic gas to js tracers
eth/tracers: include tx gas in tracers usedGas
eth/tracers: fix prestate tracer's sender balance
eth/tracers: rm unnecessary import
eth/tracers: pass intrinsicGas separately to tracer
eth/tracers: fix tests broken by lack of txdata
eth, eth/tracers: minor fix
* eth/tracers: regenerate assets + unexport test-struct + add testcase
* eth/tracers: simplify tests + make table-driven
Co-authored-by: Guillaume Ballet <gballet@gmail.com>
Co-authored-by: Martin Holst Swende <martin@swende.se>
|
4 years ago |
.. |
downloader
|
eth/downloader: fix typo in comment (#22019)
|
4 years ago |
fetcher
|
core, eth, les, trie: add a prefix to contract code (#21080)
|
5 years ago |
filters
|
all: remove redundant conversions and import names (#21903)
|
4 years ago |
gasprice
|
cmd, eth: offer maxprice flag for overwritting price cap (#21531)
|
4 years ago |
protocols
|
eth/protocols/eth: remove magic numbers in test (#21999)
|
4 years ago |
tracers
|
eth, eth/tracers: include intrinsic gas in calltracer, expose for all tracers (#22038)
|
4 years ago |
api.go
|
eth/api: fix potential nil deref in AccountRange (#21710)
|
4 years ago |
api_backend.go
|
core, eth: split eth package, implement snap protocol (#21482)
|
4 years ago |
api_test.go
|
core, eth: split eth package, implement snap protocol (#21482)
|
4 years ago |
api_tracer.go
|
eth, eth/tracers: include intrinsic gas in calltracer, expose for all tracers (#22038)
|
4 years ago |
backend.go
|
internal/ethapi: restore net_version RPC method (#22061)
|
4 years ago |
bloombits.go
|
eth: updated comments (#21490)
|
5 years ago |
config.go
|
core, eth: split eth package, implement snap protocol (#21482)
|
4 years ago |
discovery.go
|
core, eth: split eth package, implement snap protocol (#21482)
|
4 years ago |
gen_config.go
|
core, eth: split eth package, implement snap protocol (#21482)
|
4 years ago |
handler.go
|
core, eth: split eth package, implement snap protocol (#21482)
|
4 years ago |
handler_eth.go
|
core, eth: split eth package, implement snap protocol (#21482)
|
4 years ago |
handler_eth_test.go
|
core, eth: split eth package, implement snap protocol (#21482)
|
4 years ago |
handler_snap.go
|
core, eth: split eth package, implement snap protocol (#21482)
|
4 years ago |
handler_test.go
|
core, eth: split eth package, implement snap protocol (#21482)
|
4 years ago |
peer.go
|
core, eth: split eth package, implement snap protocol (#21482)
|
4 years ago |
peerset.go
|
core, eth: split eth package, implement snap protocol (#21482)
|
4 years ago |
sync.go
|
core, eth: split eth package, implement snap protocol (#21482)
|
4 years ago |
sync_test.go
|
core, eth: split eth package, implement snap protocol (#21482)
|
4 years ago |