0.20.1
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)