- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Jan 24 2025
Jan 23 2025
use 5.4.0 because of the new features
Build Bitcoin ABC Diffs / Diff Testing (preview-e.cash) passed.
Preview is available at http://51.83.66.92:41191 for the next 60 minutes.
@bot preview-e.cash
will test a dummy release later to make sure the image files are properly packaged and relative paths work as expected
probably broken in some major trezor API change (looks like they passed images as strings before, or maybe it was a python2 thing) https://github.com/spesmilo/electrum/commit/dda9d4b746700bfc095c80d84f1ac5de46c5f2ca
minor improvements
found a couple of minor fixups to backport
Jan 22 2025
Some alt options on this diff
Jan 21 2025
New line added + updated server to make explicit
Removed assert_eq
no need for the list conversion. In our codebase bip39_list is already a list because we use Trezor's mnemonic library (so we can support multiple languages for restoring seeds) https://github.com/trezor/python-mnemonic/blob/master/src/mnemonic/mnemonic.py#L56
I may have lost a few Electron Cash improvements in keyPressEvent in the process
Jan 20 2025
Removed useless comment
Deleted second test, made socket error handling verbose