solana-program-library/governance/program
Sebastian Bor 329d7e38ee
Governance: Create mint governance (#1953)
* feat: implement CreateMintGovernance instruction

* fix: ensure mint is initialised in assert_is_valid_spl_token_mint

* fix: ensure token account is initialised in assert_is_valid_spl_token_account

* chore: move account type and instruction to the end to avoid breaking changes

* chore: make clippy happy

Co-authored-by: Jon Cinque <jon.cinque@gmail.com>
2021-06-25 21:31:14 +01:00
..
src Governance: Create mint governance (#1953) 2021-06-25 21:31:14 +01:00
tests Governance: Create mint governance (#1953) 2021-06-25 21:31:14 +01:00
Cargo.toml Update all solana dependencies to 1.7.3, fix issues (#1958) 2021-06-25 00:39:08 +02:00
Xargo.toml Governance program API design 2021-05-17 12:01:20 +01:00