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

Bump anchor to 0.27.0 #425

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

Conversation

azerpas
Copy link

@azerpas azerpas commented May 28, 2023

close #424

@azerpas azerpas marked this pull request as draft May 28, 2023 08:43
@azerpas
Copy link
Author

azerpas commented May 28, 2023

Getting some errors while building spl-token-2022

[...]
error[E0609]: no field `destination_ciphertext` on type `&solana_zk_token_sdk::instruction::WithdrawWithheldTokensData`
    --> src/extension/confidential_transfer/processor.rs:1143:21
     |
1143 |         &proof_data.destination_ciphertext,
     |                     ^^^^^^^^^^^^^^^^^^^^^^ unknown field
     |
     = note: available fields are: `context`, `proof`
help: one of the expressions' fields has a field of the same name
     |
1143 |         &proof_data.context.destination_ciphertext,
     |                     ++++++++

   Compiling spl-associated-token-account v1.1.3
Some errors have detailed explanations: E0061, E0599, E0609.
For more information about an error, try `rustc --explain E0061`.
error: could not compile `spl-token-2022` due to 43 previous errors

Deprecated dependency it seems https://solana.stackexchange.com/questions/6727/spl-token-2022-compilation-error-in-anchor-build

@gchatz22
Copy link
Member

Any specific need to bump token manager to anchor 27?

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.

Bump Anchor to 0.27.0
2 participants