Skip to content
Open
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
74eca7b
Initial anchor version
jpbogle Oct 20, 2022
6887c66
add mod.rs
Oct 20, 2022
330caf3
instructions
Oct 21, 2022
b7bbe32
create idl
Oct 21, 2022
e1bff07
Simply seed checks
jpbogle Oct 21, 2022
d021a3f
update close ix + some client
Oct 21, 2022
e83f49c
Cleanup
jpbogle Oct 21, 2022
e365c2d
Cargo fmt
jpbogle Oct 21, 2022
b594f7b
Add init account
jpbogle Oct 21, 2022
4e05114
Cleanup
jpbogle Oct 21, 2022
e08a070
Client generation and tests
jpbogle Oct 21, 2022
cbcba4e
Add transfer and regen client
jpbogle Oct 21, 2022
63723bd
Rename disallowed addresses
jpbogle Oct 21, 2022
0a4a860
Rename standard -> ruleset
jpbogle Oct 21, 2022
c8e6a76
Add ruleset payouts
jpbogle Oct 21, 2022
5ffd9e1
Pre instruction
jpbogle Oct 21, 2022
53c5947
Post ix
jpbogle Oct 21, 2022
612f520
program owner for account_balances
Oct 21, 2022
3cc0727
Test fixes
jpbogle Oct 21, 2022
8beab5e
Init mint test
jpbogle Oct 21, 2022
7607111
update generate-idls.sh
Oct 21, 2022
6675ac3
Init test
jpbogle Oct 24, 2022
450b4da
Tests
jpbogle Oct 24, 2022
f400490
Refactor directories and tests
jpbogle Oct 24, 2022
2c8e3b7
Fix build
jpbogle Oct 24, 2022
3bd114b
Approve and revoke tests
jpbogle Nov 3, 2022
f383b4b
Close token account on transfer, nightly fmt
jpbogle Nov 3, 2022
df021c8
Cargo nightly in CI
jpbogle Nov 3, 2022
05c46c3
Change order in init_ruleset
jpbogle Nov 3, 2022
da94dca
Close tests
jpbogle Nov 3, 2022
93b948d
Doc generation
jpbogle Nov 3, 2022
12aa6c7
Fix docs
jpbogle Nov 3, 2022
bf0f4be
Add build
jpbogle Nov 3, 2022
aed5c4c
Add banner
jpbogle Nov 3, 2022
7e1bd84
Add banner
jpbogle Nov 3, 2022
6842203
Fix docs
jpbogle Nov 3, 2022
6a0633e
Bump JamesIves/github-pages-deploy-action from 4.2.5 to 4.4.1
dependabot[bot] Nov 3, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix docs
  • Loading branch information
jpbogle committed Nov 3, 2022
commit 12aa6c77ac8df8fa8ad357c49afef4cdb7466375
1 change: 1 addition & 0 deletions programs/cardinal-creator-standard/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ pub struct MintManager {
pub mint: Pubkey,
pub authority: Pubkey,
pub ruleset: Pubkey,
pub in_use_by: Pubkey,
}

pub const RULESET_SEED: &str = "ruleset";
Expand Down