Skip to content

Commit

Permalink
feat(ledger): bump ledger to v0.9.3
Browse files Browse the repository at this point in the history
- Upgrade Ledger module to v0.9.3 to support latest Ledger model.
- Enable ledger support in binary.

Signed-off-by: dpierret <dapie@cros-nest.com>
  • Loading branch information
dpierret committed Oct 12, 2022
1 parent a4604a0 commit bff91ba
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ COLOR_CYAN = $(shell tput -Txterm setaf 6)
COLOR_RED = $(shell tput -Txterm setaf 1)
COLOR_RESET = $(shell tput -Txterm sgr0)

BUILD_TAGS += netgo
BUILD_TAGS += netgo ledger
BUILD_TAGS := $(strip $(BUILD_TAGS))

# Flags
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -212,5 +212,6 @@ require (

replace (
github.com/CosmWasm/wasmd => github.com/notional-labs/wasmd v0.25.1-0.20220918064224-459cefae5a9a
github.com/cosmos/ledger-go => github.com/cosmos/ledger-go v0.9.3
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
)
1 change: 0 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,6 @@ github.com/cosmos/interchain-accounts v0.3.5 h1:u8HI9B+KRKLDRNSz7aFvyi9xfrJxHIyT
github.com/cosmos/interchain-accounts v0.3.5/go.mod h1:5G7oTCQJ/HO0vlII23i4tdER2dENfvPKn4uhiMs2JrE=
github.com/cosmos/ledger-cosmos-go v0.11.1 h1:9JIYsGnXP613pb2vPjFeMMjBI5lEDsEaF6oYorTy6J4=
github.com/cosmos/ledger-cosmos-go v0.11.1/go.mod h1:J8//BsAGTo3OC/vDLjMRFLW6q0WAaXvHnVc7ZmE8iUY=
github.com/cosmos/ledger-go v0.9.2/go.mod h1:oZJ2hHAZROdlHiwTg4t7kP+GKIIkBT+o6c9QWFanOyI=
github.com/cosmos/ledger-go v0.9.3 h1:WGyZK4ikuLIkbxJm3lEr1tdQYDdTdveTwoVla7hqfhQ=
github.com/cosmos/ledger-go v0.9.3/go.mod h1:oZJ2hHAZROdlHiwTg4t7kP+GKIIkBT+o6c9QWFanOyI=
github.com/cpuguy83/go-md2man v1.0.10/go.mod h1:SmD6nW6nTyfqj6ABTjUi3V3JVMnlJmwcJI5acqYI6dE=
Expand Down

0 comments on commit bff91ba

Please sign in to comment.