Conversation
Resolves #2888
Resolves #2880
web-wallet: Set up an auto-sync every 5 minutes
- Removed local wasm: now w3sper connects to the node's served wasm Resolves #2895
web-wallet: Upgrade to `w3sper` beta rc1
Resolves #2902
web-wallet: The network store doesn't always use the cached connection
Resolves #2916
Resolves #2878
Resolves #2913, Resolves #2809
web-wallet: Integrate Allocate UI with Allocate functionalities
Resolves #2929
web-wallet: Release 0.7.0
Resolves #2879 - Update Mnemonic (Authenticate) Enter key behavior - Suggested words in the Mnemonic (Authenticate) are accessible using Tab
Resolves #2932
Resolves #2870
…detection web-wallet: Add chain ID detection
Resolves #2882
web-wallet: Add Link to Block Explorer on Wallet
Resolves #2946
web-wallet: Retrieve and cache stake info using w3sper
…ltaneous operation Resolves #2971
web-wallet: Enhance Error Handling on Wallet Access Page
Resolves #2990
web-wallet: Broken link in the stake warning
Resolves #3000
Resolves #3822 #3823 #3826 #3824
…interface web-wallet: Add bridging interface
Resolves #3825
Resolves #3936
…in-automatically web-wallet: add automatic chain switching for bridge
- Show pending withdrawal badge on bridge TX history icon - Improve withdawal pending message and link to bridge TX history - Display finalization period + time estimate on withdrawal success and pending list - Prevent withdrawal flow from freezing when amount exceeds EVM balance - Fix pending withdrawals list filtering empty state
…-msg web-wallet: Improve DuskEVM bridging UX
…list web-wallet: Add blocklist for reported addresses
Resolves #3982
- added `.nvmrc` file Resolves #3984
web-wallet: replace `bip39` with `@scure/bip39`
Resolves #4001
ascartabelli
approved these changes
Feb 6, 2026
Member
|
@HDauven do we still need the makefile here? |
Member
Author
Nope. Deleted on both the explorer and web-wallet repo. Thanks! |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Move the current Web Wallet app + its monorepo-era git history (previously
dusk-network/rusk/web-wallet/) back intodusk-network/web-wallet, while preserving the existing standalone repo history.What’s Included
web-wallet-*tags.--allow-unrelated-historiesmerge.package.json, changelog/release links).svelte-kit syncruns before lint; change flaky timeout invi.waitUntil).How To Test
source ~/.nvm/nvm.sh && nvm usenpm cinpm run checksnpm run buildFollow-ups
After
ruskremovesweb-wallet/, we transfermodule:web-walletissues fromdusk-network/rusktodusk-network/web-wallet.Furthermore, we need to update app deployments to align with the new repo.