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
#### Problem
SDK v3 has been out for some time, but the sample program and CLI have
not been upgraded to it.
#### Summary of changes
Do all the upgrades! This PR also uses the split-up crates, including
SPL interface crates instead of program crates. To properly use the
interface crate, also add the token-2022 BPF program as a fixture.
Also add a `TryFrom<u32>` implementation for TransferHookError, and stop
using solana-program in the interface.
0 commit comments