Jakub Nowakowski

Results 32 comments of Jakub Nowakowski

> (I'm assuming but haven't actually checked that it is possible to get it working, currently, and that it's just a dodgy API) It would be helpful if you could...

We experienced similar problems with missing gas reports for functions in many different use cases. I was trying to reproduce the problem with a minimal configuration and I came to...

We experienced a similar problem. Really looking forward to a fix.

Happened in [CI job execution](https://circleci.com/gh/keep-network/keep-core/43515?utm_campaign=workflow-failed&utm_medium=email&utm_source=notification). ``` === Failed === FAIL: pkg/beacon/relay/gjkr TestExecute_DQ_member2_notRevealsDisqualifiedQualMemberKey_phase11 (89.14s) === PAUSE TestExecute_DQ_member2_notRevealsDisqualifiedQualMemberKey_phase11 === CONT TestExecute_DQ_member2_notRevealsDisqualifiedQualMemberKey_phase11 failed with: [[member:2] DKG result publication process failed [failed to initiate...

Happened again in https://circleci.com/gh/keep-network/keep-core/43929 ``` === Failed === FAIL: pkg/beacon/relay/gjkr TestExecute_DQ_members25_revealWrongPrivateKey_phase9 (171.68s) === PAUSE TestExecute_DQ_members25_revealWrongPrivateKey_phase9 === CONT TestExecute_DQ_members25_revealWrongPrivateKey_phase9 failed with: [[member:1] DKG result publication process failed [failed to initiate new...

Clients running on a local machine before starting will need to be set with: - `ethereum.url` - `ethereum.keyFile` - `network.peers` - `network.port` - `storage.dataDir` Contracts' addresses will not be needed...

@michalsmiarowski is this PR still needed after recent updates that already got into the main branch?

It depends on https://github.com/defi-wonderland/smock/issues/101

After research and discussion, we decided to use Goerli as our Ethereum testnet.

I'm OK with the change but I'd like to confirm it won't break our test environments first. EDIT: Actually there's a high probability this will break our envs. We need...