MantisClone
MantisClone
Superseded by #1493
Hey @ptdatta. Your proposed implementation sounds like it could work. Sure, you're free to work on it. I think the risk of conflicts is low but I'll let you know...
Some questions: - What use case does this feature serve? - This idea was motivated by a hacker at ETHRome who wanted to retrieve and filter requests by an arbitrary...
@vrolland Sorry this fell through the cracks. I just added it to the [Request Network Tech Backlog](https://github.com/orgs/RequestNetwork/projects/3) and we'll be able to assign priority to this task at our next...
Closing in favor of issue: * https://github.com/RequestNetwork/requestNetwork/issues/1548
@alexandre-abrioux your comment convinced me we should inject this feature at the DataAccess layer, instead of the TransactionManager layer. # My Goal 1. RN SDK provides a function to Create...
These docs should include the deployments on the Arbitrum-based decentralized network. https://github.com/RequestNetwork/payments-subgraph/pull/76
TODO: Consider making `currency` and `utils` packages output ES modules AND CommonJS modules. This would decrease the code churn in the `smart-contracts` package. `smart-contracts` could consume the CommonJS variants of...
I searched for ways to disable the `sign-ext` opcodes on the compiler and ran across this issue that seems to indicate that the option to disable `sign-ext` exists :+1: but...
@skiv71 discovered that when we configure `"module": "es2015"` we can still use our packages in a node js application with `require()`. So maybe we don't need to use `"module": "node16"`.