This repository has been archived by the owner on Sep 3, 2019. It is now read-only.
Releases: bodhiproject/qrypto
Releases · bodhiproject/qrypto
v1.4.6-beta
-fix high level try catch
v1.4.5-beta
- send page maxQtum amount now accounts for the transaction fees
- fixed network balance annotation for mainnet
- higher level error handling to handle cases like insight api being down and displaying an error message pop-up to the user
v1.4.4-beta
- fix logo image problem introduced in v1.4.3
v1.4.3-beta
- display version number on master login page
- add a comment for testnet usd bal on testnet
- for importing private keys(WIP), allow importing of uncompressed keys
- if there is an error with the rawCall from qryptoProvider qrypto now passes back the entire error object, rather than just error.message
- fix a navigation bug that would sometimes appear when changing network and navigating back to the loginAccount page
1.4.2-beta: Breaking Change!
Release Notes
- Changed
ACCOUNT_CHANGED
window message toQRYPTO_ACCOUNT_CHANGE
- Add reason to updated account window message
- Increase transaction confirm dialog height
- Fix bn.js truncating issues
- Continues polling account info after popup is closed. Only stops polling when session logs out.
v1.4.1-beta
*add custom gasRate (gasLimit has a bug and is not functional)
*fix bug with sending fractional qrc20 tokens
*inject window.qrypto only on CONNECT_QRYPTO event, refresh dapp tabs on extension install
*update qtumjs
*add regtest network
*fix/remove unexpected error dialog for invalid password
v1.3.2-beta
- update readme
- update window.qrypto.account when the account balance changes as well
- fixed a problem where upversioning from 1.2.1->1.3.1 caused an invalid password error that required a reinstall of the extension to fix; if you installed 1.3.1 and are getting this error, you will need to remove the extension and reinstall 1.3.2
v1.3.1-beta
- Added window.qrypto.account which allows Dapps to see the qrypto logged in account info (see Readme)
- Added a window event message so Dapps can listen for when a user logs in or out of qrypto, and the associated change to window.qrypto.account (see Readme)
- Moved window.qryptoProvider -> window.qrypto.rpcProvider
- fixed issue149 _.contains error caused by lodash
- added a UI for displaying any unexpected thrown errors
1.2.1-beta MANDATORY UPDATE
Release Notes
Fixed a critical bug regarding newly created wallets. Previously created wallets had a bug where it was saving the seed phrase as an empty string so the mnemonic that was generated for that wallet did not match the wallet that was being used.
If you DID have a balance on previously CREATED (not IMPORTED) wallet(s):
Import
a new wallet. You can create your own list of 12 or more words as the seed phrase. Save this seed phrase in a safe place!- Transfer any QTUM or other QRC tokens to this newly imported wallet.
- Remove the Qrypto Extension completely: https://support.google.com/chromebook/answer/2589434?hl=en
- Re-download the latest version: https://chrome.google.com/webstore/detail/qrypto/hdmjdgjbehedbnjmljikggbmmbnbmlnd
Import
the wallet you just previously imported
If you DID NOT have a balance on previously CREATED (not IMPORTED) wallet(s):
Follow steps 3 & 4.
1.2.0-beta
Release Notes
- Removed
Qweb3
injection intowindow
. If you wish to use Qweb3 with Qrypto, you will have to use the Qweb3 library separately and pass in theqryptoProvider
as the provider in the constructor.