Merged
Conversation
This introduces the configuration settings for modifying the 'frozen' ledger keys via validator vote, settings for allowing certain transactions to bypass the freeze, and the error codes for transactions that access frozen keys.
There was a problem hiding this comment.
Pull request overview
This PR updates the Stellar XDR definitions to incorporate finalized Protocol 26 changes, adding new result codes and new contract config setting entries needed for ledger-key freezing and bypass lists.
Changes:
- Add new operation/transaction result codes related to frozen trustlines and frozen ledger key access.
- Extend Soroban contract config settings with new config setting IDs and entry types for frozen ledger keys and freeze-bypass transactions.
- Add a new contract cost type for BN254 G1 multi-scalar multiplication.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| Stellar-transaction.x | Adds new result codes for frozen trustlines and frozen ledger key access, plus corresponding union cases. |
| Stellar-contract-config-setting.x | Introduces new config entry types/IDs for frozen ledger keys and bypass tx lists, and a new cost type. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
dmkozh
approved these changes
Mar 10, 2026
christian-rogobete
added a commit
to Soneso/stellar-php-sdk
that referenced
this pull request
Mar 11, 2026
Regenerate XDR types from stellar/stellar-xdr#298 (Merge P26 XDR into curr). Adds frozen ledger key and freeze bypass config settings, new result codes, and updates TxRep config setting parsing for the new entries. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
christian-rogobete
added a commit
to Soneso/stellar_flutter_sdk
that referenced
this pull request
Mar 11, 2026
Regenerate XDR types from stellar/stellar-xdr#298 (Merge P26 XDR into curr). Adds frozen ledger key and freeze bypass config settings, BN254 cost types, new trustline-frozen result codes, and txFROZEN_KEY_ACCESSED. Updates TxRep config setting parsing for the 4 new ConfigSettingID entries. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4 tasks
christian-rogobete
added a commit
to Soneso/stellar_flutter_sdk
that referenced
this pull request
Mar 11, 2026
Regenerate XDR types from stellar/stellar-xdr#298 (Merge P26 XDR into curr). Adds frozen ledger key and freeze bypass config settings, BN254 cost types, new trustline-frozen result codes, and txFROZEN_KEY_ACCESSED. Updates TxRep config setting parsing for the 4 new ConfigSettingID entries. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
christian-rogobete
added a commit
to Soneso/stellar_flutter_sdk
that referenced
this pull request
Mar 11, 2026
Regenerate XDR types from stellar/stellar-xdr#298 (Merge P26 XDR into curr). Adds frozen ledger key and freeze bypass config settings, BN254 cost types, new trustline-frozen result codes, and txFROZEN_KEY_ACCESSED. Updates TxRep config setting parsing for the 4 new ConfigSettingID entries. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
christian-rogobete
added a commit
to Soneso/stellar_flutter_sdk
that referenced
this pull request
Mar 11, 2026
Regenerate XDR types from stellar/stellar-xdr#298 (Merge P26 XDR into curr). Adds frozen ledger key and freeze bypass config settings, BN254 cost types, new trustline-frozen result codes, and txFROZEN_KEY_ACCESSED. Updates TxRep config setting parsing for the 4 new ConfigSettingID entries. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
christian-rogobete
added a commit
to Soneso/stellar_flutter_sdk
that referenced
this pull request
Mar 11, 2026
Regenerate XDR types from stellar/stellar-xdr#298 (Merge P26 XDR into curr). Adds frozen ledger key and freeze bypass config settings, BN254 cost types, new trustline-frozen result codes, and txFROZEN_KEY_ACCESSED. Updates TxRep config setting parsing for the 4 new ConfigSettingID entries. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
christian-rogobete
added a commit
to Soneso/stellar_flutter_sdk
that referenced
this pull request
Mar 11, 2026
Regenerate XDR types from stellar/stellar-xdr#298 (Merge P26 XDR into curr). Adds frozen ledger key and freeze bypass config settings, BN254 cost types, new trustline-frozen result codes, and txFROZEN_KEY_ACCESSED. Updates TxRep config setting parsing for the 4 new ConfigSettingID entries. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
christian-rogobete
added a commit
to Soneso/stellar_flutter_sdk
that referenced
this pull request
Mar 11, 2026
Regenerate XDR types from stellar/stellar-xdr#298 (Merge P26 XDR into curr). Adds frozen ledger key and freeze bypass config settings, BN254 cost types, new trustline-frozen result codes, and txFROZEN_KEY_ACCESSED. Updates TxRep config setting parsing for the 4 new ConfigSettingID entries. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Protocol features have been finalized, so merge next xdr into curr.