Page MenuHomePhabricator

[avalanche] Introduce the UtxoStore class
AbandonedPublic

Authored by Fabien on Nov 10 2021, 11:40.

Details

Reviewers
None
Group Reviewers
Restricted Project
Maniphest Tasks
Restricted Maniphest Task
Summary

This utxo store will be used to determine if there is a proof associated with a utxo. It extracts the utxo related structure and methods from the peer manager so it can be used for the orphans as well.

Ref T1854.

Depends on D10436 and D10453.

Test Plan
ninja all check-avalanche

Diff Detail

Event Timeline

Fabien requested review of this revision.Nov 10 2021, 11:40
Fabien retitled this revision from [avalanche] Introduce the UtxoManager class to [avalanche] Introduce the UtxoStore class.Nov 10 2021, 11:41
Fabien edited the summary of this revision. (Show Details)
Fabien planned changes to this revision.Nov 10 2021, 16:44

This will be back soon, I just need to reorder the things to make it easier to keep the changes small enough