You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 6, 2021. It is now read-only.
$ jest test/e2e
console.log ../ethereum/dist/index.umd.js:8723
WARNING: Missing strong random number source; using weak randomBytes
console.log ../ethereum/dist/index.umd.js:8723
Warning: XMLHttpRequest is not defined
When building the
ethereumpackage for node with rollup, we're including the browser field. See https://github.com/oasislabs/oasis-client/blob/master/packages/ethereum/rollup/rollup.config.ts#L35. This causes:We should obviously change this.