Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CHANGELOG: Add entry for breaking change to curve22519-dalek crate #3335

Merged
merged 1 commit into from
Oct 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Release channels have their own copy of this changelog:
* SDK:
* `cargo-build-sbf` and `cargo-build-bpf` have been deprecated for two years and have now been definitely removed.
Use `cargo-build-sbf` and `cargo-test-sbf` instead.
* dependency: `curve25519-dalek` upgraded to new major version 4 (#1693). This causes breakage when mixing v2.0 and v2.1 Solana crates, so be sure to use all of one or the other. Please use only crates compatible with v2.1.
* Stake:
* removed the unreleased `redelegate` instruction processor and CLI commands (#2213)
* Banks-client:
Expand Down