Releases: starcoinorg/starmask-extension
Releases · starcoinorg/starmask-extension
V2.0.2
- 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
V1.9.5
-
New features:
- Enable system notifications for transaction CONFIRMED and FAILED
- Update docs about how to enable system notifications on Mac.
- Display contract.dry_run_raw error in transaction confirm page
-
Bug fixes:
- do not fetch https://min-api.cryptocompare.com for CurrencyRate
- do not fetch https://api.coingecko.com for updateExchangeRates
- do not call eth_call for getContractMethodData and tryReverseResolveAddress
- update @starcoin/stc-inpage-provider from 0.3.1 to 0.3.4
V1.9.1
V1.9.0
-
New features:
- 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.
- add
how-to-debug.md
in docs
- custom add token, accept token, send token, hide token.
-
Bug fixes:
- cancel send transaction is not working
- account balance and tokens balance should be synced with network switching
- hide receiptIdentifier entrances in send search input
- shrink minGasLimit from 13000 to 10000 nanoSTC
V1.8.1
-
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
-
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
- support `Personal Sign' in starmask-test-dapp
- change explorer url to https://stcscan.io
- fix: create vault by import mnemoonic get 1 more account