Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Implement Utxo set flow separated from Utreexo accumulator updates #212

Conversation

Groxan
Copy link
Contributor

@Groxan Groxan commented Sep 19, 2024

Progress:

  • Separate UtreexoState from UtxoSet
  • Extend UtxoSet to track leaves to delete and also ensure all cached outputs are spent in the end
  • Rework UtxoSet to enable protection from non-cached UTXO duplicates
  • Implement a trait method for getting OutPoint hash
  • Make OutPoint hash include current block hash
  • Introduce block hash to the Header struct and change all scripts/tests accordingly

Copy link

vercel bot commented Sep 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
raito ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 23, 2024 7:39pm

@m-kus m-kus merged commit 079e69e into keep-starknet-strange:main Sep 24, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] Implement Utxo set flow separated from Utrexo accumulator updates
2 participants