Skip to content

Commit

Permalink
Merge pull request #7 from Kryptoxic/stable
Browse files Browse the repository at this point in the history
Merged and recompile production stable tag 1.2.2
  • Loading branch information
LPHuynh committed Jun 27, 2019
2 parents ff25f9e + 1862131 commit 2e0c015
Show file tree
Hide file tree
Showing 86 changed files with 30,588 additions and 9 deletions.
8 changes: 6 additions & 2 deletions Makefile
Expand Up @@ -33,12 +33,16 @@ endif

APPVERSION_M=1
APPVERSION_N=2
APPVERSION_P=0
APPVERSION_P=2

APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)
SPECVERSION="0.9.0"

DEFINES += $(MONERO_CONFIG) MONERO_VERSION=$(APPVERSION) MONERO_NAME=$(APPNAME) SPEC_VERSION=$(SPECVERSION)
DEFINES += $(MONERO_CONFIG)
DEFINES += MONERO_VERSION_MAJOR=$(APPVERSION_M) MONERO_VERSION_MINOR=$(APPVERSION_N) MONERO_VERSION_MICRO=$(APPVERSION_P)
DEFINES += MONERO_VERSION=$(APPVERSION)
DEFINES += MONERO_NAME=$(APPNAME)
DEFINES += SPEC_VERSION=$(SPECVERSION)


################
Expand Down
12 changes: 8 additions & 4 deletions README.md
@@ -1,7 +1,7 @@
# ledger-app-monero
# ledger-app-swap


Monero wallet application for Ledger Blue and Nano S
Swap wallet application for Ledger Blue and Nano S

# Install from sources

Expand All @@ -14,9 +14,13 @@ Note this is only for testing. For production usage, use the application provide

# Revision

## v1.2.0
## v1.2.2

Targeted Client: Swap GUI 2.8+

Targeted Client: Monero 0.14.0.0+
Partial bug Fixes in change destination address computation: Only one destination is allowed in transfer command

## v1.2.0

- V11 fork integration
- Fix change address issue.
Expand Down
Binary file added bin/app.elf
Binary file not shown.

0 comments on commit 2e0c015

Please sign in to comment.