Integrates maintaining the UTXO Commitment in the CCoinView classes and LevelDB.
Exposes the maintained commitment in gettxoutsetinfo as "commitment" and exposes a calculated on-the-fly commitment as "commitment_calculated"
Depends on D1074
Differential D1117
Integrate UtxoCommitment in CCoinView jasonbcox on Feb 22 2018, 11:51. Authored by
Details
Integrates maintaining the UTXO Commitment in the CCoinView classes and LevelDB. Exposes the maintained commitment in gettxoutsetinfo as "commitment" and exposes a calculated on-the-fly commitment as "commitment_calculated" Depends on D1074 Two RPC tests included
Diff Detail
Event TimelineComment Actions Still WIP, But much better version. This holds back maintaining the UTXO commitment during IBD, It also adds a field to the gettxoutsetinfo rpc
Comment Actions Trying to clear off the review queue for a bit since this is quite old. Please rebase this on master when you want a review again. |