Skip to content

Commit

Permalink
Implementation of Proof::Update
Browse files Browse the repository at this point in the history
This method is useful for cached proofs, it can take a valid proof and
update it with all of a block UTXOs, yielding a new (also valid) proof.

It replaces all intermediate values in a proof with the new ones, also
adds new positions that where't in the original one. Finally, calculates
the new positions for each target.
  • Loading branch information
Davidson-Souza committed Nov 12, 2022
1 parent aa6dc82 commit ba88aa1
Show file tree
Hide file tree
Showing 5 changed files with 612 additions and 5 deletions.
Loading

0 comments on commit ba88aa1

Please sign in to comment.