Ackee-Blockchain / trident

Rust-based framework to Fuzz and Integration test Solana programs to help you ship secure code.
https://ackee.xyz/
MIT License
185 stars 18 forks source link

✨ Introduce AccountsSnapshots derive Macro #177

Closed lukacan closed 2 months ago

lukacan commented 2 months ago

This PR introduces AccountsSnapshots derive macro which should improve User Experience. Instead of generating new source code, the AccountsSnapshots macro can generate snapshots every time the Accounts struct is updated.