mirror of
https://github.com/logos-blockchain/lez-programs.git
synced 2026-07-03 05:29:50 +00:00
- Add integration test `token_rotate_authority_then_new_authority_can_mint`: create with self-authority, rotate to external key, verify new authority mints as rest account, verify old authority is rejected (RFP-001 end-to-end) - Fix README error table: 'must sign' -> 'must authorize' (matches mint.rs:36) - Fix guest doc comments for mint/set_authority to describe the 0-or-1 external authority model correctly - Fix example scripts: new-fungible-definition-with-authority -> new-fungible-definition, --initial-supply -> --total-supply (align to token-idl.json and demo-full-flow.sh)