-
Notifications
You must be signed in to change notification settings - Fork 2.3k
spl-associated-token-account v1.0.4 regression #2791
Comments
cc @joncinque , I assume your monorepo PRs will resolve this? |
Sorry about that -- yeah you'll have to pin until 1.0.4 is released to mainnet and solana-labs/solana#22649 is integrated. We're kind of caught between two bad situations, either:
I'm happy to do either, but the second option sounded better. We could also yank the crate to avoid the issue, but we also have new stuff in ATA, so we'd have to revert those changes to re-release the crate. |
We should yank 1.0.4, it's broken. To fix, 1.0.5 can revert Users can then select the non-rent sysvar version by updating their code to use |
Crate was yanked: https://crates.io/crates/spl-associated-token-account/versions
Yeah, this'll make a lot more sense |
I'm short on details but there appears to be a regression in v1.0.4 of the
spl-associated-token-account
crate, where aProgram ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL failed: insufficient account keys for instruction
error is returned when trying to initialize an account onsolana-test-validator
. This error goes away when pinning to v1.0.3.The text was updated successfully, but these errors were encountered: