- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Mar 28 2025
Mar 27 2025
Mar 26 2025
$ date -ud @1763208000 sam. 15 nov. 2025 12:00:00 UTC
Mar 25 2025
Mar 24 2025
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
Mar 22 2025
Mar 21 2025
translation nit
Mar 20 2025
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
Mar 19 2025
Mar 18 2025
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
Mar 17 2025
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)
Mar 15 2025
In D17806#405784, @bytesofman wrote:TIL coin consolidator is a thing in electrum
how is this used in the GUI? is this just called in normal tx building?
Mar 14 2025
As an additional test I'm also going to try to be in a few CashFusion rounds to confirm no tokens are burned. But I cannot guarantee the tests will be conclusive in a timely manner.
Mar 13 2025
tested with python3.11 (via AppImage)
