Junaid
Junaid
@AnumQ , sure you can start working on this. Thanks for your contributions.
@Allen-Muhani directly pushing changes to main branch is not allowed, for contributions in web3.js lib create a feature branch and create PR. For above issue, requirement is to create a...
add example of using: https://docs.web3js.org/guides/web3_providers_guide/eip6963
https://docs.web3js.org/libdocs/Accounts#sign
scope: add function, doc, unit test ( with recovery )
@blackmoshui thanks for your contribution, We will prefer to avoid breaking change.
@hammersharkfish can you share link to PR? if you have any issue, one of our team member can look that.
we will add timeout option for web3 http provider.
@michaelbudko sure, Thanks for your interest in web3 lib contributions.
you may use promise.race and setTimeout in http provider, and in case of timeout first resolving , throw error. Also this should be configurable if user provides timeout value.