BitBoxSwiss / bitbox02-firmware

Firmware code of the BitBox02 hardware wallet
https://bitbox.swiss/bitbox02
Apache License 2.0
215 stars 80 forks source link

Rust 1.78 #1214

Closed benma closed 1 month ago

benma commented 1 month ago

The toolchain bump and removing the async_recursion dep reduces the firmware binary by 5832 bytes compared to the v9.18.0 release.

benma commented 1 month ago

I tested U2F (due to the small bitbox02-rust-c/src/workflow.rs which is used for U2F confirmation screens) and signing ETH typed msgs manually on a device to confirm everything works as expected.