solana-program-library icon indicating copy to clipboard operation
solana-program-library copied to clipboard

Upgrade compression program so that merkle trees with depths 6-13 can be used

Open xydv opened this issue 1 year ago • 2 comments

According to compressed.app and Types, we can generate trees with 6-13 max depth, but when we try to create tree it shows a error that pair isn't valid.

This is because the compression program wasn't updated on mainnet/devnet clusters.

The fix will be either remove the pairs from TypeDefs so that there's no confusion or upgrade the compression program!.

Stack-Exchange Problem: https://solana.stackexchange.com/q/13892/9134

xydv avatar May 23 '24 15:05 xydv