only remove 'relay_fee', keep 'banner'
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jul 2 2024
move the imports to compat.py
revert an unwanted change. I initially tried to not define RECOVERY_TYPE_MATRIX in trezor.py, because it is not used in this module, but after testing the application interactively it turned out to be imported and used elsewhere.
Jul 1 2024
In D16393#371102, @Fabien wrote:I can imagine a use case for the banner, which is checking you're connecting the expected server. Any strong reason to remove this, which seems harmless ?
In D16391#371074, @PiRK wrote:
Jun 29 2024
mostly LGTM, just one debugging print to be removed
This looks like a good first step to remove most gArgs access (eventually we want the ArgsManager to not be a global).
Jun 26 2024
Jun 25 2024
Jun 24 2024
Jun 21 2024
remove debugging related line
handle the 0x6d00 status separately, show a full exception traceback in the dialog.
Jun 20 2024
rebase
rebase
rebase
rebase
rebase
rebase
fix f-string, rebase
rename ser_to_point -> ser_to_coordinates and ser_to_ecdsa_python_point -> ser_to_point
Use a NamedTuple for the output of ser_to_point (better type-safety than a generic 2-tuple)
Jun 19 2024
Also future backports of electrum will depend on these changes (PSBT for instance)
Jun 18 2024
The code looks goods. For future maintenance and ease of review, some additional comments would help.
Jun 17 2024
fix a comment in the tests