Skip to content

add deprecation notice #978

Merged
Ryang-21 merged 1 commit into
masterfrom
add-deprecation-note
Jun 22, 2026
Merged

add deprecation notice #978
Ryang-21 merged 1 commit into
masterfrom
add-deprecation-note

Conversation

@Ryang-21

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Adds a prominent deprecation notice to the project README to direct users to @stellar/stellar-sdk for future updates.

Changes:

  • Replaces the old Node crypto performance/optional dependency note with a deprecation notice pointing to @stellar/stellar-sdk.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
> If `sodium-native` is successfully installed and working,
> `StellarBase.FastSigning` variable will be equal `true`. Otherwise it will be
> `false`.
> ⚠️ **Deprecation Notice:** `@stellar/stellar-base` still works, but is no longer actively updated. Future updates, including protocol releases, ship only in [`@stellar/stellar-sdk`](https://www.npmjs.com/package/@stellar/stellar-sdk), which re-exports this package's full API. Switch your dependency to `@stellar/stellar-sdk` to keep receiving updates. ⚠️
@github-actions

Copy link
Copy Markdown

Size Change: 0 B

Total Size: 3.54 MB

ℹ️ View Unchanged
Filename Size
dist/stellar-base.js 2.62 MB
dist/stellar-base.min.js 926 kB

compressed-size-action

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 1b17d9c5a8

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread README.md
> If `sodium-native` is successfully installed and working,
> `StellarBase.FastSigning` variable will be equal `true`. Otherwise it will be
> `false`.
> ⚠️ **Deprecation Notice:** `@stellar/stellar-base` still works, but is no longer actively updated. Future updates, including protocol releases, ship only in [`@stellar/stellar-sdk`](https://www.npmjs.com/package/@stellar/stellar-sdk), which re-exports this package's full API. Switch your dependency to `@stellar/stellar-sdk` to keep receiving updates. ⚠️

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Clarify that migration must update import specifiers

The notice tells users to “Switch your dependency” to @stellar/stellar-sdk, but the Quick start/Install snippets immediately below still install and import @stellar/stellar-base. In projects that remove the base package and keep require("@stellar/stellar-base")/imports unchanged, the SDK re-export is not used and the app fails at module resolution instead of receiving updates. Please make the migration wording or examples explicitly change the import/install target to @stellar/stellar-sdk.

Useful? React with 👍 / 👎.

@Ryang-21 Ryang-21 merged commit 59cd4f1 into master Jun 22, 2026
9 checks passed
@Ryang-21 Ryang-21 deleted the add-deprecation-note branch June 22, 2026 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants