Amber nodes are monitored by CommitWatch. Gray nodes are sampled from authenticated GitHub public commit search and may not represent complete contribution history.
This commit only adds a SECURITY.md file to the repository. It is a documentation-only change that tells people how to report security bugs. It does not change any code, fix any vulnerability, or introduce any security risk.
This commit adds a new automated GitHub Actions check that enforces conventional commit message formatting (like 'feat:', 'fix:', 'ci:') for pull requests. It does not change any application code, cryptography, wallet logic, or user-facing…
This commit only updates user documentation for the Krux installer. It removes per-platform verification instructions and replaces them with a single new page explaining how to verify the installer's authenticity and integrity. No source c…
This commit only updates user documentation for installing the Krux desktop installer. It removes per-platform instructions for verifying downloaded files and replaces them with a single shared verification page. There is no code change, n…
Documentation still instructs users to verify GPG signatures and SHA256 hashes of the installerHardcoded signing key and keyserver moved from snippet into mkdocs.yml template variablesNo change to actual signature/integrity verification behavior of the installer or device firmware
This commit adds a new 'Mnemonic XOR' (SeedXOR) feature to Krux, a Bitcoin hardware wallet. It lets users combine two seed phrases using a mathematical XOR operation to create a new seed, or split an existing seed into two parts. The code …
New cryptographic operation (XOR on mnemonic entropy) added to wallet UIInput/output entropy validation rejects all-zeros and all-ones resultsLength-mismatch guard prevents leaking longer entropy bytes
This commit only adds a new hardware board ('wonder_k') to the project's test suite. It introduces mock definitions, test fixtures, and expected test outputs for the new board. There are no changes to the actual application code that users…
This commit simply deletes an unused internal helper method called _encrypted_qr_code from the login page code. There is no functional change to the app, no bug fix, and no security-relevant behavior altered. It is routine code cleanup.
This commit adds support for a new hardware board called 'bit' and a new camera sensor identifier (OV5642_ID) to the Krux project. It is almost entirely test code and board-specific configuration, with no apparent security relevance. The o…