mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-17 02:01:03 +00:00
Bump deps, re-encode old addresses (#125)
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
"react": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/keyring": "^0.90.1",
|
||||
"@polkadot/util-crypto": "^0.90.1",
|
||||
"@polkadot/keyring": "^0.91.0-beta.1",
|
||||
"@polkadot/util-crypto": "^0.91.0-beta.1",
|
||||
"xmlserializer": "^0.6.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,9 +16,9 @@
|
||||
"styled-components": "^4.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/keyring": "^0.90.1",
|
||||
"@polkadot/types": "^0.78.1",
|
||||
"@polkadot/util": "^0.90.1"
|
||||
"@polkadot/keyring": "^0.91.0-beta.1",
|
||||
"@polkadot/types": "^0.79.0-beta.6",
|
||||
"@polkadot/util": "^0.91.0-beta.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@polkadot/keyring": "*",
|
||||
|
||||
@@ -11,7 +11,8 @@ const MAX_PASS_LEN = 32;
|
||||
|
||||
function toHex (address: string): string {
|
||||
return u8aToHex(
|
||||
decodeAddress(address)
|
||||
// When saving pre-checksum changes, ensure that we can decode
|
||||
decodeAddress(address, true)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
"store": "^2.0.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/util": "^0.90.1"
|
||||
"@polkadot/util": "^0.91.0-beta.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@polkadot/util": "*"
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"@babel/runtime": "^7.4.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/types": "^0.78.1"
|
||||
"@polkadot/types": "^0.79.0-beta.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@polkadot/types": "*"
|
||||
|
||||
Reference in New Issue
Block a user