You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2025. It is now read-only.
memo: Remove local program / client and point to new repo (#7535)
memo: Remove local programs and point to new repo
#### Problem
The memo program and clients now live at their own repo, but the code
still exists in the SPL repo.
#### Summary of changes
* Update documentation for the memo program's new home
* Remove program directory, update Rust dependencies to crates.io version
* Remove JS bindings
* Remove CI files
@@ -71,6 +70,13 @@ More information about the repository's security policy at
71
70
The [security-audits repo](https://github.com/solana-labs/security-audits) contains
72
71
all past and present program audits.
73
72
73
+
## Migrated Packages
74
+
75
+
The Solana Program Library repository is being broken up into separate repos for
76
+
each program and set of clients. The following programs have been moved:
77
+
78
+
*[Memo](https://github.com/solana-program/memo)
79
+
74
80
## Program Packages
75
81
76
82
| Package | Description | Version | Docs |
@@ -82,7 +88,6 @@ all past and present program audits.
82
88
|`spl-account-compression`| Program for managing compressed accounts stored in an off-chain merkle tree |[](https://crates.io/crates/spl-account-compression)|[](https://docs.rs/spl-account-compression)|
83
89
|`spl-feature-proposal`| Program using tokens to vote on enabling Solana network features |[](https://crates.io/crates/spl-feature-proposal)|[](https://docs.rs/spl-feature-proposal)|
84
90
|`spl-noop`| Program that does nothing, used for logging instruction data |[](https://crates.io/crates/spl-noop)|[](https://docs.rs/spl-noop)|
85
-
|`spl-memo`| Program for logging signed memos on-chain |[](https://crates.io/crates/spl-memo)|[](https://docs.rs/spl-memo)|
86
91
|`spl-name-service`| Program for managing ownership of data on-chain |[](https://crates.io/crates/spl-name-service)|[](https://docs.rs/spl-name-service)|
87
92
|`spl-shared-memory`| Program for sharing data between programs |[](https://crates.io/crates/spl-shared-memory)|[](https://docs.rs/spl-shared-memory)|
88
93
|`spl-stake-pool`| Program for pooling stake accounts, managed by another entity |[](https://crates.io/crates/spl-stake-pool)|[](https://docs.rs/spl-stake-pool)|
@@ -110,7 +115,6 @@ all past and present program audits.
110
115
|`@solana/spl-token`| Bindings for the token, token-2022, and associated-token-account programs |[](https://www.npmjs.com/package/@solana/spl-token)|[](https://solana-labs.github.io/solana-program-library/token/js)|
111
116
|`@solana/spl-governance`| Bindings for the governance program |[](https://www.npmjs.com/package/@solana/spl-governance)| N/A |
112
117
|`@solana/spl-account-compression`| Bindings for the account-compression program |[](https://www.npmjs.com/package/@solana/spl-account-compression)|[](https://solana-labs.github.io/solana-program-library/account-compression/sdk/docs)|
113
-
|`@solana/spl-memo`| Bindings for the memo program |[](https://www.npmjs.com/package/@solana/spl-memo)| N/A |
114
118
|`@solana/spl-name-service`| Bindings for the name-service program |[](https://www.npmjs.com/package/@solana/spl-name-service)| N/A |
115
119
|`@solana/spl-stake-pool`| Bindings for the stake-pool program |[](https://www.npmjs.com/package/@solana/spl-stake-pool)| N/A |
116
120
|`@solana/spl-token-lending`| Bindings for the token-lending program |[](https://www.npmjs.com/package/@solana/spl-token-lending)| N/A |
0 commit comments