Skip to content

[CRE=804] - Add tx idempotency key to EVM Service SubmitTransaction reply#1527

Merged
ilija42 merged 2 commits intomainfrom
CRE-804-submittx-txid
Sep 8, 2025
Merged

[CRE=804] - Add tx idempotency key to EVM Service SubmitTransaction reply#1527
ilija42 merged 2 commits intomainfrom
CRE-804-submittx-txid

Conversation

@ilija42
Copy link
Copy Markdown
Contributor

@ilija42 ilija42 commented Sep 7, 2025

Idempotency key wasn't surfaced from SubmiTransaction which makes it impossible to retrieve some tx meta data from the evm chain capability

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Sep 7, 2025

👋 ilija42, thanks for creating this pull request!

To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team.

Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks!

@ilija42 ilija42 changed the title Add tx idempotency key to EVM Service SubmitTransaction reply [CRE=804] - Add tx idempotency key to EVM Service SubmitTransaction reply Sep 7, 2025
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Sep 7, 2025

apidiff results - no incompatible changes detected ✅

Module: github-com-smartcontractkit-chainlink-common

Status: ✅ 3 compatible changes

(Full summary: https://github.com/smartcontractkit/chainlink-common/actions/runs/17532627065/#summary-49791560957)

Comment thread pkg/chains/evm/evm.proto
message SubmitTransactionReply {
bytes txHash = 1;
TxStatus txStatus = 2;
string tx_idempotency_key = 3; // idempotency key generated for this transaction
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

are txHash and tx_idempotency_key related in any way? we do that for workflowExecutionIDs, and it tends to be pretty useful in scenarios when you need to forecast an execution ID

@ilija42 ilija42 merged commit aa3f592 into main Sep 8, 2025
19 of 22 checks passed
@ilija42 ilija42 deleted the CRE-804-submittx-txid branch September 8, 2025 08:27
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.

4 participants