You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(descriptor): deprecate at_derivation_index, add derive_at_index and TryFrom
- Deprecate at_derivation_index() preserving old behavior (non-wildcard silently works)
- Add derive_at_index() that strictly requires wildcards, delegates to at_derivation_index()
- Add TryFrom<Descriptor<DescriptorPublicKey>> for Descriptor<DefiniteDescriptorKey>
- Split Definitor enum into separate local Translator structs (ToDefinite, AtIndex)
- Update internal callers, tests, and examples to use new API
0 commit comments