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

refactor(statedb_cmd): index utxo:ord before importing #2077

Merged
merged 4 commits into from
Jul 4, 2024

Conversation

popcnt1
Copy link
Collaborator

@popcnt1 popcnt1 commented Jul 4, 2024

Summary

  1. merge ords pure memory
  2. dump utxo:ord map to redb(origin: sled)

popcnt1 added 3 commits July 4, 2024 17:56
Implemented `sort_merge_utxo_ords` function for UTXOOrds structures that sorts and merges them in place. The function also comes with associated unit tests. An `UTXOOrds` structure and its serialization and deserialization with Serde have been introduced.
1. merge ords pure memory
2. dump utxo:ord map to redb(origin: sled)
Copy link

vercel bot commented Jul 4, 2024

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

Name Status Preview Comments Updated (UTC)
rooch ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 4, 2024 10:08pm
rooch-portal ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 4, 2024 10:08pm

@popcnt1 popcnt1 merged commit 2fcba82 into rooch-network:main Jul 4, 2024
7 checks passed
@popcnt1 popcnt1 deleted the refacotr.ord_map branch July 4, 2024 23:18
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.

1 participant