Skip to content

feat: return blake2b hash for unsigned DOT transactions#201

Merged
lcovar merged 1 commit into
masterfrom
BTC-3123-unsigned-tx-blake2b-id
Mar 10, 2026
Merged

feat: return blake2b hash for unsigned DOT transactions#201
lcovar merged 1 commit into
masterfrom
BTC-3123-unsigned-tx-blake2b-id

Conversation

@lcovar

@lcovar lcovar commented Mar 10, 2026

Copy link
Copy Markdown
Contributor

DotTransaction.id() previously returned None for unsigned transactions, forcing a compute a blake2b hash as a workaround. Now id() hashes raw_bytes for unsigned txs, providing a stable identifier directly from wasm-dot.

Ticket: BTC-3123

DotTransaction.id() previously returned None for unsigned transactions,
forcing wallet-platform to compute a blake2b hash as a workaround.
Now id() hashes raw_bytes for unsigned txs, providing a stable
identifier directly from wasm-dot.

Ticket: BTC-3123
@lcovar lcovar requested a review from a team as a code owner March 10, 2026 20:46
@lcovar lcovar merged commit 7a0d3be into master Mar 10, 2026
13 checks passed
@lcovar lcovar deleted the BTC-3123-unsigned-tx-blake2b-id branch March 10, 2026 20:55
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