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
{{ message }}
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.
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
solana_sdk::Account.data
, can just return&Vec<u8>
solana-program
an optional dependency as well and change all solana specific types to primitive typesPubkey -> [u8; 32]
, and make thisno-std
to make this truly portablederive_more
ReadonlyAccountData
with a customSlicePattern
trait since theSlicePattern
RFC has been withdrawnexecutable()
->is_executable()
The text was updated successfully, but these errors were encountered: