• Joshua Gutow's avatar
    op-node: Cleanup calldata source API (#3532) · 53fbf917
    Joshua Gutow authored
    This provides a new set of objects which provide the following API guarantees:
    - The opening of a data for a new L1 block will never.
    - If it failed to get transactions, it does so in the calls to `Next`.
    
    This greatly simplifies usage of this object when constructing new data. If
    the node did not keep track of the internal state, the external users of this
    API would have to keep track of this state in a more complex way.
    Co-authored-by: default avatarmergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    53fbf917
Name
Last commit
Last update
..
backoff Loading commit data...
client Loading commit data...
cmd Loading commit data...
eth Loading commit data...
flags Loading commit data...
heartbeat Loading commit data...
metrics Loading commit data...
node Loading commit data...
p2p Loading commit data...
rollup Loading commit data...
sources Loading commit data...
testlog Loading commit data...
testutils Loading commit data...
version Loading commit data...
withdrawals Loading commit data...
.gitignore Loading commit data...
Dockerfile Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
docker.go.work Loading commit data...
go.mod Loading commit data...
go.sum Loading commit data...
service.go Loading commit data...