contract-proxy-kit icon indicating copy to clipboard operation
contract-proxy-kit copied to clipboard

Reenable test builds

Open cag opened this issue 5 years ago • 1 comments

(For Geth and OpenEthereum support)

cag avatar Sep 21 '20 19:09 cag

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.

cag avatar Dec 17 '20 00:12 cag