bcoin-org / bcoin-org/bcoin-org.github.io
wallet.sign function signature needs to be updated for new api
Open
- Dominant language
- JavaScript
- Stars
- 19
- Forks
- 38
- PR merge metrics
- No merged PRs in 30d
Description
should be `wallet.sign(options)` with a tx in the options and the tx should be a buffer.
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the wallet.sign implementation and its current callers, then compare them with the requested wallet.sign(options) interface. Done means the function accepts options containing a transaction buffer and the affected callers remain consistent with the new API.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100