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 removes a line that made a Bitcoin PSBT (Partially Signed Bitcoin Transaction) safety check always return success before doing any real verification. The title says 'add mfp check' (master fingerprint check), but the actual cod…
Removal of an early unconditional success return that bypassed validationRe-enabling of master fingerprint length validation in a Bitcoin transaction signing pathTitle 'add mfp check' suggests the intent was to enforce master fingerprint verification
This commit increases the memory stack size for a task that handles sensitive data, with the stated goal of fixing a crash related to Cardano (ADA). A too-small stack can cause memory corruption or a device crash when handling certain oper…
Stack size increase in a task explicitly named for handling sensitive dataCrash fix in code path related to cryptocurrency signing (Cardano/ADA)Potential stack overflow risk in embedded firmware task