Skip to content

SDP release 6.1.0#147

Merged
marwen-abid merged 1 commit intomainfrom
sdp/release-6.1.0
Feb 4, 2026
Merged

SDP release 6.1.0#147
marwen-abid merged 1 commit intomainfrom
sdp/release-6.1.0

Conversation

@marwen-abid
Copy link
Contributor

Releasing changes for SDP 6.1.0

Copy link

Copilot AI left a 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 pull request upgrades the Stellar Disbursement Platform (SDP) from version 6.0.1 to 6.1.0. The primary purpose is to add support for RPC configuration, embedded wallets, and SEP-45 web authentication features.

Changes:

  • Updated version numbers from 6.0.1 to 6.1.0 across Chart.yaml, Docker image tags, and README
  • Added new global RPC configuration options (url, requestAuthHeaderKey, requestAuthHeaderValue) to support embedded wallets and SEP-45 features
  • Introduced SEP-45 contract IDs that are automatically configured based on network type (pubnet/testnet)
  • Enhanced ConfigMap and Secret templates for SDP, TSS, and Dashboard to support RPC configuration
  • Updated documentation URL in NOTES.txt to include /docs/ path prefix

Reviewed changes

Copilot reviewed 11 out of 11 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
charts/stellar-disbursement-platform/Chart.yaml Version bump from 6.0.1 to 6.1.0
charts/stellar-disbursement-platform/values.yaml Added RPC configuration parameters, embedded wallets and SEP-45 settings, updated image tags
charts/stellar-disbursement-platform/templates/_helpers.tpl Added sdp.rpcEnabled helper function, removed trailing newline
charts/stellar-disbursement-platform/templates/01.1-configmap-sdp.yaml Added SEP45_CONTRACT_ID defaults and RPC configuration injection from global values
charts/stellar-disbursement-platform/templates/01.3-configmap-tss.yaml Added RPC configuration injection from global values
charts/stellar-disbursement-platform/templates/01.4-configmap-dashboard.yaml Added RPC_ENABLED flag based on global RPC configuration
charts/stellar-disbursement-platform/templates/05.1-secrets-sdp.yaml Added RPC_REQUEST_AUTH_HEADER_VALUE secret injection
charts/stellar-disbursement-platform/templates/05.3-secrets-tss.yaml Added RPC_REQUEST_AUTH_HEADER_VALUE secret injection
charts/stellar-disbursement-platform/templates/NOTES.txt Updated documentation URL to include /docs/ path
charts/stellar-disbursement-platform/minimal-values.yaml Added example RPC URL configuration
charts/stellar-disbursement-platform/README.md Updated parameter documentation table with new RPC settings and version references

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

url: ""
## @param global.rpc.requestAuthHeaderKey The name of the HTTP header to include when authenticating requests to a protected RPC server.
requestAuthHeaderKey: ""
## @param global.rpc.requestAuthHeaderValue he value of the HTTP header used for authenticating requests to a protected RPC server.
Copy link

Copilot AI Feb 4, 2026

Choose a reason for hiding this comment

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

There is a spelling error in the description. "he value" should be "The value" (capital T).

Suggested change
## @param global.rpc.requestAuthHeaderValue he value of the HTTP header used for authenticating requests to a protected RPC server.
## @param global.rpc.requestAuthHeaderValue The value of the HTTP header used for authenticating requests to a protected RPC server.

Copilot uses AI. Check for mistakes.
@marwen-abid marwen-abid merged commit e82cd7b into main Feb 4, 2026
2 checks passed
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.

2 participants