coral-xyz / anchor

⚓ Solana Sealevel Framework
https://anchor-lang.com
Apache License 2.0
3.36k stars 1.25k forks source link

fix: Fix bytes being converted incorrectly in `declare_program!` #2966

Closed cryptopapi997 closed 1 month ago

cryptopapi997 commented 1 month ago

declare_program! converts bytes in the idl to the type bytes in rust. This type doesn't exist, so we switch to converting it to a Vec<u8>

vercel[bot] commented 1 month ago

@cryptopapi997 is attempting to deploy a commit to the coral-xyz Team on Vercel.

A member of the Team first needs to authorize it.