MantisClone

Results 184 issues of MantisClone

This is a fixup for https://github.com/RequestNetwork/requestNetwork/pull/1373 and https://github.com/RequestNetwork/requestNetwork/pull/1376 # Problem The previous PRs didn't make enough variables public to enable the Pay before Persist experiment. # Changes Make more variables...

# Defintion of Done - [ ] Debug log address balance each time a transaction is submitted. - [ ] Send an email to a user-configurable email address when the...

# Reference https://polygon.technology/blog/introducing-the-amoy-testnet-for-polygon-pos # Considerations Consider testing on Sepolia where Request Network payment contracts are already deployed.

## Description of the changes * Remove the `NonceManager` from the Request Node ## Motivation (Copied from https://github.com/RequestNetwork/marble/pull/105 written by @alexandre-abrioux) The `NonceManager` does not handle catching errors from the...

# Problem Request Network's exclusive reliance on TheGraph for indexing creates critical deployment blockers: **Immediate Impact:** - **Tron deployment blocked**: TheGraph doesn't support Tron, forcing us to research/implement custom indexing...

# Problem We don't support access-control or delegates for request creation, and updates (accept, cancel, increaseExpectedAmount, decreaseExpectedAmount). Only the payee or payer identity addresses can create or update the request....

# Problem Builders have experienced difficulty integrating Conversion, Swap-to-pay, and Swap-to-conversion payments due to the lack of utilities or templates for preparing transactions. # Solution ~Open source the utilities that...

# Problem When a graph node receives multiple `persistTransaction` requests at the same time, the last request in the queue seems slow. # Solution Batch multiple transactions into the same...

Similar but not identical to #1295 Webhook is like a callback. Webhooks are typically used by the backend, not the frontend. Websocket is like a subscription.

Similar but not identical to #1330 Webhook is like a callback. Webhooks are typically used by the backend, not the frontend. Websocket is like a subscription.