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
feat!: Add #[non_exhaustive] to ChangeSet structs in tx_graph, keychain_txout, local_chain
Add #[non_exhaustive] attribute to the ChangeSet structs to prevent downstream
crates from exhaustively matching or constructing instances using struct
literal syntax, allowing future additions without breaking compatibility.
The change improves forward compatibility by allowing new fields to be added
without breaking downstream code in future releases.
0 commit comments