-
Notifications
You must be signed in to change notification settings - Fork 1k
Update security-protocol-release-notes.md file with v25 changes #5109
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
base: master
Are you sure you want to change the base?
Conversation
| * mitigation: code fix | ||
|
|
||
| ## v20.0.0 (2024-02-20) | ||
| * `Ledger` - protocol - CAP0046 - Soroban Runtime Environment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I realized we have not been adding CAP changes in general but thought we could add Soroban launch since it was a big milestone.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the security protocol release notes document with entries for two protocol releases: v25.0.0 and v20.0.0. The v25.0.0 entry documents new protocol features including BN254 host functions, Poseidon hash cryptographic primitives, fee bump transaction restrictions, and a security fix for re-entrant __check_auth calls in Soroban. The v20.0.0 entry documents the introduction of the Soroban Runtime Environment.
Changes:
- Added v25.0.0 release notes (dated 2026-01-22) with protocol changes and security fixes
- Added v20.0.0 release notes (dated 2024-02-20) with CAP0046 protocol change
copilot suggestion
| # List of releases | ||
|
|
||
| ## v25.0.0 (2026-01-22) | ||
| * `Ledger` - protocol - CAP0074 - Host functions for BN254 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have missed adding CAPs in a while but I thought I might as well add for P25. But can remove if anyone has an objection.
Update security-protocol-release-notes.md file with v25 changes.
resolves https://github.com/stellar/stellar-core-internal/issues/408