catalystdao / generalised-relayer

Modular Relayer that works with multiple AMBs & Generalised Incentives
MIT License
10 stars 4 forks source link

feat: use pnpm instead of yarn #3

Closed reednaa closed 6 months ago

jsanmigimeno commented 6 months ago

I'm getting the following warning when running the image, not sure if it will cause problems. image

reednaa commented 6 months ago

I'm getting the following warning when running the image, not sure if it will cause problems. image

The bigint error is emitted here: https://www.npmjs.com/package/bigint-buffer?activeTab=code

It is supposedly because the C bindings wasn't compiled correctly. However, I don't understand why the bindings wasn't compiled. Maybe because there is a requirement on the dev dependencies that enable compiling?

I always had that secp256k1 error because of https://github.com/cryptocoinjs/secp256k1-node/issues/173

I will try changing the dockerfile to use prune and see if that helps.

reednaa commented 6 months ago

It helps. I will undo the prune removal.