Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: resize mapping account #419

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

feat: resize mapping account #419

wants to merge 1 commit into from

Conversation

Riateche
Copy link
Contributor

@Riateche Riateche commented Sep 9, 2024

After upgrading the program, other instructions using the mapping account will fail until the mapping account is resized.

Because of solana limitations, multiple transactions will be needed to resize the account.

product1.pubkey(),
product5.pubkey(),
product3.pubkey(),
product4.pubkey()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why did this file change?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

get_account_data_as can no longer be used with MappingAccount because it's too large to fit on the stack, so I had to refactor this.

Copy link
Contributor

@guibescos guibescos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants