0.6.0
Last updated
Last updated
Note: This is a beta release. If you find bugs, have questions, or have feedback, check out the Helius and Light Developer Discord for help. You can also message us directly via Telegram.
This release includes various quality-of-life improvements, including for robustness and performance.
New program IDs. The up-to-date list can be found here.
JS RPC client: compressed account endpoints now get returned with a cursor that allows for proper pagination. therefore accounts must be accessed via response.items.accounts
instead of response.accounts
.
You can find a detailed list of all changes here:
Redeploy your programs on devnet pointing to the new program IDs. You may also need to update your JS client's use of getCompressedAccounts
according to the breaking changes highlighted above.
We added a new simple name service program reference implementation! It uses the latest releases here.