• Joshua Gutow's avatar
    op-node: Fixed Integers in channel frame header (#3126) · 04a39a47
    Joshua Gutow authored
    * goals for fixed int
    
    * op-node: Fixed integer sizes in the channel header
    
    This mainly modifies the channel_frame, but has some knock on effects
    as the width of some of the fields have been reduced. The channel
    frame code is also changed more than I expected due to differences
    in API of working with fixed int vs uvarints in go. Otherwise the
    code reads very similarly with using Reader/Writer APIs.
    
    * op-node: fix frame unmarshal func to return correct err
    
    * specs: update frame format specs
    
    * Update op-node/rollup/derive/channel_bank_test.go
    Co-authored-by: default avatarprotolambda <proto@protolambda.com>
    Co-authored-by: default avatarMatthew Slipper <me@matthewslipper.com>
    04a39a47
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...
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...