bitcoindevkit / bitcoindevkit/bdk-ffi
Preserve the index in InputIndexOutOfRange errors
Open
Beginner friendly
api-break
- Dominant language
- Rust
- Stars
- 127
- Forks
- 81
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 5
Description
`SignerError::InputIndexOutOfRange` discards the offending input index provided by the upstream error.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating SignerError::InputIndexOutOfRange and tracing how the upstream error is converted into it. Verify the offending input index remains available in the resulting error, and add or update coverage for that conversion if the surrounding code has tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100