Skip to content

Commit

Permalink
[DDW-376] Fix address validation on the Shelley QA and Staging networ…
Browse files Browse the repository at this point in the history
…ks (#2218)

* DDW-373 syncing animation on wallet dropdown

* DDW-373 syncing animation on wallet dropdown

* DDW-373 syncing animation on wallet dropdown - changelog

* DDW-373 syncing animation on wallet dropdown

* DDW-373 syncing animation on wallet dropdown

* DDW-373 syncing animation on wallet dropdown

* DDW-373 syncing animation on wallet dropdown

* DDW-373 syncing animation on wallet dropdown

* DDW-373 syncing animation on wallet dropdown - fixes

* DDW-373 Syncing animation on wallet dropdown

* DDW-373 Syncing animation on wallet dropdown - fixes for step 3 failure dialog

* DDW-373 Syncing animation on wallet dropdown - fixes for step 3 failure dialog

* DDW-373 Syncing animation on wallet dropdown - svg fix

* DDW-373 Syncing animation on wallet dropdown - wallet name + jp translations

* DDW-373 Syncing animation on wallet dropdown - wallet name + jp translations

* DDW-373 Syncing animation on wallet dropdown - fixes

* DDW-373 Syncing animation on wallet dropdown - fixes

* [DDW-373] Update CHANGELOG

* [DDW-373] Update CHANGELOG

* DDW-373 Syncing animation on wallet dropdown - fixes

* DDW-373 Syncing animation on wallet dropdown - fixes for spinner

* DDW-373 Syncing animation on wallet dropdown - fixes

* DDW-373 Syncing animation on wallet dropdown - fixes

* DDW-373 Syncing animation on wallet dropdown - fixes

* DDW-373 Syncing animation on wallet dropdown - fixes

* DDW-373 Syncing animation on wallet dropdown - fixes

* DDW-373 Syncing animation on wallet dropdown - fixes

* DDW-373 Syncing animation on wallet dropdown - fixes

* DDW-376 - Fix address validation on shelley qa network

* DDW-376 - Fix address validation on shelley qa network

* DDW-376 - Fixes for Shelley testnet QA validation for addresses

* DDW-376 - Fix address validation on shelley qa network

* DDW-376 - Fix address validation on shelley qa network

* DDW-376 - Fix address validation on shelley qa network - staging

* [DDW-376] Merges develop, Runs stylelint

* [DDW-376] Adds Shelley QA SMASH server URL

Co-authored-by: Nikola Glumac <niglumac@gmail.com>
  • Loading branch information
DeeJayElly and nikolaglumac committed Oct 29, 2020
1 parent 5ebd848 commit 268ec01
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,7 @@ Changelog

### Fixes

- Fixed Address validation on Shelley QA network ([PR 2218](https://github.com/input-output-hk/daedalus/pull/2218))
- Vertically centered empty news feed message ([PR 2216](https://github.com/input-output-hk/daedalus/pull/2216))
- Fixed the fix missing space in the App Update Overlay error message ([PR 2219](https://github.com/input-output-hk/daedalus/pull/2219))

Expand Down
6 changes: 3 additions & 3 deletions nix/sources.json
Expand Up @@ -66,10 +66,10 @@
"homepage": null,
"owner": "input-output-hk",
"repo": "iohk-nix",
"rev": "f4790863d0d4e3f9018f012ec6575432c7952a48",
"sha256": "0jds3j5fqcwbgpmbddrp9cxia5mxz8kw7sqsw6jcq9bq5mv1x00d",
"rev": "e3759db64f898ab8b33a4f73d2f864ff76fa6987",
"sha256": "14ah4r49mi8sxw5yc2vqgvqpyy4sp8swyp1xz71da1r8y3j902my",
"type": "tarball",
"url": "https://github.com/input-output-hk/iohk-nix/archive/f4790863d0d4e3f9018f012ec6575432c7952a48.tar.gz",
"url": "https://github.com/input-output-hk/iohk-nix/archive/e3759db64f898ab8b33a4f73d2f864ff76fa6987.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"js-chain-libs": {
Expand Down
4 changes: 2 additions & 2 deletions source/common/types/cardano-node.types.js
Expand Up @@ -145,10 +145,10 @@ export const TESTNET_MAGIC = [1097911063, 0];
export const ITN_MAGIC = 1;

// Cardano Mainnet Candidate during the Shelley HF
export const SHELLEY_TESTNET_NETWORK_ID = [1, null];
export const SHELLEY_TESTNET_NETWORK_ID = [1, 0, null];

// Cardano Staging network magic
export const STAGING_MAGIC = 633343913;
export const STAGING_MAGIC = [633343913, 1];

// Cardano Selfnode network magic
export const SELFNODE_MAGIC = 459045235;
2 changes: 1 addition & 1 deletion source/renderer/app/components/news/NewsFeed.scss
Expand Up @@ -106,8 +106,8 @@
.newsFeedNoFetchContainer {
align-items: center;
display: flex;
flex-grow: 1;
flex-direction: column;
flex-grow: 1;
height: 100%;
justify-content: center;

Expand Down

0 comments on commit 268ec01

Please sign in to comment.