Conversation
🦋 Changeset detectedLatest commit: 49bc4f9 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
I've noticed there are many thing wrong here that have been missed when this repo was seperated from the main codama repo. For example types are not generated when they may be needed, also instruction data is erased as the set length in from_raw_parts is always 0 instead of the expected length of that instruction data. Adding to this the discriminator is never appended to the beginning. If it's alright I'd like to fix these issues before having this merged. |
|
Added support for anchor style discriminators by implementing bytes type visitor. |
I've refactored the repo to generate the rust cpi client with the new changes from Pinocchio v9 to v10.1.