This website requires JavaScript.
Explore
Help
Sign In
frost
/
bdk
Watch
3
Star
0
Fork
0
You've already forked bdk
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
bdk
/
clippy.toml
3 lines
46 B
TOML
Raw
Normal View
History
Unescape
Escape
chore: make clippy happy and bump clippy msrv
2023-12-29 19:15:57 +08:00
msrv
=
"1.63.0"
refactor(keychain): Fix KeychainTxOutIndex range queries The underlying SpkTxOutIndex should not use DescriptorIds to index because this loses the ordering relationship of the spks so queries on subranges of keychains work. Along with that we enforce that there is a strict 1-to-1 relationship between descriptors and keychains. Violating this leads to an error in insert_descriptor now. In general I try to make the translation layer between the SpkTxOutIndex and the KeychainTxOutIndex thinner. Ergonomics of this will be improved in next commit. The test from the previous commit passes.
2024-06-06 10:17:55 +10:00
type-complexity-threshold
=
275
Reference in New Issue
Copy Permalink