-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4b3eef4
commit bae4681
Showing
3 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## Feature: | ||
- Supported to import seed phrase with passphase | ||
- Supported switching HDPath for seed phrase address | ||
- Supported to connect imToken Offline | ||
## Fix: | ||
- Fixed the bug of incorrect estimation of of L1 fee on OP stack chain | ||
- Fixed the bug that GridPlus cannot sign typedData |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## Feature: | ||
- 支持导入带 passphrase 的助记词地址 | ||
- 助记词地址支持切换 HDPath | ||
- 支持连接 imToken Offline | ||
## Fix: | ||
- 修复 OP Stack 系列的链 L1 Fee 估算错误的 bug | ||
- 修复 GridPlus 不能签名 typedData 的 bug |