Skip to content

Releases: starcoinorg/starmask-extension

V2.0.2

28 Aug 18:45
Compare
Choose a tag to compare
  • Support cancel all kinds of transactions(send stc and scriptFunction)
  • Allow multi transactions,nonce is sync with sequenceNumber on chain
  • If the status of the receipt of a transaction is not Executed(like MoveAbout), then display failed
  • Check the max gasPrice(10000) and the max gasLimit(40000000)
  • Execute empty_script to miniliaze the gasLimit to 8439
  • Shrink the expire time of a transaction from 12 hours to 30 minutes

V1.9.7

19 Aug 07:33
Compare
Choose a tag to compare
  • Bug fixes:
    1. fix: toUpperCase of undefined
    2. fix: publickKey of undefined

V1.9.5

16 Aug 14:27
Compare
Choose a tag to compare
  • New features:

    1. Enable system notifications for transaction CONFIRMED and FAILED
    2. Update docs about how to enable system notifications on Mac.
    3. Display contract.dry_run_raw error in transaction confirm page
  • Bug fixes:

    1. do not fetch https://min-api.cryptocompare.com for CurrencyRate
    2. do not fetch https://api.coingecko.com for updateExchangeRates
    3. do not call eth_call for getContractMethodData and tryReverseResolveAddress
    4. update @starcoin/stc-inpage-provider from 0.3.1 to 0.3.4

V1.9.1

07 Aug 08:03
Compare
Choose a tag to compare
  • New features:

    1. support optional custom expiredSecs in txParams, default value is 43200(12 hours)
  • Bug fixes:

    1. add back receiptIdentifier view and search, because other exchange platforms are using it to send STC.

V1.9.0

06 Aug 08:17
Compare
Choose a tag to compare
  • New features:

    1. custom add token, accept token, send token, hide token.
      • while add token,the token contract code pattern is: address:moduleName:structName
      • after add a token, you must accept this token first, then you can send or receive this token.
    2. add how-to-debug.md in docs
  • Bug fixes:

    1. cancel send transaction is not working
    2. account balance and tokens balance should be synced with network switching
    3. hide receiptIdentifier entrances in send search input
    4. shrink minGasLimit from 13000 to 10000 nanoSTC

V1.8.1

17 Jul 07:23
Compare
Choose a tag to compare
  • support Package and ScriptFunction using contract.dry_run_raw in starmask-test-dapp

  • fix txn detail page failed: check gasUsedStr first in case txReceipt is undefined before txn is confirmed

V1.8.0

14 Jul 04:40
Compare
Choose a tag to compare
  • support depoly contract and call contract function in starmask-test-dapp

  • add intro of how to install from latest release zip in docs

  • fix: test-dapp failed on chainChanged event while switch to http://localhost:9850

V1.7.0

11 Jul 08:10
Compare
Choose a tag to compare

V1.6.1

01 Jul 09:56
Compare
Choose a tag to compare
  • fix: scannedAddress is not undefined while switch network in the send page
  • fix: display errors in the transaction detail page