Releases: CasperDash/casperdash-extension
Releases · CasperDash/casperdash-extension
1.8.0
1.4.5
What's Changed
- UPDATE: - Fix up selected words were always first 4 words by @duc-q in #106
- Defect/use public address as public key for new user by @duc-q in #107
- Poc/Store and keep wallet wallet state persistent by @duc-q in #113
- Feature/create wallet by @duc-q in #105
- Defect/cd 118 missing chrome storage local by @duc-q in #119
- UPDATE: - Fix chrome is not defined in non-webkit browsers by @duc-q in #125
- Defect/cd 115 it show 003 when user doesnt have any cspr by @duc-q in #127
- Feature/cd 126 apply service worker ut update by @duc-q in #129
- fix cspr price decimal places by @djhahe in #132
- Bugfix/fix uppercase recovery phase by @djhahe in #131
- UPDATE: - Update UT to make sure Create wallet state is cleared after… by @duc-q in #134
- Feature: CD-122 Import with keyphrase and set password by @hoailinh1210 in #130
- Feature/cd 122 extension import connect account by @djhahe in #137
- Feature/cd 126 apply service worker merge by @duc-q in #128
- Feat: #136 Implement copy recovery phrase button by @hoailinh1210 in #141
- Feat: #116 Add encryption type dropdown by @hoailinh1210 in #140
- Use validators v2 api by @gaupoit in #150
- Refactor: #110 Display balance wallets by @hoailinh1210 in #151
- Feat: #133 Confirmation popup when clear all data by @hoailinh1210 in #149
- Feat: #154 Open new tab when creating new wallet by @hoailinh1210 in #157
- Fix: #146 do not show header on /connectAccount path by @hoailinh1210 in #155
- Feat: #135 Enter password modal by @hoailinh1210 in #153
- Fix: #154 revert currentStep selector & update logic check pathname by @hoailinh1210 in #158
- Test: #154 not show header case by @hoailinh1210 in #159
- Refactor: #135 useAuthLogin common by @hoailinh1210 in #156
- Feat: #110 Manage hd wallets by @hoailinh1210 in #147
- Fix: #163 selected account does not highlight when clear local storage by @hoailinh1210 in #169
- remove keep alive message by @djhahe in #168
- Feature/add ci check by @gaupoit in #145
- Fix: #161 Delete all data button is not correct style by @hoailinh1210 in #167
- Feat: #162 show recovery phrase password by @hoailinh1210 in #171
- Fix: Wrong account index after re-login again by @hoailinh1210 in #173
- Feat: #165 Require password delete all data by @hoailinh1210 in #172
- Feature/store selected wallet by @djhahe in #177
- Feature/import legacy wallet by @djhahe in #178
- check account status on for outer routes by @djhahe in #180
- Feature/view private key by @djhahe in #179
- fix unit test by @djhahe in #181
- [WIP] Feat: #166 Timeout setting to lock wallet by @hoailinh1210 in #175
- Feat/#166 timeout setting to lock wallet by @djhahe in #182
- Feature/add staking history view by @djhahe in #185
- clean up + fix issue that sometime cant unlock wallet by @djhahe in #186
- Feature/upgrade casper storage by @djhahe in #176
- fix delete all data by @djhahe in #190
- Feat: #193 Move popup to right side by @hoailinh1210 in #199
- Fix transfer nft by @gaupoit in #202
- UPDATE: - Fix up error when calling setPublicKey from browser by @duc-q in #198
- feat: #193 Prevent dApp URL by @hoailinh1210 in #201
- Update README.md by @djhahe in #205
- Feat: #193 Dapp connector by @hoailinh1210 in #195
- Fix: #193 DApp Connector error parsing by @hoailinh1210 in #208
- Fix cannot transfer cep47 with list of u256 by @gaupoit in #209
- Refactor: Rename casperDash dapp by @hoailinh1210 in #212
- Add network selection by @djhahe in #215
- Chore: Remove logs by @hoailinh1210 in #216
- Edit account name by @djhahe in #217
- Staking rewards by @djhahe in #223
- Web cleanup by @djhahe in #234
- hotfix market price by @djhahe in #233
- Fix - show warning message if connect dapp by ledger by @djhahe in #237
- Fix: Undefined function to parse deploy by @hoailinh1210 in #238
- Fix: UI - Display correct array when signing by @hoailinh1210 in #244
- Fix: Auto lock can not run correct by @hoailinh1210 in #243
- Refactor: Await when adding wallet by @hoailinh1210 in #240
- Release/1.4.5 by @djhahe in #253
New Contributors
Full Changelog: 1.1.3.1...1.4.5
1.1.3.1
version 1.1.1
version 1.1.0
version 1.0.0
Features
- Implement send and receive the CSPR
- Implement send and receive the tokens
- Implement Staking feature
- Display the NFTs in the wallet
- Support dark mode
Improvements
- Implement unit test for core functions and components