Skip to content

Commit

Permalink
Unified OUTPOINT_TO_UTXO_ENTRY table (#3915)
Browse files Browse the repository at this point in the history
- Upgrade `redb` to 2.1.1
- Remove `--index-spent-sats`
- Remove redundant pointer handling in `index_inscriptions()`
- Fix incorrect `is_output_spent()` results when not using `--index-sats`
- Unify UTXO index data in `OUTPOINT_TO_UTXO_ENTRY` table
- Read addresses from index when exporting
  • Loading branch information
partialord committed Sep 3, 2024
1 parent 3a50f67 commit 0ae0572
Show file tree
Hide file tree
Showing 14 changed files with 831 additions and 660 deletions.
21 changes: 21 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ miniscript = "10.0.0"
mp4 = "0.14.0"
ord-bitcoincore-rpc = "0.17.2"
ordinals = { version = "0.0.9", path = "crates/ordinals" }
redb = "2.0.0"
redb = "2.1.1"
ref-cast = "1.0.23"
regex = "1.6.0"
reqwest = { version = "0.11.27", features = ["blocking", "json"] }
rss = "2.0.1"
Expand Down
1 change: 0 additions & 1 deletion ord.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ index_addresses: true
index_cache_size: 1000000000
index_runes: true
index_sats: true
index_spent_sats: true
index_transactions: true
integration_test: true
no_index_inscriptions: true
Expand Down
Loading

0 comments on commit 0ae0572

Please sign in to comment.