Skip to content

Commit

Permalink
feat: migrate js package as submodule (#136)
Browse files Browse the repository at this point in the history
* feat: remove local js package

* feat: add js package as submodule

* chore: bump app version

* feat: update snapshots
  • Loading branch information
emmanuelm41 authored Jan 14, 2025
1 parent c3951ed commit b8fa48a
Show file tree
Hide file tree
Showing 29 changed files with 6 additions and 1,316 deletions.
5 changes: 4 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@
url = https://github.com/zondax/ledger-zxlib
[submodule "deps/blake2"]
path = deps/blake2
url = https://github.com/Zondax/BLAKE2.git
url = https://github.com/Zondax/BLAKE2.git
[submodule "js"]
path = js
url = https://github.com/Zondax/ledger-zcash-js
2 changes: 1 addition & 1 deletion app/Makefile.version
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ APPVERSION_M=4
# This is the minor version
APPVERSION_N=2
# This is the patch version
APPVERSION_P=4
APPVERSION_P=5
1 change: 1 addition & 0 deletions js
Submodule js added at 79cc5b
72 changes: 0 additions & 72 deletions js/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion js/.npmignore

This file was deleted.

2 changes: 0 additions & 2 deletions js/.prettierignore

This file was deleted.

13 changes: 0 additions & 13 deletions js/.prettierrc

This file was deleted.

201 changes: 0 additions & 201 deletions js/LICENSE

This file was deleted.

12 changes: 0 additions & 12 deletions js/README.md

This file was deleted.

Binary file removed js/bun.lockb
Binary file not shown.
36 changes: 0 additions & 36 deletions js/eslint.config.js

This file was deleted.

5 changes: 0 additions & 5 deletions js/jest.config.js

This file was deleted.

Loading

0 comments on commit b8fa48a

Please sign in to comment.