Skip to content
This repository has been archived by the owner on Sep 3, 2019. It is now read-only.

Releases: bodhiproject/qrypto

v1.4.6-beta

15 Nov 04:10
37706d0
Compare
Choose a tag to compare

-fix high level try catch

v1.4.5-beta

25 Oct 23:00
ffe38e7
Compare
Choose a tag to compare
  • 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

13 Oct 01:48
ecab926
Compare
Choose a tag to compare
  • fix logo image problem introduced in v1.4.3

v1.4.3-beta

12 Oct 22:34
4334aba
Compare
Choose a tag to compare
  • 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!

30 Sep 02:29
13f40e6
Compare
Choose a tag to compare

Release Notes

  • Changed ACCOUNT_CHANGED window message to QRYPTO_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

25 Sep 18:56
8ace386
Compare
Choose a tag to compare

*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

15 Sep 00:34
6693ca9
Compare
Choose a tag to compare
  • 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

14 Sep 18:49
1b10303
Compare
Choose a tag to compare
  • 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

23 Aug 07:24
8b8ac62
Compare
Choose a tag to compare

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):

  1. 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!
  2. Transfer any QTUM or other QRC tokens to this newly imported wallet.
  3. Remove the Qrypto Extension completely: https://support.google.com/chromebook/answer/2589434?hl=en
  4. Re-download the latest version: https://chrome.google.com/webstore/detail/qrypto/hdmjdgjbehedbnjmljikggbmmbnbmlnd
  5. 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

16 Aug 07:53
42460b3
Compare
Choose a tag to compare

Release Notes

  • Removed Qweb3 injection into window. If you wish to use Qweb3 with Qrypto, you will have to use the Qweb3 library separately and pass in the qryptoProvider as the provider in the constructor.