Remove unnecessary _emit_alloc macro
This commit removes an unused internal macro wrapper. It is a straightforward code cleanup with no functional change and no security relevance.
dd0ccfc6by Mitchell Bagot+26−321 fileWe watch what security-critical projects change—then translate the code into clear, independent intelligence anyone can understand.
AI analysis is published as generated. Community notes appear after human validation.
This commit removes an unused internal macro wrapper. It is a straightforward code cleanup with no functional change and no security relevance.
dd0ccfc6by Mitchell Bagot+26−321 fileThis is a routine code cleanup change. It replaces an internal helper macro that generated `to_hex` methods with manually-written, equivalent `to_hex` methods that are marked as deprecated. The public API behavior stays the same; callers w…
a88ecdfaby Mitchell Bagot+49−506 filesThis commit is a routine code reorganization. It moves a Rust macro called impl_array_newtype from one internal location to a shared include file and updates call sites to use the new location. No behavior changes, bug fixes, or security f…
177d87b8by Mitchell Bagot+130−1279 filesThis commit simply adds a new wallet called 'Vizor' to the list of supported wallets in the Keystone 3 firmware's user interface. It includes a new icon image and registers the wallet name so users can select it. There is no indication of …
7a5cef79by soralit+91−17 filesThis commit is a routine localization and asset update. It adds a Polish language translation, updates Korean font data to include one additional character, fixes minor code indentation, and reorders some translated strings. There is no ev…
d2ccb0eeby ww3512687+1471−5284 filesThis commit fixes a bug in how LND's Tor controller shuts down. Previously, during startup cleanup, the controller would try to delete an onion service that might never have been created, which could hide the real reason why creating the o…
d7ee3429by Boris Nagaev+152−102 filesThis commit adds a new optional 'load_wallet' argument to the 'migratewallet' RPC command in Bitcoin Core. It lets users choose whether the wallet should be automatically loaded after migration, defaulting to true to preserve existing beha…
b98dd63dby Pol Espinasa+5−12 filesThis commit only adds new automated tests for Bitcoin Core's wallet migration feature. It checks that when a wallet is migrated with the 'load_wallet=False' option, the wallet is not automatically loaded afterward, settings are updated cor…
517d37ceby Pol Espinasa+144−31 fileThis commit only adds a release note describing a previously merged feature. It does not change any code, configuration, or behavior. There is no security issue in this commit itself.
0cdd817aby Pol Espinasa+7−01 fileThis Bitcoin Core change lets users migrate old-style wallets to the newer descriptor format without automatically loading the migrated wallet afterward. The main goal is to support pruned nodes, which previously could not migrate because …
4acd063bby Pol Espinasa+36−222 filesThis is a small internal code cleanup in the Trezor firmware's Ethereum transaction confirmation flow. It changes several function parameters from 'Iterable' (a general 'can be looped over' type) to 'Sequence' (a type that supports indexin…
0f93b31eby Roman Zeyde+23−238 filesThis commit turns off several unused features in the MicroPython interpreter that runs on Trezor hardware wallets. It is a hardening change that reduces the amount of code available to an attacker, but it does not by itself fix a known, ex…
c21e4efaby Roman Zeyde+6−62 filesA quiet fix may be responsible caution—or it may leave users unaware that their assets were ever at risk. CommitWatch preserves the evidence, adds context, and tracks whether vendors disclose, acknowledge, and learn.