Stanislav Cherviakov
Stanislav Cherviakov
# Initializing a tree with a root This PR modifies the `account-compression` program allowing the creation of the trees that were prepared offline. It allows creating trees with or without...
A finalized version of the Bubblegum update for batch minting ### Batch operations As was observed, minting of assets constitutes over 90% of all operations pertaining to digital assets. In...
Update to support 2 new batch instructions that need indexing: FinalizeTreeWithRoot and FinalizeTreeWithRootAndCollection. The relevant changes from [SPL](https://github.com/solana-labs/solana-program-library/pull/6764) and Bubblegum should be merged first and the versions should be reverted...