Skip to content

Add memo to raw txn signing popup#19

Open
nocktoshi wants to merge 6 commits intonockbox:mainfrom
nocktoshi:fork/memo
Open

Add memo to raw txn signing popup#19
nocktoshi wants to merge 6 commits intonockbox:mainfrom
nocktoshi:fork/memo

Conversation

@nocktoshi
Copy link
Contributor

This PR adds the ability to view the memo that was added to the wasm transaction builder.

image

nocktoshi and others added 6 commits December 22, 2025 21:22
…ation functionality.

We’re using chrome.storage.session because it’s ephemeral to the current browser session: it survives service-worker restarts (solving the restart problem) but is cleared when the browser restarts or the session ends. chrome.storage.local is persisted to disk and would keep the derived key across browser restarts and system reboots, which is a larger security exposure and would undermine the intent of auto-lock.

this should resolve nockbox#13
…or improved type safety in background and popup screens.
…@nockbox/iris-wasm; remove file dependency in favor of versioned packages for local development.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant