• Joshua Gutow's avatar
    op-node: Cleanup channel definition (#3229) · 5f9b8919
    Joshua Gutow authored
    * op-node: Cleanup channel definition
    
    This moves some files around and then expands upon the Channel struct.
    It is better built for adding frames + then reading data when it is
    ready.
    
    Some tests are still failing and I don't know why.
    
    * ReadBatch in channel.go
    
    * op-node: Fix channel.go + start of new interface
    
    * fix lint
    
    * op-node: Use simple channel decoding
    
    * revert switch to reader
    
    This was due to the difficulty in making the mocks work with the reader.
    
    * fix lint
    
    * fix bug around trying to use an empty chanel
    Co-authored-by: default avatarmergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    5f9b8919
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...
l1 Loading commit data...
l2 Loading commit data...
metrics Loading commit data...
node Loading commit data...
p2p Loading commit data...
rollup Loading commit data...
sources/caching 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...