Nicolas Bayle

Results 16 comments of Nicolas Bayle

Hi! Does this issue need a pr?

Hi! Can I start working on this issue and propose a PR? Thanks!

Hi! I was wondering what tests to include in "local testing". Thanks!

A pleasure :) Does the code need to throw an exception if `this._provider.publicKey` is undefined? Something similar to this: ```javascript // @ts-expect-error if (this._provider.publicKey === undefined) { throw new Error(...

Understood. Any ideas on what might cause the tests to fail?

Okay thanks for your help! Will check it out tomorrow

I modified my PR and ran the tests locally, they all passed! Let me know what to do next

Does the non passing test have anything to do with this PR?