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
- Enhanced the remove_all function in the Fund Admin Records pallet. When invoked, it now clears out the Signer Account and All Records storage items in addition to the existing removal process. This ensures a clean state reset when removing all records. (#9)
- Extended the `RecordType` enum in the Fund Admin Records pallet to include a new variant `Confirm`. This addition caters to a new category of records, enhancing the classification and understanding of the record data.
- Refactored multiple test cases in the Fund Admin Records pallet to use `RuntimeOrigin` instead of `Origin` for the function calls. This aligns with the recent change in the type definition for `RuntimeOrigin` in the mock implementation.
- Extended the `RecordType` enum in the Fund Admin Records pallet to include a new variant `Confirm`. This addition caters to a new category of records, enhancing the classification and understanding of the record data.
0 commit comments