fix(token): Should send tokens with updates to minimal-slp-wallet

This commit is contained in:
Chris Troutner
2020-07-19 11:01:48 -07:00
parent 2e9f58cd01
commit ca35c13700
3 changed files with 11 additions and 32 deletions
+8 -29
View File
@@ -1081,9 +1081,9 @@
}
},
"@chris.troutner/bch-js": {
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/@chris.troutner/bch-js/-/bch-js-3.3.3.tgz",
"integrity": "sha512-P5bSJPglZSigolL2UAmJ+BgFb641SjrlUmBYetDBcunCKSZQHJ1Z5ihKvcJJBNjSBnrOAXRQtKGHTzLHKFaIRw==",
"version": "3.3.5",
"resolved": "https://registry.npmjs.org/@chris.troutner/bch-js/-/bch-js-3.3.5.tgz",
"integrity": "sha512-QxltrackOY/q+0lWR8h+8RZEENfJuV28ScU7gyZt91lNaUIne32+Q0PF5tzE6ohI0o3K1m0EyuCeJiOwstkm6A==",
"requires": {
"@uppy/core": "^1.10.4",
"@uppy/tus": "^1.5.12",
@@ -4910,7 +4910,7 @@
"bip39": "^3.0.2",
"bip66": "^1.1.5",
"bitcoincash-ops": "github:christroutner/bitcoincash-ops",
"bitcoincashjs-lib": "github:christroutner/bitcoincashjs-lib",
"bitcoincashjs-lib": "github:christroutner/bitcoincashjs-lib#master",
"bitcoinjs-message": "^2.0.0",
"bs58": "^4.0.1",
"buffer": "^5.1.0",
@@ -4973,27 +4973,6 @@
"util": "^0.12.0"
}
},
"bitcoincashjs-lib": {
"version": "github:christroutner/bitcoincashjs-lib#715823b5d6eb3e2961e715605ad1464f3223da0b",
"from": "github:christroutner/bitcoincashjs-lib",
"requires": {
"bech32": "^1.1.2",
"bigi": "^1.4.0",
"bip66": "^1.1.0",
"bitcoincash-ops": "github:christroutner/bitcoincash-ops",
"bs58check": "^2.0.0",
"create-hash": "^1.1.0",
"create-hmac": "^1.1.3",
"ecurve": "^1.0.0",
"merkle-lib": "^2.0.10",
"pushdata-bitcoin": "github:Bitcoin-com/pushdata-bitcoin#1.2.1",
"randombytes": "^2.0.1",
"safe-buffer": "^5.0.1",
"typeforce": "^1.18.0",
"varuint-bitcoin": "^1.0.4",
"wif": "^2.0.1"
}
},
"commander": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/commander/-/commander-3.0.2.tgz",
@@ -27334,11 +27313,11 @@
"integrity": "sha512-zd6KCAyXgmq6FV1mR10oKXYtvmA9vRoB6xPSTUJTbFApCtkefDnYueVR1gkof3KcdLZo1Y8mjF2DFmQMIxsHNQ=="
},
"minimal-slp-wallet": {
"version": "1.3.10",
"resolved": "https://registry.npmjs.org/minimal-slp-wallet/-/minimal-slp-wallet-1.3.10.tgz",
"integrity": "sha512-wIfL3BBachEVA50YRoxhl2vlgKrmnoB8za4AxEtW3hsnJltOTFP/bCrLTbwyPpSs6qdMsnbc0Qv/qwLYexXV8w==",
"version": "1.3.12",
"resolved": "https://registry.npmjs.org/minimal-slp-wallet/-/minimal-slp-wallet-1.3.12.tgz",
"integrity": "sha512-GfTceGZlkH7N2fEMWwY0AUMj/FYKpZqKXHEZjk2OW/DCpCPsx5N/IZNUgUL5i7PT5zhKLRp1AfQfvDbR1YYbkw==",
"requires": {
"@chris.troutner/bch-js": "3.3.3",
"@chris.troutner/bch-js": "3.3.5",
"apidoc": "^0.23.0",
"bch-donation": "^1.1.0",
"crypto-js": "^4.0.0"
+1 -1
View File
@@ -31,7 +31,7 @@
"gatsby-source-filesystem": "^2.3.8",
"gatsby-transformer-sharp": "2.5.3",
"memo-get-gatsby": "^1.0.2",
"minimal-slp-wallet": "1.3.10",
"minimal-slp-wallet": "1.3.12",
"prop-types": "^15.7.2",
"qrcode.react": "^1.0.0",
"react": "^16.12.0",
+2 -2
View File
@@ -20,14 +20,14 @@ class InfoWallets extends React.Component {
size='xs'
icon='exclamation-triangle'
/>
<span>Webs Wallets</span>
<span>Web Wallet</span>
</h1>
</Col>
<Col sm={12} className='text-center mt-2 mb-2'>
<p>
This is an open source, non-custodial web wallet
supporting Bitcoin Cash (BHC) and SLP tokens. Web wallets
supporting Bitcoin Cash (BCH) and SLP tokens. Web wallets
offer user convenience, by they are inherently insecure.
Storing large amounts of money on a web wallet is not
recommended.