Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 63b3a25

Browse files
authored
Remove debug logging in account compression (#7087)
remove debug logging in account compression, update doc hyperlinks to modern bubblegum resources
1 parent 1244657 commit 63b3a25

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

account-compression/programs/account-compression/Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spl-account-compression"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Solana Program Library Account Compression Program"
55
authors = ["Solana Labs Maintainers <[email protected]>"]
66
repository = "https://github.com/solana-labs/solana-program-library"
@@ -21,9 +21,7 @@ default = []
2121
anchor-lang = "0.29.0"
2222
bytemuck = "1.13"
2323
solana-program = ">=1.18.11,<=2"
24-
spl-concurrent-merkle-tree = { version = "0.3.0", path = "../../../libraries/concurrent-merkle-tree", features = [
25-
"sol-log",
26-
] }
24+
spl-concurrent-merkle-tree = { version = "0.3.0", path = "../../../libraries/concurrent-merkle-tree" }
2725
spl-noop = { version = "0.2.0", path = "../noop", features = ["no-entrypoint"] }
2826

2927
[profile.release]

account-compression/programs/account-compression/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44
</a>
55
</p>
66

7-
# SPL Account Compression Rust SDK (Beta)
7+
# SPL Account Compression Rust SDK
88

99
More information about account compression can be found in [the solana-program-library repo](https://github.com/solana-labs/solana-program-library/tree/master/account-compression).
1010

11-
The [Solana Program Examples repo](https://github.com/solana-developers/program-examples) will eventually include examples of how to use this program.
12-
13-
`spl-account-compression` and this crate's implementation are targeted towards supporting [Metaplex Compressed NFTs](https://github.com/metaplex-foundation/metaplex-program-library/tree/master/bubblegum) and may be subject to change.
11+
`spl-account-compression` and this crate's implementation are targeted towards supporting [Metaplex Compressed NFTs](https://github.com/metaplex-foundation/mpl-bubblegum) and may be subject to change.

account-compression/sdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Here are some examples using account compression in the wild:
167167

168168
* Solana Program Library [tests](https://github.com/solana-labs/solana-program-library/tree/master/account-compression/sdk/tests)
169169

170-
* Metaplex Program Library Compressed NFT [tests](https://github.com/metaplex-foundation/metaplex-program-library/tree/master/bubblegum/js/tests)
170+
* Metaplex Program Library Compressed NFT [tests](https://github.com/metaplex-foundation/mpl-bubblegum/tree/main/clients/js/test)
171171

172172
## Build from Source
173173

0 commit comments

Comments
 (0)