You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
spl: Bump to newest SPL crates for v2.1 release (#3431)
* spl: Bump to newest SPL crates for v2.1 release
#### Problem
A lot of builds are currently broken due to the incompatibility between
v2.0 and v2.1. All of the SPL crates have been bumped to use the Solana
v2.1 crates, but it isn't being used in the monorepo.
#### Summary of changes
Bump the SPL crates to their newest versions, and correctly parse the
new token-2022 instructions and account types.
The trickiest changes are the confidential transfer / mint / burn
instruction parsing, otherwise the changes are straightforward.
* Address feedback
* Improve parsing logic per discussion
* Parse initialize instructions correctly
* Add comments for parsing
* Improve account labels
* Update lockfile from rebase
0 commit comments