-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add `cancel_vesting_escrow` instruction (#15) * Add `cancel_vesting_escrow` instruction * Fix feedbacks * Fix feedbacks * Fix feedback + refactor code * Update error msg & declaration * Minor * Support token_2022 program (#5) * Support token-2022 program * Add `cancel_vesting_escrow_v2` to support token_2022 * refactor * Update fixes for feedbacks * Remove Unauthorized * remove unused errors * add staging CI * fix typo * Fix feedbacks * Revert constraint checking for sender_token * Add support for ConfidentialTransferMint / PermanentDelegate / TransferHook / MintCloseAuthority & update feedbacks * Fix feedbacks * Update Feedbacks * Fix feedback * Add change log + increase compute unit for cancel instruction (#17) * Add change log + increase compute unit for cancel instruction * Update detailed changes * fix comments * Increase anchor to 0.30.1 & Add support for group/member token extensions (#18) * Increase anchor to 0.30.1 * Implement support for GroupPointer & GroupMemberPointer * Minor * Remove support for Group & GroupMember * Add changelog * Update changelog * change transfer hook error text (#20) * harvest fees when closing token2022 token account (#19) * harvest fees when closing token2022 token account * remove signer for harvesting fees * fix harvesting fees * add test for harvest fee during cancelation * fix test to include transfer_fee calculation * nit: fix comments and function name * update packages
- Loading branch information
1 parent
9eb3219
commit 2d45d40
Showing
53 changed files
with
7,212 additions
and
1,793 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,6 @@ target | |
node_modules | ||
test-ledger | ||
.yarn | ||
proptest-regressions | ||
proptest-regressions | ||
|
||
.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.