ZK Compression
  • Introduction
    • Overview
    • Intro to Development
  • Event
    • 🗓️Event: 1000x Hackathon
  • Release Notes
    • JS - v0.21.0
  • Learn
    • In a Nutshell
    • Core Concepts
      • Compressed Account Model
      • State Trees
      • Validity Proofs
      • Lifecycle of a Transaction
      • Limitations
  • Developers
    • TypeScript Client
    • JSON RPC Methods
      • getCompressedAccount
      • getCompressedBalance
      • getCompressedTokenAccountBalance
      • getCompressedBalanceByOwner
      • getCompressedMintTokenHolders
      • getCompressedTokenBalancesByOwnerV2
      • getCompressedAccountsByOwner
      • getMultipleCompressedAccounts
      • getCompressedTokenAccountsByOwner
      • getCompressedTokenAccountsByDelegate
      • getTransactionWithCompressionInfo
      • getCompressedAccountProof
      • getMultipleCompressedAccountProofs
      • getMultipleNewAddressProofs
      • getValidityProof
      • getCompressionSignaturesForAccount
      • getCompressionSignaturesForAddress
      • getCompressionSignaturesForOwner
      • getCompressionSignaturesForTokenOwner
      • getLatestCompressionSignatures
      • getLatestNonVotingSignatures
      • getIndexerSlot
      • getIndexerHealth
    • Addresses and URLs
    • Creating Airdrops with Compressed Tokens
    • Using Token-2022
    • Add Compressed Token Support to Your Wallet
    • Create programs with the program-template
  • Node Operators
    • Run a Node
  • resources
    • Security
    • Privacy Policy
Powered by GitBook
On this page
  • A new release for Localnet and Devnet is here!
  • Breaking changes
  • Upgrading from v0.5.0
  • Examples

Was this helpful?

  1. Release Notes
  2. 0.x.x

0.6.0

Last updated 8 months ago

Was this helpful?

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 .

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 .

  • 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

Examples

Redeploy your programs on devnet pointing to the . 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
Telegram
here
LogoRelease Devnet - v.0.6.0 · Lightprotocol/light-protocolGitHub
new program IDs