Page MenuHomePhabricator

[chronik] rename the MerkleTree struct
ClosedPublic

Authored by PiRK on Mon, Jan 13, 12:18.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC798aa50067a8: [chronik] rename the MerkleTree struct
Summary

This diff renames the struct and makes a few comment more generic because I plan to reuse it transaction ids in addition to block hashes.
No change in behavior.

Test Plan

ninja all check-all

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

PiRK requested review of this revision.Mon, Jan 13, 12:18
Fabien requested changes to this revision.Mon, Jan 13, 15:16
Fabien added a subscriber: Fabien.
Fabien added inline comments.
package.json
4 ↗(On Diff #52160)

This moves this in another diff

This revision now requires changes to proceed.Mon, Jan 13, 15:16

revert accidental changes to package(-lock).json

Can you change the title to indicate this is just a rename? It seemed to me as this would generalize behavior somehow (e.g. adding a generic param)

PiRK retitled this revision from [chronik] make the MerkleTree struct more generic to [chronik] rename the MerkleTree struct.Mon, Jan 13, 15:55
This revision is now accepted and ready to land.Mon, Jan 13, 16:40
This revision was automatically updated to reflect the committed changes.