requestNetwork
requestNetwork copied to clipboard
Replace Ganache in CI Tests
Problem
Ganache is deprecated but our CircleCI tests still use it.
https://github.com/RequestNetwork/requestNetwork/blob/c38f597c2748b2981ffa038fe13293072050ea7c/.circleci/config.yml#L14-L21
Just to note, hardhat has no official docker image. We could try to replace with anvil from foundry which has docker image.
Local tests pass, but CI tests fail Signature mismatch Local expected string, CI expected object. Not clear why. Added custom code to bandaid fix.
We should fix the root issue and remove the custom code.