bitbox02-firmware
bitbox02-firmware copied to clipboard
Firmware code of the BitBox02 hardware wallet
I saw this PR: https://github.com/digitalbitbox/bitbox02-firmware/pull/472 and remembered that I've noticed that githubs appid changed. Not sure exactly when. IIRC it is just `sha256('github.com')` now.
didn't push the new container image yet. This new toolchain increases the size of the targets by about 10%.
Trying to recover from the multitude of added compilations that the BitBoxBase firmware introduced. This PR adds modularization to the code, and tries to bulid with as little `PRODUCT_*`, `APP_*`...
BitBoxApp and Python libs enter utf8 strings. On the device, unicode chars are then not rendered properly. The client libs should only accept printable ascii chars for names (and space?)....
Extract common files in the CMakeLists.txt when possible, to avoid recompiling the same source file over and over with different flags.
By user request.
This reduces the layers of the DockerFile from _41_ to _28_. First, I merged multiple `apt-get` & `pip` installs to one. Currently there are two `apt-get` installs (one with basic...
# Coin Integration Request: Solana ## Description Solana a rising blockchain in the L1 space has been around for more than 3 years, nearing the 4th year. It has survived...