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
maci-domainobjs uses Node.js specific function, randomBytes, that require the web application to add polyfill. The current polyfill used is by unjs/unenv which has an issue unjs/unenv#277.
Once MACI stop using Node.js, randomBytes, should update the code to use new Keypair() to generate new random MACI key
The text was updated successfully, but these errors were encountered:
maci-domainobjs uses Node.js specific function, randomBytes, that require the web application to add polyfill. The current polyfill used is by
unjs/unenv
which has an issue unjs/unenv#277.Once MACI stop using Node.js, randomBytes, should update the code to use
new Keypair()
to generate new random MACI keyThe text was updated successfully, but these errors were encountered: