solana-labs / solana-program-library

A collection of Solana programs maintained by Solana Labs
https://solanalabs.com
Apache License 2.0
3.43k stars 2.03k forks source link

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

Open dedomil opened 3 months ago

dedomil commented 3 months ago

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

ngundotra commented 3 months ago

Thanks for flagging. Will be fixed end of June

dedomil commented 1 month ago

hey @ngundotra, any update?