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 type definition files #1

Closed
wants to merge 1 commit into from

Conversation

tvpeter
Copy link

@tvpeter tvpeter commented Mar 8, 2023

  • Bump tiny-secp256k1 library which contains type definition
  • add coinselect type definition file.

package.json Outdated
@@ -13,7 +13,7 @@
"cross-fetch": "^3.1.5",
"crypto-browserify": "^3.12.0",
"scrypt-js": "^3.0.1",
"tiny-secp256k1": "^1.1.6"
"tiny-secp256k1": "^2.2.1"
Copy link
Member

@devmasme devmasme Mar 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the past, @ChrisCho-H has downgraded to remove WASM. Please check the commit referenced below. :)

Upgrading packages is usually a good idea, but this code has a specific intent and we should use a lower version this time.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverted the upgrade

add coinselect type definition file.
@ChrisCho-H
Copy link
Member

For React Native, it's cumbersome to handle WASM config, so I deliberately downgraded version to remove WASM.
For coinselect type definition, I made PR in coinselect repo. It's out of scope for this repo.

@ChrisCho-H ChrisCho-H closed this Mar 31, 2023
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.

3 participants