Scan consistency updates (#194)

* Scan consistency updates

* Default auto height/width

* Rework qrcode export

* Fix address scanning (as per new format)

* Update tests

* Bump common

* Pass through genesisHash

* addExternal via address
This commit is contained in:
Jaco Greeff
2019-09-01 09:44:27 +02:00
committed by GitHub
parent 4f3aae320c
commit 556d07b368
19 changed files with 100 additions and 62 deletions
+1 -1
View File
@@ -17,6 +17,6 @@
"@polkadot/util-crypto": "*"
},
"devDependencies": {
"@polkadot/util-crypto": "^1.2.0-beta.3"
"@polkadot/util-crypto": "^1.2.0-beta.5"
}
}