Laura Lodeiro Casas

Results 13 issues of 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 ![Capture](https://user-images.githubusercontent.com/91770832/169711319-58ce8094-8e47-4f29-b314-417d35b81a90.PNG)

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 ![usage1](https://user-images.githubusercontent.com/91770832/168622089-516804ad-beb9-4ff8-bd20-e9ce595d7b46.PNG) ![usage2](https://user-images.githubusercontent.com/91770832/168622097-3ff3dc50-603e-4f24-9fea-c95427ac8146.PNG) ![usage3](https://user-images.githubusercontent.com/91770832/168622107-0b656947-83e1-48b2-a4ec-2838a4a4efdf.PNG) ![usage4](https://user-images.githubusercontent.com/91770832/168622068-98d09943-bf1a-46a7-8fb8-370f44a4cd0a.PNG)

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,...

investigate

- [ ] Because this PR includes a **bug fix**, relevant tests have been included. - [ ] Because this PR includes a **new feature**, the change was previously discussed...