Skip to content

Commit

Permalink
feat: replace js and go libs with submodules (#332)
Browse files Browse the repository at this point in the history
* feat: remove go and js lib

* feat: set js and go lib as submodules

* feat: bump app version

* fix: update snapshots

* fix: update snapshots
  • Loading branch information
emmanuelm41 authored Oct 15, 2024
1 parent d83f228 commit 583f2ad
Show file tree
Hide file tree
Showing 40 changed files with 11 additions and 10,379 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,9 @@
[submodule "deps/ledger-secure-sdk"]
path = deps/ledger-secure-sdk
url = https://github.com/LedgerHQ/ledger-secure-sdk
[submodule "js"]
path = js
url = https://github.com/ava-labs/ledger-avalanche-js.git
[submodule "go"]
path = go
url = https://github.com/ava-labs/ledger-avalanche-go.git
6 changes: 3 additions & 3 deletions app/Makefile.version
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Major
APPVERSION_M=0
APPVERSION_M=1
# Minor
APPVERSION_N=8
APPVERSION_N=0
# Patch
APPVERSION_P=8
APPVERSION_P=0
1 change: 1 addition & 0 deletions go
Submodule go added at f1d165
38 changes: 0 additions & 38 deletions go/.gitignore

This file was deleted.

201 changes: 0 additions & 201 deletions go/LICENSE

This file was deleted.

14 changes: 0 additions & 14 deletions go/README.md

This file was deleted.

Loading

0 comments on commit 583f2ad

Please sign in to comment.