No constants
Open
- Dominant language
- JavaScript
- Stars
- 47
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
```
var opcodes = constants.opcodes;
^
TypeError: Cannot read property 'opcodes' of undefined
```
bcoin.constants no more?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the code containing `var opcodes = constants.opcodes` and trace how `constants` is obtained. Reproduce the TypeError and compare that usage with the bcoin API available to this project; done means the constants lookup works or the supported incompatibility is clearly documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100