Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

blockchain: facility for tracking utxo proofs #319

Closed
oleganza opened this issue Jul 11, 2019 · 1 comment
Closed

blockchain: facility for tracking utxo proofs #319

oleganza opened this issue Jul 11, 2019 · 1 comment

Comments

@oleganza
Copy link
Contributor

It's turning out to be clunky to handle utxo proofs in and out of various blockchain state machine procedures. Especially, since it's unclear in which cases user cares or not about the proofs. Would be good to abstract that away with a "dependency-injection" API that lets the core algorithms request and store utxo proofs, but not worry about how exactly they are represented, where they come from and whether the user even wants to update any proofs.

TBD: write this up in more detail

@oleganza
Copy link
Contributor Author

Replaced by #426

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant