Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

2.0 #5

Closed
billythedummy opened this issue Apr 13, 2024 · 0 comments · Fixed by igneous-labs/sanctum-solana-utils#68
Closed

2.0 #5

billythedummy opened this issue Apr 13, 2024 · 0 comments · Fixed by igneous-labs/sanctum-solana-utils#68

Comments

@billythedummy
Copy link
Collaborator

billythedummy commented Apr 13, 2024

  • Remove unnecessary newtype for solana_sdk::Account.data, can just return &Vec<u8>
  • Make solana-program an optional dependency as well and change all solana specific types to primitive types Pubkey -> [u8; 32], and make this no-std to make this truly portable
  • Remove derive_more
  • Maybe reimpl ReadonlyAccountData with a custom SlicePattern trait since the SlicePattern RFC has been withdrawn
  • Rename executable() -> is_executable()
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant