Skip to content

OEV-1179 Update docs#22306

Open
cll-gg wants to merge 2 commits intodevelopfrom
OEV-1179-update-docs
Open

OEV-1179 Update docs#22306
cll-gg wants to merge 2 commits intodevelopfrom
OEV-1179-update-docs

Conversation

@cll-gg
Copy link
Copy Markdown
Contributor

@cll-gg cll-gg commented May 5, 2026

Supports

Proper documentation for SVR multiplexing (smartcontractkit/chainlink-evm#445).

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 5, 2026

✅ No conflicts with other open PRs targeting develop

@trunk-io
Copy link
Copy Markdown

trunk-io Bot commented May 5, 2026

Static BadgeStatic BadgeStatic BadgeStatic Badge

View Full Report ↗︎Docs

@cl-sonarqube-production
Copy link
Copy Markdown

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@cll-gg cll-gg marked this pull request as ready for review May 6, 2026 11:37
@cll-gg cll-gg requested a review from a team as a code owner May 6, 2026 11:37
Copilot AI review requested due to automatic review settings May 6, 2026 11:37
@cll-gg cll-gg requested review from a team as code owners May 6, 2026 11:37
@cll-gg cll-gg requested a review from dimriou May 6, 2026 11:38
Copy link
Copy Markdown
Contributor

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

Risk Rating: LOW

This PR updates Chainlink node configuration documentation to describe SVR/OEV “multiplexing” behavior by introducing CustomURLs alongside the legacy CustomURL for EVM.Transactions.TransactionManagerV2.

Changes:

  • Document new CustomURLs option and deprecate legacy CustomURL wording in docs/CONFIG.md.
  • Update the EVM chain config example (core/config/docs/chains-evm.toml) to include CustomURLs.
  • Add a changeset entry for the documentation update.

Scrupulous human review recommended for:

  • The behavioral guarantees described for CustomURLs (primary vs secondary, “fire-and-forget”) and the claimed mutual exclusivity with CustomURL in:
    • docs/CONFIG.md (TransactionManagerV2 section)
    • core/config/docs/chains-evm.toml (TransactionManagerV2 example)

Reviewed changes

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

File Description
docs/CONFIG.md Adds CustomURLs documentation and deprecates legacy CustomURL wording for TransactionManagerV2.
core/config/docs/chains-evm.toml Updates the example EVM chain config to include CustomURLs and updated comments.
.changeset/long-ants-give.md Adds a patch changeset describing the documentation update.

Comment thread docs/CONFIG.md
@@ -17703,6 +17703,7 @@ MinAttempts configures the minimum number of broadcasted attempts a transaction
Enabled = false # Default
BlockTime = '10s' # Example
CustomURL = 'https://example.api.io' # Example
Comment thread docs/CONFIG.md
```toml
CustomURLs = ['https://relay.example/api', 'https://ofa-secondary.example/api'] # Example
```
CustomURLs configures an ordered list of OFA URLs: the first entry is primary (determines broadcast outcome); additional entries are multiplexed as secondaries (fire-and-forget). Cannot be used together with CustomURL in the same configuration.
BlockTime = '10s' # Example
# CustomURL configures the base url of a custom endpoint used by the ChainDualBroadcast chain type.
# CustomURL configures the base url of a custom endpoint used by the dual broadcast functionality. (legacy single endpoint). Deprecated: use CustomURLs instead.
CustomURL = 'https://example.api.io' # Example
"chainlink": patch
---

#updated #nops Updated documentation around SVR multiplexing.
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