Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix an error with node18 #178

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Commits on Feb 23, 2023

  1. Fix an error with node18

    While working on the hackathon for flow I had the following error while importing the package
    /node_modules/@freshmint/core/crypto/elliptic.ts:7
    2023-02-23 11:33:06 const ECDSA_P256 = new elliptic.ec('p256');
    
    Changeing the way the package is imported resolved the issue which seems to be due to the fact that this package export his class as default already and using the * induce an error from the nodejs imports
    DarkSorrow committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    5360525 View commit details
    Browse the repository at this point in the history