Page MenuHomePhabricator

[Chronik] Add `TxId` to bitcoinsuite-core
ClosedPublic

Authored by tobias_ruck on Mar 24 2023, 14:10.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABCbd7a6d28fb1d: [Chronik] Add `TxId` to bitcoinsuite-core
Summary

Similar to BlockHash, but for TxId. We keep the implementation of both separate so they can't refer to the same type.

Test Plan

ninja check-crates

Diff Detail

Repository
rABC Bitcoin ABC
Branch
chronik-txid
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 22663
Build 44946: Build Diffbuild-chronik
Build 44945: arc lint + arc unit

Event Timeline

tobias_ruck updated this revision to Diff 38845.
tobias_ruck created this revision.

trailing whitespace

This revision is now accepted and ready to land.Mar 24 2023, 15:10