Skip to content

Commit

Permalink
bump version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wk3368 committed Aug 28, 2021
1 parent c63fac2 commit 93b816f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Changelog

## [2.0.1] - 2021-08-27
## [2.0.2] - 2021-08-28
- Bug fixes:
1. multi transactions works and won't be droped
2. display failed if one transaction receipt status is not Executed
1. Allow multi transactions,nonce is sync with sequenceNumber on chain
2. If the status of the receipt of a transaction is not Executed(like MoveAbout), then display failed
3. show transactionErrored in the bottom of transaction-activity-log

## [2.0.0] - 2021-08-26
- New features:
1. check max gasPrice(10000) and max gasLimit(40000000)
2. execute empty_script for a cancel transaction which will minimize the gas fee
1. Check the max gasPrice(10000) and the max gasLimit(40000000)
2. Execute empty_script to miniliaze the gas fee to around 8439

- Bug fixes:
1. sequence number displayed in the transaction detail page is not sync with the chain, which is 2 more higher.
2. change the default expiredSecs in txParams from 43200(12 hours) to 1800(30 minutes)
1. Support cancel all kinds of transactions(send stc and scriptFunction)
2. Shrink the expire time of a transaction from 12 hours to 30 minutes

## [1.9.7] - 2021-08-19
- Bug fixes:
Expand Down
2 changes: 1 addition & 1 deletion app/manifest/_base.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"notifications"
],
"short_name": "__MSG_appName__",
"version": "2.0.1",
"version": "2.0.2",
"web_accessible_resources": [
"inpage.js",
"phishing.html"
Expand Down

0 comments on commit 93b816f

Please sign in to comment.