requestNetwork icon indicating copy to clipboard operation
requestNetwork copied to clipboard

Replace Ganache in CI Tests

Open MantisClone opened this issue 1 year ago • 2 comments

Problem

Ganache is deprecated but our CircleCI tests still use it.

https://github.com/RequestNetwork/requestNetwork/blob/c38f597c2748b2981ffa038fe13293072050ea7c/.circleci/config.yml#L14-L21

MantisClone avatar Dec 09 '24 22:12 MantisClone

Just to note, hardhat has no official docker image. We could try to replace with anvil from foundry which has docker image.

rodrigopavezi avatar Dec 10 '24 01:12 rodrigopavezi

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.

MantisClone avatar Jun 24 '25 12:06 MantisClone