mirror of
https://github.com/logos-blockchain/lez-programs.git
synced 2026-07-03 13:39:38 +00:00
- 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
12 lines
322 B
TOML
12 lines
322 B
TOML
[package]
|
|
name = "lez-authority"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "Reusable single-admin authority library for LEZ programs (RFP-001)"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
nssa_core = { git = "https://github.com/logos-blockchain/logos-execution-zone.git", tag = "v0.2.0-rc3" }
|
|
|
|
[dev-dependencies]
|