solana-program-library
solana-program-library copied to clipboard
Upgrade compression program so that merkle trees with depths 6-13 can be used
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