Changelog
0.20.1 - 2024-10-03
Fixed
- Fix non-existant output lookup (#3968 by raphjaph)
- Fix output API struct (#3957 by raphjaph)
- Start indexing at correct block height (#3956 by partialord)
- Fix /output page (#3948 by raphjaph)
Added
- Add multi parent support to wallet (#3228 by raphjaph)
- Implement burn for wallet command (#3437 by onchainguy-btc)
- Add
/satpoint/<SATPOINT>
endpoint (#3949 by raphjaph) - Add inscription examples to handbook (#3769 by cryptoni9n)
- Add inscription index to /status (#3938 by casey)
Changed
- Keep sat ranges in low-level format (#3963 by partialord)
- Remove dependency on
ord-bitcoincore-rpc
crate (#3959 by raphjaph) - Don't log RPC connections to bitcoind (#3952 by raphjaph)
- Skip serializing None in batch::File (#3943 by raphjaph)
- Allow scrolling in iframe (#3947 by raphjaph)
- Put AddressInfo into api module (#3933 by raphjaph)
Misc
- Rename parents_values -> parent_values (#3973 by casey)
- Get parents using
as_slice
instead of converting toVec
(#3972 by casey) - Remove unnecessary symbols in docs/src/guides/testing.md (#3945 by tiaoxizhan)
- Fix clippy lint (#3937 by casey)
- Add test to remind us to fix the UtxoEntry redb type name (#3934 by casey)
- Bump version to 0.20.0-dev (#3929 by casey)
0.20.0 - 2024-09-03
Fixed
- Make index settings harder to misuse (#3893 by casey)
- Fix rune links for runes with no symbol (#3849 by cryptoni9n)
Added
- Add inscriptions and runes details to address API endpoint (#3924 by twosatsmaxi)
- Add address field to
/r/inscription/:id
(#3891 by elocremarc) - Add sat_balance to address API (#3905 by cryptoni9n)
- List all Bitcoin Core wallets (#3902 by raphjaph)
Changed
- Remove inscription content type counts from /status page (#3922 by casey)
- Suppress printing sat_ranges by default (#3867 by cryptoni9n)
Performance
- Unified OUTPOINT_TO_UTXO_ENTRY table (#3915 by partialord)
Misc
- Revert "Serve responses with cross origin isolation headers" (#3920 by casey)
- Bump version to 0.20.0-dev (#3916 by casey)
- Migrate chain.rs to snafu error (#3904 by cryptoni9n)
- Add Dutch translation to Ordinals Handbook (#3907 by Tibebtc)
- Update Bitcoin Core deploy to 27.1 (#3912 by casey)
- Migrate Outgoing to SnafuError (#3854 by cryptoni9n)
- Make first first and last sat in range clickable (#3903 by raphjaph)
- Serve responses with cross origin isolation headers (#3898 by patrick99e99)
- Remove trailing space from runes specification (#3896 by casey)
- Don't unnecessarily insert into utxo cache when indexing addresses (#3894 by raphjaph)
- Migrate object.rs to snafu error handling (#3858 by cryptoni9n)
- Clarify that unused runes tags should not be used (#3885 by casey)
- Update pointer specification (#3861 by ansigroup)
- Re-enter beta (#3884 by casey)
- Updated Chinese translation (#3881 by DrJingLee)
- Update Portuguese Translation pt.po (#3837 by 0xArtur)
Full Changelog: 0.19.1-litecoin...0.20.1-litecoin