You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eth/erc20_params: group tokens also by unit len to save more bytes
This way we don't have to repeat storing the length of the unit
string (if using `&str`) and also not repeat the 0-terminator (if
using C-style strings) per token, shaving off another ~1 byte per
token in the firmware binary (currently ~ -1600 bytes).
0 commit comments