SPL Transfer Hook Interface - v0.5.0
·
1157 commits
to master
since this release
Highlights
The on-chain and off-chain helpers used to add extra account metas to an Execute
instruction have been replaced with repaired versions of the original helpers. These helpers ensure a proper ExecuteInstruction
is the instruction being resolved, so that the list of accounts is accurate and predictable when account resolution is performed.
For more information about the bugfix, see #6064
What's Changed
- transfer hook: add new offchain helper by @buffalojoec in #6099
- transfer hook: add new onchain helper by @buffalojoec in #6111
- token 2022 & transfer hook: drop deprecated helpers by @buffalojoec in #6122
- Transfer hook: bump versions by @buffalojoec in #6119