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
Persist a FeePolicy per intercept SCID record so a later milestone can
look up a peer's policy at the skim site. ScidWithPeer::new still hands
every record Flat(Standard), so nothing changes yet.
The field uses a length-delimited TLV with a default_value of
Flat(Standard) at type 4. Records written before this field existed
carry only types 0 and 2, so they read back as Standard with no
migration. A test encodes a copy of the old two-field layout and decodes
it through the new struct to pin that default.
0 commit comments