5afe / contract-proxy-kit

Enable batched transactions and contract account interactions using a unique deterministic Gnosis Safe.
103 stars 37 forks source link

Reenable test builds #108

Open cag opened 3 years ago

cag commented 3 years ago

(For Geth and OpenEthereum support)

cag commented 3 years ago

I tried testing with Geth but now it's actually failing with the relayer, possibly because they now actually error in their own way on eth_call failures instead of succeeding with the revert data as the return data, though I'm not entirely sure.

As for Nethermind, I keep running into issues. Like there's this issue, which indeed did get solved, but also in the same release that that issue got solved, Nethermind locked down their dev accounts behind a password that can only be gotten from the stdout of the node process, and since Gunash relies on Docker, that stdout output has to be gotten via a separate process listening for the data on the Docker logs. Anyway, it's not impossible, but it is definitely a wrench.