feat: zodl wallet on multicoin firmware and nix flake for easier development.#2159
Open
Sammyalhashe wants to merge 19 commits into
Open
feat: zodl wallet on multicoin firmware and nix flake for easier development.#2159Sammyalhashe wants to merge 19 commits into
Sammyalhashe wants to merge 19 commits into
Conversation
added 19 commits
April 17, 2026 15:01
Add Zcash wallet connection via Zodl to the web3 connect wallet UI, including QR code generation using UFVK and seed fingerprint. Also add nix flake with devShell and build scripts.
Add RUSTUP_TOOLCHAIN export to fix toolchain resolution, production build variants, and scripts for firmware-maker/checker workflow.
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.
Explanation
Since zcash is already supported on Keystone Nexus and on the multicoin firmware, I thought it made sense to add zodl support to the multicoin firmware as well.
In addition, I added nix flake support to make developing this firmware easier for a first-time developer. Simply running
nix develop(of course having nix installed first) will drop you into an isolated dev environment that is able to compile everything and generate firmware.The tests appear to be broken however, they currently fail to compile on the specified version of rust that this project uses. I decided not to fix this for now to keep the scope limited to the two features above. The tests seem to be always broken for this version of rust (released on 2025-07-01 for baremetal architecture thumbv7em-none-eabihf).
Pre-merge check list
How to test
nix developupdate-submodulesbuild-multibuild-firmware-makerverify-firmwarerun-tests(this currently fails)