Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 323 Bytes

File metadata and controls

3 lines (2 loc) · 323 Bytes

Consolidated Error Handling

This commit consolidates the Error and Contract definitions across lib.rs and types.rs, removes duplicate definitions, and updates all references to use a single canonical Error enum. The changes are already merged into main, but this PR adds documentation for audit purposes.