requestNetwork
requestNetwork copied to clipboard
A JavaScript library for interacting with the Request Network protocol
🚨 https://github.com/rainbow-me/fee-suggestions/pull/25 is needed before merging this PR. ## Description of the changes Quicknode's RPC servers do not allow the use of an integer for the `blockCount` argument of `eth_feeHistory`....
Motivations - `ethers` is used everywhere in the codebase - web3 causes the node to crash if connection breaks - types and code readability Additionally, this allows to remove hd-wallet-provider...
## Description of the changes The Near subgraph is deployed on testnet now, and the contract address is not hardcoded anymore
## Feature: ERC20SwapToPay with swap fee. Context: The purpose of this new feature is to be able to collect a small `swapFee` from every transaction executed by this smart contract....
## Description of the changes Publish the specifications from [this document](https://docs.google.com/document/d/1JigWXTe9_P9pw4TjVKcOfBjAjMExkXYtudERcDrXP_k/edit) to our docs.
## Issue During creation of a request we do an `await request.refresh()` right before returning the request object. This creates a call to the request node that queries the pending...
## Description of the changes
**No need to merge**