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

[framework] UTXO and AuthPayload break changes #2531

Merged
merged 4 commits into from
Aug 29, 2024
Merged

Conversation

jolestar
Copy link
Contributor

@jolestar jolestar commented Aug 28, 2024

Summary

  • Remove the CreateUTXOEvent and RemoveUTXOEvent.
  • Migraten SpendUTXOEvent and ReceiveUTXOEvent from bitcoin module to utxo module. cc @mx819812523
  • Use &AuthPayload to replace AuthPayload in the fun arguments.
  • Remove next_tx_index from BitcoinUTXOStore. cc @popcnt1
  • Reset stdlib v8.

resolve #2474 , part of #2402

Copy link

vercel bot commented Aug 28, 2024

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

Name Status Preview Comments Updated (UTC)
rooch-portal ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 29, 2024 2:09am
rooch-portal-v2.1 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 29, 2024 2:09am
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
rooch ⬜️ Ignored (Inspect) Visit Preview Aug 29, 2024 2:09am

Copy link

github-actions bot commented Aug 28, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Manifest Files

@jolestar jolestar merged commit e5fc913 into main Aug 29, 2024
9 checks passed
@jolestar jolestar deleted the framework_break_change branch August 29, 2024 09:09
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.

[bitcoin-move] utxo module break changes
2 participants