ss58 keyring bump (#105)

* ss58 keyring bump

* loadAll (ignoreChecksum)

* Restore ignore checksum

* Identicon decode params
This commit is contained in:
Jaco Greeff
2019-03-29 15:28:59 +01:00
committed by GitHub
parent 2fbde461dc
commit a8101eea05
8 changed files with 68 additions and 17 deletions
+2 -2
View File
@@ -24,8 +24,8 @@
"react": "*"
},
"devDependencies": {
"@polkadot/keyring": "^0.42.1",
"@polkadot/util-crypto": "^0.42.1",
"@polkadot/keyring": "^0.43.0-beta.0",
"@polkadot/util-crypto": "^0.43.0-beta.0",
"xmlserializer": "^0.6.1"
}
}