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

Missing mut on signer #3

Closed

Conversation

losman0s
Copy link

@losman0s losman0s commented Feb 6, 2022

Problem

Change required for the CI to pass on this Anchor PR

Fixes

  • Bump anchor version to 0.20.1
  • Alias spl-token Account struct to avoid conflict with anchor_lang::prelude's Account (the latter is not available in root ns anymore)
  • Box AuctionHouse account in execute_sale endpoint to mitigate stack blown due to the version bump

@armaniferrante
Copy link
Owner

The anchor repo is on a different branch right now. https://github.com/armaniferrante/auction-house/tree/armani/pda.

@losman0s losman0s closed this Feb 7, 2022
@losman0s losman0s deleted the missing-mut-on-signer branch February 7, 2022 15:21
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.

None yet

2 participants