Skip to content

Commit

Permalink
spl: Remove shared memory program (#2747)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aursen authored Dec 26, 2023
1 parent c4f14b9 commit 52fbe55
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 54 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ The minor version will be incremented upon a breaking change and the patch versi
- ts: Remove `anchor-deprecated-state` feature ([#2717](https://github.com/coral-xyz/anchor/pull/2717)).
- lang: Remove `CLOSED_ACCOUNT_DISCRIMINATOR` ([#2726](https://github.com/coral-xyz/anchor/pull/2726)).
- lang: Make bumps of optional accounts `Option<u8>` rather than `u8` ([#2730](https://github.com/coral-xyz/anchor/pull/2730)).
- spl: Remove `shared-memory` program ([#2747](https://github.com/coral-xyz/anchor/pull/2747)).

## [0.29.0] - 2023-10-16

Expand Down
2 changes: 1 addition & 1 deletion spl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ idl-build = ["anchor-lang/idl-build"]
memo = ["spl-memo"]
metadata = ["mpl-token-metadata"]
mint = []
shmem = []
stake = ["borsh"]
token = ["spl-token"]
token_2022 = ["spl-token-2022"]
Expand All @@ -32,3 +31,4 @@ spl-associated-token-account = { version = "2.2", features = ["no-entrypoint"],
spl-memo = { version = "4", features = ["no-entrypoint"], optional = true }
spl-token = { version = "4", features = ["no-entrypoint"], optional = true }
spl-token-2022 = { version = "0.9", features = ["no-entrypoint"], optional = true }

3 changes: 0 additions & 3 deletions spl/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ pub mod dex;
#[cfg(feature = "governance")]
pub mod governance;

#[cfg(feature = "shmem")]
pub mod shmem;

#[cfg(feature = "stake")]
pub mod stake;

Expand Down
50 changes: 0 additions & 50 deletions spl/src/shmem.rs

This file was deleted.

1 comment on commit 52fbe55

@vercel
Copy link

@vercel vercel bot commented on 52fbe55 Dec 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

anchor-docs – ./

anchor-docs-git-master-200ms.vercel.app
anchor-docs-200ms.vercel.app
www.anchor-lang.com
anchor-lang.com

Please sign in to comment.