0.6.0

A new release for Localnet and Devnet is here!

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.

Breaking changes

  • 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:

Upgrading from v0.5.0

  • 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.

Examples

  • We added a new simple name service program reference implementation! It uses the latest releases here.

Last updated