Slatepack UI: manual copy-paste transaction exchange - #1270
Open
Maxnflaxl wants to merge 8 commits into
Open
Conversation
WalletModel relays the wallet client's onSlatepackReady / onSlatepackImportResult callbacks as Qt signals. SendViewModel gains a manualExchange toggle that sets TxParameterID::ManualTransport on the tx, and re-emits the produced armored string; the send screen shows it in a new SlatepackDialog (copyable). Bumps the beam submodule to the feat/slatepack core work.
WalletViewModel gains importSlatepack() and relays slatepackReady / slatepackImportResult globally, so any produced Slatepack is shown (and import errors surfaced) regardless of the active screen. Adds a Slatepack button on the wallet header opening a paste-import dialog, and consolidates the produced-Slatepack display here (removed from the send screen to avoid double dialogs). Adds the i18n strings (en_US finished; other locales pending).
Import opens a review dialog (amount, fee, sending/receiving address, tx id, explorer link) with Send/Cancel before the transaction proceeds. Register the Slatepack dialogs, fix the manual-exchange send flow, and bump the beam submodule.
Maxnflaxl
force-pushed
the
feat/slatepack-ui
branch
from
July 18, 2026 10:21
6c39428 to
27c4fae
Compare
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.
Warning
DO NOT MERGE UNTIL BeamMW/beam#2076 IS MERGED.
Summary
Desktop-wallet UI for Slatepack — the node-independent, copy-pastable transaction transport added in BeamMW/beam#2076. Lets a user negotiate a transaction entirely by copy-paste, with no SBBS relay.
What it adds
en_UScomplete; every other locale carries the English source strings pending translation.Testing
Builds and links on macOS (static libraries, IPFS enabled). The underlying node-independent exchange (two wallets, full negotiation, no SBBS) is covered by the core PR's
slatepack_exchange_test; a full click-through of the send toggle and dialogs in the running app is still to be done.Screenshots
To be added.