-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into fabo/persist-ledger-session-type
- Loading branch information
Showing
9 changed files
with
94 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
### Added | ||
|
||
- [\#2228](https://github.com/cosmos/voyager/issues/2228) display balances of vesting accounts @faboweb | ||
|
||
### Fixed | ||
|
||
- Persist session type if signed in with ledger @faboweb | ||
- [\#2257](https://github.com/cosmos/voyager/pull/2257) fixed console | ||
- [\#2269](https://github.com/cosmos/voyager/pull/2269) Persist session type if signed in with ledger @faboweb | ||
- [\#2273](https://github.com/cosmos/voyager/issues/2273) fixed atoms and uatoms conversion @fedekunze |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "cosmos-voyager", | ||
"productName": "Cosmos Voyager", | ||
"version": "1.0.0-beta.19", | ||
"version": "1.0.0-beta.20", | ||
"description": "Voyager is an electron-based user interface for the Cosmos Network.", | ||
"author": "All In Bits, Inc <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -43,7 +43,7 @@ | |
"frontend:fixed-https": "yarn frontend --cert 'server_dev.crt' --key 'server_dev.key'", | ||
"connect": "concurrently -k \"yarn stargate\" \"yarn proxy\"", | ||
"backend:new": "concurrently -k \"yarn connect\" \"yarn nodes 2\"", | ||
"backend": "concurrently -k \"yarn connect\" \"yarn nodes 2 skip-rebuild\"", | ||
"backend": "concurrently -k \"yarn yarn connect\" \"yarn nodes 2 skip-rebuild\"", | ||
"backend:fixed-https": "concurrently -k \"yarn nodes 2 skip-rebuild\" \"yarn stargate --ssl-certfile 'server_dev.crt' --ssl-keyfile 'server_dev.key'\"" | ||
}, | ||
"devDependencies": { | ||
|
@@ -149,4 +149,4 @@ | |
"vuelidate": "0.7.3", | ||
"vuex": "3.0.1" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ts__/TabGovernanceParameters.spec.js.snap → .../__snapshots__/TabParameters.spec.js.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters