This repository was archived by the owner on Jun 16, 2025. It is now read-only.
Optimize programs, add files from submodule transition#7
Open
ChiefWoods wants to merge 25 commits intomainfrom
Open
Optimize programs, add files from submodule transition#7ChiefWoods wants to merge 25 commits intomainfrom
ChiefWoods wants to merge 25 commits intomainfrom
Conversation
"anchor keys" command was not working because programs were not named and added correctly in Anchor.toml
"token" is enabled by default
Building the transfer_limit will throw a warning on ambiguous discriminator, but this is a false positive as the generated IDL resolves the conflict by adding 1 more unique byte to the conflicted accounts
load_instruction_at_checked internally checks if address matches
Payer explicitly means this account is paying for account creation
For consistency
Output more detailed error messages
For consistency
Restore from 80826873d60c26c95d6097aeb564630588441a1e
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Custom discriminators, better account constraint checks. No architecture changes made.
This PR also restores files that were in commit 80826873d60c26c95d6097aeb564630588441a1e of feat/beta-test branch in the main lazorkit repo, to maintain alignment with the submodule change.
Note: TypeScript tests have not yet been rewritten to adapt the newer SDK