-
Notifications
You must be signed in to change notification settings - Fork 69
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
Refactoring + repo structure #66
base: master
Are you sure you want to change the base?
Conversation
jleni
commented
Sep 1, 2024
•
edited
Loading
edited
- Improve repo structure (GitHub actions, obsolete files, etc.)
- Upgrade dependencies + move to noble libs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few minor comments
"bugs": { | ||
"url": "https://github.com/cosmos/ledger-cosmos-js/issues" | ||
"url": "https://github.com/Zondax/ledger-cosmos-js/issues" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this correct? issues on our repo, but te repository points to cosmos repo
"@zondax/ledger-js": "^0.10.0", | ||
"bech32": "^2.0.0", | ||
"@ledgerhq/hw-transport": "6.31.2", | ||
"@noble/hashes": "^1.4", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we sure this is browser compatible? We are changing from browserfy to this version.