Skip to content

Conversation

@swansontec
Copy link

@swansontec swansontec commented Oct 29, 2019

These are the fixes Edge Wallet needs to get eztz working smoothly in our app.

The first is to move codecov from the dependencies to devDependencies, since you are using an older version that has security vulnerabilities, and we prefer not to have warnings when people yarn install our libraries.

The second is to upgrade to bip39 v3. This is the current version, and most of the other coins are already using it. Requiring an older version means we end up with two copies of in our app, which is expensive (bip39 is a big library).

I have tried to minimize the diffs this time around. If you like, I can submit another PR that applies prettier / ESLint to the codebase for automatic formatting & checking for common errors.

@kolya182
Copy link

kolya182 commented Nov 5, 2019

@stephenandrews Can you review ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants