User Details
- User Since
- Aug 5 2020, 16:14 (242 w, 6 d)
Today
rebase
rebase
fix fuzzer and add compiling bitcoin-fuzzers to test plan
rebase, merge two if branches now that we only need to compute one value and already know its results prior to the branch
rebase on D17878
Yesterday
comment nits, const, update test plan to include a full background validation (test still ongoing)
Mon, Mar 31
Fri, Mar 28
Thu, Mar 27
Wed, Mar 26
$ date -ud @1763208000 sam. 15 nov. 2025 12:00:00 UTC
Tue, Mar 25
Mon, Mar 24
fix diff summary, implement review suggestion (return AbortNode....)
I think my summary (a copy paste of the initial message in the pull request) is misleading. The PR later change it's scope to make no change in behavior (besides additional logging) and basically just force future users of these functions to handle the return value.
I will fix this
Sat, Mar 22
Fri, Mar 21
translation nit
Thu, Mar 20
lgtm (if the bitcoin-chainstate / kernel build does not fail)
This whole diff is a test on how Grok v3 can helpful to do semi-automated changes on a large amount of code.
It worked quite well, I just had to revert a few changes msg_avaproofs.serialize and msg_avaproofsreq.serialize, which imo were not trivial enough to justify removing the intermadiate var and all the comments to make it a one-liner.
back-off unrelated changes
Wed, Mar 19
Tue, Mar 18
mention which devices have a custom Trezor firmware
reflow release note
use slip10 1.0.1 to better satisfy the trezorlib >= 1.0.1 requirements (the AppImage build works with 1.0.0, but with more recent versions of pip the conflict becomes an error)
update the repo and commit hash to ecash/2.8.9 tag from the Bitcoin ABC repo
Mon, Mar 17
factor the token detection into a wallet.has_tokens(coin) method and fix one more thing that could cause accidental spending of ALP tokens (for users who enabled "Spend only fused coins", if a token is sent to the same address as a fused coin)