Skip to content

Commit

Permalink
Serve the Wallet-js locally
Browse files Browse the repository at this point in the history
Update wallet.js
  • Loading branch information
nortonandreev committed Aug 12, 2024
1 parent 5b164fe commit e7a6752
Show file tree
Hide file tree
Showing 10 changed files with 10,909 additions and 13 deletions.
2 changes: 2 additions & 0 deletions web-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Newly created Wallet does not sync from genesis [#1567]
- Update font-display to swap for custom fonts to improve performance [#2026]
- Update anchor colors to ensure better accessibility [#1765]
- Update Transactions list design [#1922]
Expand Down Expand Up @@ -225,6 +226,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#1547]: https://github.com/dusk-network/rusk/issues/1547
[#1552]: https://github.com/dusk-network/rusk/issues/1552
[#1565]: https://github.com/dusk-network/rusk/issues/1565
[#1567]: https://github.com/dusk-network/rusk/issues/1567
[#1576]: https://github.com/dusk-network/rusk/issues/1576
[#1591]: https://github.com/dusk-network/rusk/issues/1591
[#1598]: https://github.com/dusk-network/rusk/issues/1598
Expand Down
1 change: 1 addition & 0 deletions web-wallet/lib/dusk-wallet-js/dusk_wallet_core.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions web-wallet/lib/dusk-wallet-js/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { Wallet } from "./wallet.js";
13 changes: 13 additions & 0 deletions web-wallet/lib/dusk-wallet-js/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "@dusk-network/dusk-wallet-js",
"version": "0.0.0",
"main": "index.js",
"exports": {
".": "./wallet.js"
},
"files": [
"dusk_wallet_core.js",
"wallet.js",
"index.js"
]
}
Loading

0 comments on commit e7a6752

Please sign in to comment.