Open ritikbhatt20 opened 1 month ago
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 fix
at the project root for consistent code styleEnsure your implementation includes:
- Transpiled Anchor program in the
programs
folder- TypeScript files in the
ts-programs
folder- Run
poseidon sync
to synchronize program ID and keys- Run
cargo fmt
andcargo clippy
for 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 have refactored the changes according to new Poseidon Str type.. plus
I've completed the requested steps:
Merged main into my branch. Ran pnpm fix. Verified the implementation includes the transpiled Anchor program and TypeScript files. Synchronized program ID Ran cargo fmt and cargo clippy for Rust code quality. Pushed all updates. Please review again. Thank you!
Note: Dynamic reallocation is currently unsupported in Poseidon's framework thus this example uses fixed-sized fields. I have raised an issue to request support for this feature in Poseidon: [Poseidon Issue #22] (https://github.com/Turbin3/poseidon/issues/22).