Laura Lodeiro Casas
Laura Lodeiro Casas
Fixes #5222 ## Description Add Web3BatchProvider which aggregates short-term ( 10ms ) RPC requests to the form of a batch request specified from [JSON-RPC 2.0 spec](https://www.jsonrpc.org/specification#batch). ( Inspired by how...
## Description Added missing return statement for web3-providers-http, which is under the catch block. ( Might not be very important for someone using promise like me, but would fix the...
Changing `default_api` value will be sufficient
To reduce effort to copy-paste generated addresses / private keys from coinbin 
Parse electrum style wif private keys to segwit addresses Also the prefix is being added to `#newSegWit` page as well #### Live: https://ayanamitech.github.io/coinbin ### Usage    
Added support for [Electrum Servers](https://electrum.org/#home) ( or Proxy ) with RESTful support ### API documentation: https://github.com/Blockstream/esplora/blob/master/API.md ### Supported Sever Implementations: [Blockstream/electrs](https://github.com/Blockstream/electrs) [mempool](https://github.com/mempool/mempool) ### Preview: https://ayanamitech.github.io/coinbin Served from master branch https://github.com/ayanamitech/coinbin...
fixes #2709, #2775 **If you want this feature before this PR is merged, there is a custom, unofficial ethers provider to use right now https://github.com/ayanamitech/ethers-axios-provider** ### Why adding ability to...
### Ethers Version latest ### Search Terms _No response_ ### Describe the Problem Like what is written by the code https://github.com/ethers-io/ethers.js/blob/master/packages/providers/src.ts/json-rpc-batch-provider.ts#L69, BatchProvider handles server-generated errors very poorly unlike other providers,...
- [ ] Because this PR includes a **bug fix**, relevant tests have been included. - [ ] Because this PR includes a **new feature**, the change was previously discussed...