Skip to content

Commit

Permalink
Merge pull request #4 from Zondax/main
Browse files Browse the repository at this point in the history
Fixes from audit
  • Loading branch information
fbeutin-ledger authored Jan 29, 2024
2 parents e37c61e + fbb0953 commit 716e43a
Show file tree
Hide file tree
Showing 27 changed files with 189 additions and 568 deletions.
5 changes: 1 addition & 4 deletions app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ifeq ($(COIN),NAM)
# Main app configuration
DEFINES += APP_STANDARD
APPNAME = "Namada"
APPPATH = "44'/877'"
APPPATH = "44'/877'" --path "44'/1'"

else
define error_message
Expand Down Expand Up @@ -78,9 +78,6 @@ INCLUDES_PATH += $(BOLOS_SDK)/lib_cxng/src
rust:
@echo "No rust code"

# Before linking, we need to be sure rust lib is there
bin/app.elf: rust

.PHONY: rust_clean
rust_clean:
@echo "No rust code"
Expand Down
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=0
# This is the `spec_version` field of `Runtime`
APPVERSION_N=0
# This is the patch version of this release
APPVERSION_P=13
APPVERSION_P=16
1 change: 0 additions & 1 deletion app/rust/.gitignore

This file was deleted.

47 changes: 0 additions & 47 deletions app/rust/Cargo.toml

This file was deleted.

8 changes: 0 additions & 8 deletions app/rust/include/rslib.h

This file was deleted.

84 changes: 0 additions & 84 deletions app/rust/src/bolos.rs

This file was deleted.

Loading

0 comments on commit 716e43a

Please sign in to comment.