Skip to content

eth: Warn instead of fail on audit txHash mismatch.#3578

Merged
JoeGruffins merged 1 commit into
decred:masterfrom
JoeGruffins:debugeth
Mar 24, 2026
Merged

eth: Warn instead of fail on audit txHash mismatch.#3578
JoeGruffins merged 1 commit into
decred:masterfrom
JoeGruffins:debugeth

Conversation

@JoeGruffins

Copy link
Copy Markdown
Member

Some RPC providers return unsigned transaction data, causing the deserialized tx hash to differ from the on-chain tx hash (coinID). The contract state is validated against the locator from the contract data, not the tx hash, so the mismatch is not a security concern.

Some RPC providers return unsigned transaction data, causing the
deserialized tx hash to differ from the on-chain tx hash (coinID).
The contract state is validated against the locator from the contract
data, not the tx hash, so the mismatch is not a security concern.
@JoeGruffins
JoeGruffins merged commit 38c762d into decred:master Mar 24, 2026
5 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.

1 participant