ConsenSysMesh / ConsenSysMesh/hooked-web3-provider
0x prefix
- Dominant language
- JavaScript
- Stars
- 78
- Forks
- 52
- PR merge metrics
- No merged PRs in 30d
Description
> Asynchronous method used to determine if the transaction signer manages the address passed in. We recommend the transaction signer account for addresses that start with "0x" as well as those that do not.
I recommend you pick a format and stick to it
https://github.com/ethereum/ethereumjs-util/blob/master/index.js#L232-L238
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with index.js at the linked ethereumjs-util address-handling code and inspect how addresses with and without the 0x prefix are compared. Check the repository's existing tests, if any, for transaction signer address handling; done means the provider consistently accepts or normalizes both address formats without changing signer detection.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- blockchain
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100