solana-program-library/governance/program/tests
chalda 9587db4e12
Governance: MultiChoice type Weighted (#3721)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Sebastian.Bor <sebastian_bor@hotmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-12 15:59:45 +00:00
..
fixtures Update SDK to 1.9.2, fix warnings (#2674) 2021-12-28 23:02:47 -05:00
program_test Governance: complete proposal instruction (#3826) 2023-04-11 15:08:56 +00:00
migrate_legacy_accounts.rs Governance: v3.1 (#3915) 2022-12-15 12:01:37 +00:00
process_add_signatory.rs Update rust to 1.60, solana to 1.11.6 (#3492) 2022-08-18 12:16:02 -07:00
process_cancel_proposal.rs Governance: v3.1 (#3915) 2022-12-15 12:01:37 +00:00
process_cast_vote.rs Governance: v3.1 (#3915) 2022-12-15 12:01:37 +00:00
process_complete_proposal.rs Governance: complete proposal instruction (#3826) 2023-04-11 15:08:56 +00:00
process_create_governance.rs clippy: Deny integer arithmetic, add allows where needed (#3606) 2022-09-15 13:16:53 +02:00
process_create_mint_governance.rs Update rust to 1.60, solana to 1.11.6 (#3492) 2022-08-18 12:16:02 -07:00
process_create_native_treasury.rs Update rust to 1.60, solana to 1.11.6 (#3492) 2022-08-18 12:16:02 -07:00
process_create_program_governance.rs Update rust to 1.60, solana to 1.11.6 (#3492) 2022-08-18 12:16:02 -07:00
process_create_proposal.rs Governance: v3.1 (#3915) 2022-12-15 12:01:37 +00:00
process_create_realm.rs Governance: Implement Absolute max voter weight source (#3627) 2022-09-22 09:40:44 -04:00
process_create_token_governance.rs Update rust to 1.60, solana to 1.11.6 (#3492) 2022-08-18 12:16:02 -07:00
process_create_token_owner_record.rs Governance: v3.1 (#3915) 2022-12-15 12:01:37 +00:00
process_deposit_governing_tokens.rs Governance: v3.1 (#3915) 2022-12-15 12:01:37 +00:00
process_execute_transaction.rs Update rust to 1.60, solana to 1.11.6 (#3492) 2022-08-18 12:16:02 -07:00
process_finalize_vote.rs Governance: v3.1 (#3915) 2022-12-15 12:01:37 +00:00
process_flag_transaction_error.rs Update rust to 1.60, solana to 1.11.6 (#3492) 2022-08-18 12:16:02 -07:00
process_insert_transaction.rs Update rust to 1.60, solana to 1.11.6 (#3492) 2022-08-18 12:16:02 -07:00
process_refund_proposal_deposit.rs Governance: v3.1 (#3915) 2022-12-15 12:01:37 +00:00
process_relinquish_vote.rs Governance: v3.1 (#3915) 2022-12-15 12:01:37 +00:00
process_remove_signatory.rs Update rust to 1.60, solana to 1.11.6 (#3492) 2022-08-18 12:16:02 -07:00
process_remove_transaction.rs Update rust to 1.60, solana to 1.11.6 (#3492) 2022-08-18 12:16:02 -07:00
process_revoke_governing_tokens.rs Governance: Allow token owner to revoke their own membership (#3976) 2023-01-17 22:45:09 +00:00
process_set_governance_config.rs Update rust to 1.60, solana to 1.11.6 (#3492) 2022-08-18 12:16:02 -07:00
process_set_governance_delegate.rs Update rust to 1.60, solana to 1.11.6 (#3492) 2022-08-18 12:16:02 -07:00
process_set_realm_authority.rs Update rust to 1.60, solana to 1.11.6 (#3492) 2022-08-18 12:16:02 -07:00
process_set_realm_config.rs Governance: voting_cool_off_time (#3830) 2022-11-25 11:43:32 +00:00
process_sign_off_proposal.rs Governance: v3.1 (#3915) 2022-12-15 12:01:37 +00:00
process_update_program_metadata.rs Update rust to 1.60, solana to 1.11.6 (#3492) 2022-08-18 12:16:02 -07:00
process_withdraw_governing_tokens.rs Governance: Council membership & plugins (#3344) 2022-08-19 19:49:41 +02:00
setup_realm_with_all_addins.rs clippy: Deny integer arithmetic, add allows where needed (#3606) 2022-09-15 13:16:53 +02:00
setup_realm_with_max_voter_weight_addin.rs clippy: Deny integer arithmetic, add allows where needed (#3606) 2022-09-15 13:16:53 +02:00
setup_realm_with_voter_weight_addin.rs clippy: Deny integer arithmetic, add allows where needed (#3606) 2022-09-15 13:16:53 +02:00
use_proposals_with_multiple_options.rs Governance: MultiChoice type Weighted (#3721) 2023-04-12 15:59:45 +00:00
use_realm_with_all_addins.rs Governance: Council membership & plugins (#3344) 2022-08-19 19:49:41 +02:00
use_realm_with_max_voter_weight_addin.rs Governance: Council membership & plugins (#3344) 2022-08-19 19:49:41 +02:00
use_realm_with_voter_weight_addin.rs Governance: Council membership & plugins (#3344) 2022-08-19 19:49:41 +02:00
use_veto_vote.rs Governance: v3.1 (#3915) 2022-12-15 12:01:37 +00:00