Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

SPL Token JS - v0.4.0

Compare
Choose a tag to compare
@buffalojoec buffalojoec released this 29 Jan 21:07
· 1117 commits to master since this release
97beb54

This change repairs two notable bugs in the Token JS client:

  • Removes and replaces the broken addExtraAccountsToInstruction with the new offchain helper addExtraAccountMetasForExecute. Fixes #6064.
  • Adds serialization support to various instructions to properly serialize a COption::None. Fixes #6113.

What's Changed

Shout out to @qiweiii for the contributions!!