• Marius van der Wijden's avatar
    core, eth, internal/ethapi: create access list RPC API (#22550) · 9d10856e
    Marius van der Wijden authored
    * core/vm: implement AccessListTracer
    
    * eth: implement debug.createAccessList
    
    * core/vm: fixed nil panics in accessListTracer
    
    * eth: better error messages for createAccessList
    
    * eth: some fixes on CreateAccessList
    
    * eth: allow for provided accesslists
    
    * eth: pass accesslist by value
    
    * eth: remove created acocunt from accesslist
    
    * core/vm: simplify access list tracer
    
    * core/vm: unexport accessListTracer
    
    * eth: return best guess if al iteration times out
    
    * eth: return best guess if al iteration times out
    
    * core: docstring, unexport methods
    
    * eth: typo
    
    * internal/ethapi: move createAccessList to eth package
    
    * internal/ethapi: remove reexec from createAccessList
    
    * internal/ethapi: break if al is equal to last run, not if gas is equal
    
    * internal/web3ext: fixed arguments
    
    * core/types: fixed equality check for accesslist
    
    * core/types: no hardcoded vals
    
    * core, internal: simplify access list generation, make it precise
    
    * core/vm: fix typo
    Co-authored-by: 's avatarMartin Holst Swende <martin@swende.se>
    Co-authored-by: 's avatarPéter Szilágyi <peterke@gmail.com>
    9d10856e
Name
Last commit
Last update
..
downloader Loading commit data...
ethconfig Loading commit data...
fetcher Loading commit data...
filters Loading commit data...
gasprice Loading commit data...
protocols Loading commit data...
tracers Loading commit data...
api.go Loading commit data...
api_backend.go Loading commit data...
api_test.go Loading commit data...
backend.go Loading commit data...
bloombits.go Loading commit data...
discovery.go Loading commit data...
handler.go Loading commit data...
handler_eth.go Loading commit data...
handler_eth_test.go Loading commit data...
handler_snap.go Loading commit data...
handler_test.go Loading commit data...
peer.go Loading commit data...
peerset.go Loading commit data...
state_accessor.go Loading commit data...
sync.go Loading commit data...
sync_test.go Loading commit data...