You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Require length limiting reader for offers messages
Continuing the work over the past few commits, we want to transition any
structs that always consume the entire provided reader when being deserialized
to require a length-limiting reader.
To do this we actually require all the offers' underlying ser wrappers to be
read from a length-limiting reader as well, since these wrappers will always
read-to-end in general. Some of the ser macros needed updating for this, which
is fine because all TLV values were already read from a length-limiting reader.
0 commit comments