-
Notifications
You must be signed in to change notification settings - Fork 484
Added basics/processing-instructions/poseidon #285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added basics/processing-instructions/poseidon #285
Conversation
heyAyushh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your submission! To verify the technical implementation, please complete these steps:
- Merge the main branch into your PR to get the latest updates
- Run
pnpm fixat the project root for consistent code style - Ensure your implementation includes:
- Transpiled Anchor program in the
programsfolder - TypeScript files in the
ts-programsfolder
- Transpiled Anchor program in the
- Run
poseidon syncto synchronize program ID and keys - Run
cargo fmtandcargo clippyfor Rust code quality - Push your changes
Please note: This review is to verify technical completeness of the submission
Let me know once you've completed these steps and I'll review again. Thanks!
gm @heyAyushh , I've completed the requested steps:
Please review again. Thank you! |
|
gm @heyAyushh , I have refactored the changes according to new Poseidon Str type.. |
heyAyushh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Key Differences from previous processing-instructions PRs:
I have raised issue to poseidon for this: Lack of Support for Logging Messages from console.log to msg! in Poseidon Turbin3/poseidon#26
Raised issue to poseidon for this: Issue: Unused 'info Parameter in Transpiled Anchor Code Turbin3/poseidon#29
Edit- Issue resolved 🚀🚀
Moreover:
added an example for processing-instructions Poseidon program in the /basics/processing-instructions/poseidon directory.
replaced all occurrences of yarn with pnpm to maintain consistency across the project.
executed pnpm fix to ensure code quality.
committed the pnpm-lock.yaml file to the repository.