youthisguy
7fe3393179
feat: add mint authority model for LP-0013
...
- Added mint_authority: Option<AccountId> to TokenDefinition::Fungible
- NewFungibleDefinitionWithAuthority instruction
- SetAuthority instruction (rotate or revoke to None)
- Updated Mint with early authority guard
- Fully backwards compatible
- token_core SDK + regenerated SPEL IDL
- End-to-end demo script + tests
2026-06-19 09:53:43 +01:00
r4bbit
f4a0aaf8d0
feat: make use of spel's [#account_type] directive
...
This annotates custom account data as [#account_type], to allow for deserializing abritrary LEZ account data.
Closes #49
2026-05-12 10:04:22 +02:00
r4bbit
94f14ae305
ci: add IDL freshness check and consolidate artifacts
...
Move IDL files to artifacts/ and add a convention-based CI check that
discovers all programs via */methods/guest/src/bin/*.rs and fails if
any program is missing its IDL or has one that is out of date.
2026-04-14 11:22:24 +02:00