Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Ledger app name to Desmos #590

Merged
merged 4 commits into from
Aug 14, 2021
Merged

Conversation

RiccardoM
Copy link
Contributor

@RiccardoM RiccardoM commented Aug 14, 2021

Description

This PR changes the Ledger app from Cosmos to Desmos. This is done via the following procedure:

  1. Fork cosmos/ledger-cosmos-go into desmos-labs/ledger-desmos-go
  2. Rename the app inside the error message (desmos-labs/ledger-desmos-go@5d87e39)
  3. Replace the ledger-cosmos-go with ledger-desmos-go inside Desmos' go.mod file (this PR).
  4. Update our Cosmos SDK fork to match the change as well (desmos-labs/cosmos-sdk@0e951b4)

Closes #586

Checklist

  • Targeted PR against correct branch.
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Wrote unit tests.
  • Wrote integration tests (simulation & CLI).
  • Updated the documentation.
  • Added an entry to the CHANGELOG.md file.
  • Re-reviewed Files changed in the Github PR explorer.

@RiccardoM RiccardoM added this to the v1.0.0 milestone Aug 14, 2021
@codecov
Copy link

codecov bot commented Aug 14, 2021

Codecov Report

Merging #590 (7f1c57c) into master (16e1eeb) will increase coverage by 9.23%.
The diff coverage is 73.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #590      +/-   ##
==========================================
+ Coverage   75.59%   84.83%   +9.23%     
==========================================
  Files          94       91       -3     
  Lines        4519     5386     +867     
==========================================
+ Hits         3416     4569    +1153     
+ Misses        960      606     -354     
- Partials      143      211      +68     
Impacted Files Coverage Δ
x/commons/commons.go 100.00% <ø> (ø)
x/profiles/keeper/msg_server_app_link.go 0.00% <0.00%> (ø)
x/profiles/keeper/msg_server_dtag_transfers.go 74.75% <ø> (-1.72%) ⬇️
x/profiles/keeper/msg_server_relationships.go 100.00% <ø> (ø)
x/profiles/keeper/msgs_server_profile.go 82.22% <ø> (+5.47%) ⬆️
x/profiles/keeper/relay_app_links.go 95.38% <ø> (ø)
x/profiles/keeper/relay_chain_links.go 87.09% <ø> (+0.43%) ⬆️
x/profiles/simulation/decoder.go 63.15% <ø> (-28.85%) ⬇️
x/profiles/types/account.go 56.16% <ø> (+4.75%) ⬆️
x/profiles/types/codec.go 100.00% <ø> (ø)
... and 130 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cddb501...7f1c57c. Read the comment docs.

@RiccardoM RiccardoM enabled auto-merge (squash) August 14, 2021 14:18
Copy link
Contributor

@dadamu dadamu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@RiccardoM RiccardoM merged commit 91b21f7 into master Aug 14, 2021
@RiccardoM RiccardoM deleted the riccardo/ledger-app-name-change branch August 14, 2021 15:03
RiccardoM added a commit that referenced this pull request Aug 14, 2021
See PR #590

(cherry picked from commit 91b21f7)
RiccardoM added a commit that referenced this pull request Aug 15, 2021
See PR #590

(cherry picked from commit 91b21f7)
RiccardoM added a commit that referenced this pull request Sep 2, 2021
* Version 0.17.3

Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>

* Update CHANGELOG.md

* Added the on-chain upgrade handler

Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>

* Updated Cosmos SDK to fix --dry-run

Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>

* Version 0.17.6
- Updated Cosmos to v0.42.8
- Added the upgrade handler for the upcoming on-chain upgrade

Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>

* Updated Cosmos SDK to fix the capability issue

Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>

* Updated CHANGELOG

Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>

* Removed useless replace from within go.mod

Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>

* Release workflow update
Fixed tags not being fetched correctly

* Improve pagination

See PR #544

(cherry picked from commit b066424)
Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>

* Require chain name to be lowercase

See PR #153

(cherry picked from commit 66e0c98)
Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>

* Improved profile validation performance

See PR #557

(cherry picked from commit be23505)
Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>

* Added command to generate chain link JSON

See PR #583

(cherry picked from commit cddb501)

* Changed Ledger app name to Desmos

See PR #590

(cherry picked from commit 91b21f7)

* Updated CHANGELOG

* Removed app migration support

* Removed unused Proto file

* Version 1.0.1

* fix: flag indicator in profile save example

* add: flag indicator in example

* Added changeset entry

Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>

Co-authored-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
(cherry picked from commit b40144b)

* Version 1.0.2

Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>

Co-authored-by: Paul <p22626262@gmail.com>
Co-authored-by: Leonardo Bragagnolo <leo.braga95@gmail.com>
Co-authored-by: Wingman L <42913823+ryuash@users.noreply.github.com>
RiccardoM added a commit that referenced this pull request Sep 7, 2021
* Version 0.17.3

Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>

* Update CHANGELOG.md

* Added the on-chain upgrade handler

Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>

* Updated Cosmos SDK to fix --dry-run

Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>

* Version 0.17.6
- Updated Cosmos to v0.42.8
- Added the upgrade handler for the upcoming on-chain upgrade

Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>

* Updated Cosmos SDK to fix the capability issue

Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>

* Updated CHANGELOG

Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>

* Removed useless replace from within go.mod

Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>

* Release workflow update
Fixed tags not being fetched correctly

* Improve pagination

See PR #544

(cherry picked from commit b066424)
Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>

* Require chain name to be lowercase

See PR #153

(cherry picked from commit 66e0c98)
Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>

* Improved profile validation performance

See PR #557

(cherry picked from commit be23505)
Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>

* Added command to generate chain link JSON

See PR #583

(cherry picked from commit cddb501)

* Changed Ledger app name to Desmos

See PR #590

(cherry picked from commit 91b21f7)

* Updated CHANGELOG

* Removed app migration support

* Removed unused Proto file

* Version 1.0.1

* fix: flag indicator in profile save example

* add: flag indicator in example

* Added changeset entry

Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>

Co-authored-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
(cherry picked from commit b40144b)

* Version 1.0.2

Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>

* fix: added missing \ in profile save command example (#602)

(cherry picked from commit 3a73c95)

* Version v1.0.3

Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>

Co-authored-by: Paul <p22626262@gmail.com>
Co-authored-by: Leonardo Bragagnolo <leo.braga95@gmail.com>
Co-authored-by: Wingman L <42913823+ryuash@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update error message when Ledger app is not opened
2 participants