Skip to content

Commit

Permalink
Merge pull request #3022 from dusk-network/web-wallet-v.0.8.0
Browse files Browse the repository at this point in the history
web-wallet: Release v.0.8.0
  • Loading branch information
nortonandreev authored Nov 19, 2024
2 parents 34a68ca + eec1925 commit e98c343
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
18 changes: 14 additions & 4 deletions web-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Changed

- Update Transactions list design [#1922]

### Removed

### Fixed

## [0.8.0] - 2024-11-19

### Added

- Added gas settings validation on Unstake / Widthdraw Rewards flows [#2000]
- Add temporary link to the block explorer on the dashboard [#2882]
- Update Staking-Related functionality to make use of w3sper [#3006]
- Add Staking-Related Functionality Utilizing w3sper [#3006]
- Add minimum stake amount supplied by w3sper instead of using an env var [#3010]

### Changed

- Update Transactions list design [#1922]
- Update `Stake` to use `Stepper` [#2436]
- Update Mnemonic (Authenticate) Enter key behavior [#2879]
- Enhance Error Handling on Wallet Access Page [#2932]

### Removed

### Fixed

- Suggested words in the Mnemonic (Authenticate) are accessible using Tab [#2879]
Expand Down Expand Up @@ -355,6 +364,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- VERSIONS -->

[Unreleased]: https://github.com/dusk-network/rusk/tree/master/web-wallet
[0.8.0]: https://github.com/dusk-network/rusk/tree/web-wallet-v0.8.0
[0.7.0]: https://github.com/dusk-network/rusk/tree/web-wallet-v0.7.0
[0.6.0]: https://github.com/dusk-network/rusk/tree/web-wallet-v0.6.0
[0.5.0]: https://github.com/dusk-network/rusk/tree/web-wallet-v0.5.0
Expand Down
4 changes: 2 additions & 2 deletions web-wallet/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"typecheck:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch --fail-on-warnings"
},
"type": "module",
"version": "0.7.0",
"version": "0.8.0",
"dependencies": {
"@floating-ui/dom": "1.6.5",
"@mdi/js": "7.4.47",
Expand Down

0 comments on commit e98c343

Please sign in to comment.