benma
benma
@xiaolinny for my info/curiosity, how did this contribution come about? Is there some sort of contribution reward program/airdrop going on? If so, which one?
> I want to share a thought: [...] Very nice find! I agree with your conclusion, that the behavior is technically the same, just the UX is "worse" (though before...
Rebased to resolve conflicts with the smarteeprom HAL change.
@cedwies the CI errors have to do with MAX_UNLOCK_ATTEMPTS in keystore.rs being exposed to C via rust.h, so it's redefined. The good news is that we can remove the define...
FROST is not ready for prime time yet. We probably need to wait for at least: - https://github.com/BlockstreamResearch/bip-frost-dkg - a BIP for FROST - implementation in [libsecp256k1](https://github.com/bitcoin-core/secp256k1/) like [musig](https://github.com/bitcoin-core/secp256k1/tree/master/src/modules/musig)
> Can you do `cargo update --precise` with the libc version used in rust stdlib so that we avoid vendoring two versions? Good catch, done. It only saved
It is not on the roadmap. We recently implement send-support for [BIP-352 - Silent Payments](https://github.com/bitcoin/bips/blob/master/bip-0352.mediawiki). It serves a similar purpose but does not need notification transactions. Check out our [blog...
> Does this make the simulator use 100% of one cpu thread? > > Maybe a quickfix could be to sleep 10 ms in the main loop? > Yeah I...
> +1 [@mbert](https://github.com/mbert) , I am not sure if changing the format of `docker images` was a good idea. I'm pretty sure a lot of scripts use that output and...
> [@benma](https://github.com/benma) is it still the case with v29.1.1? Which part of the output did you script depend on? Yes, see https://github.com/BitBoxSwiss/bitbox02-firmware/pull/1702/files. We grepped for `image_name\ *tag` to check for...