• Joshua Gutow's avatar
    op-node: Add frame validity checks · c0ff2f72
    Joshua Gutow authored
    This ensures that the following frame validity checks are implemented:
    * Reject duplicate frames
    * Reject frames that attempt to close an already closed channel
    * Reject frames with a number higher than the closing frame number
    * Prune frames with a number higher than the closing frame number when we receive a closing frame.
    
    Also reduce the size of the channel.
    c0ff2f72
Name
Last commit
Last update
..
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...