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 Dec 1, 2022
1 parent 9b94d55 commit 826f047
Show file tree
Hide file tree
Showing 5 changed files with 912 additions and 9 deletions.
Loading

0 comments on commit 826f047

Please sign in to comment.