Patch Changes
-
#1126
9a19abfThanks @lorisleiva! - FixVec<u8>instruction arguments used as PDA seeds to derive from their raw bytes instead of the Borsh size-prefixed encoding. Anchor derives byte-array seeds from the unprefixed bytes, so the generated seed type previously produced a different PDA than the on-chain program for any program using aVec<u8>seed. -
#1127
3e5388aThanks @lorisleiva! - Fix variablestringandbytesPDA seeds from legacy Anchor IDLs to derive from their raw bytes instead of their Borsh size-prefixed encoding, matching the existing behaviour of constant seeds. -
Updated dependencies [
fa4a453,abefbeb,362f618,55b9ede,dabfe42,b418a9e]:- @codama/nodes@1.11.0
- @codama/errors@1.11.0
- @codama/visitors@1.11.0