Adam Hrazdira
Adam Hrazdira
Hello Carlos, thanks for the good work. I have just found out that the script does not work on Android (my phone has Android 8.0 and Chromium 86.0.4240.110). The reason...
Now Anchor 0.29 and higher is supported. In order to support multiple versions of Anchor and solana-program, it was necessary to get rid of the solana-program-test-anchor-fix crate. I created new...
MovieAccountState struct's fields are in wrong order causing a bug in GUI (description is used as title and vice-versa) ```rust pub struct MovieAccountState { pub is_initialized: bool, pub rating: u8,...
Hello, this PR extends the original Token22 Extensions PR #2789 and adds support for additional token mint extensions, namely: - transfer fee - interest bearing - non-transferable - default account...