requestNetwork icon indicating copy to clipboard operation
requestNetwork copied to clipboard

A JavaScript library for interacting with the Request Network protocol

Results 193 requestNetwork issues
Sort by recently updated
recently updated
newest added

This enables creating a request with payee/payer delegates, instead of adding them after creation

## Add the feature batch conversion ERC20 - can pay a batch of conversion ERC20 payments - can pay in the same time conversion and non_conversion ERC20 payments: like gnosisSafe...

## Description of the changes [WIP] mainly missing: decide if declarative payments can be applied to any request of the suite

Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 4.4.1 to 4.4.2. Release notes Sourced from @​openzeppelin/contracts's releases. v4.4.2 :warning: This is a patch for a medium severity issue. For more information visit the security advisory....

dependencies

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

This change allows 2 things: - using more specific types, like `ERC20Currency`: ```ts const method = (c: ERC20Currency) => c; if (curr.type === 'ERC20') { method(curr); } ``` - simplify...

- Add the advanced logic extensions for payment with conversion for native token. - Add the native token near specific case - Add the associated tests

## Description of the changes Was trying to add the Escrow contract to the request-contracts Docker image. First I created new escrow deployment script that uses the old way for...