ghost43
ghost43
Closing as the kivy GUI was removed in https://github.com/spesmilo/electrum/pull/8591
cosigner pool plugin was fixed in https://github.com/spesmilo/electrum/commit/134fe73f1aa1da4afccd3361e5d3ea51e31a4bc4
To reproduce, connect trezor, open wallet, pair it, then - let the pairing timeout by not using device for some time, - or just run commands in console to see:...
The first part of that (logging warnings) sounds simple and still useful. The second part might not be so simple. If it can be done without complex/invasive changes, then ok.
Some previous discussion re the custom format we have been using since 2015: https://github.com/spesmilo/electrum/issues/5746 In short, when implementing PSBT support in 2019 we decided to keep using the base43 encoding...
> the implementation is here (Python): https://github.com/selfcustody/urtypes Is that really implementing the same thing? Looks unrelated to me. The code linked in https://github.com/spesmilo/electrum/issues/7905#issuecomment-1338994775 look much more promising.
Switched to new format for our own `paymentrequest_pb2.py` in https://github.com/spesmilo/electrum/commit/4f9469b7894d0e237beaabd62a2b8a6153f6dcdb. Something needs to be done with keepkey so that we can drop the `protobuf
I believe this was fixed at some point with more aggressive checks that amounts cannot be larger than `TOTAL_COIN_SUPPLY_LIMIT_IN_BTC`.
Do you maybe have rough instructions how to reproduce? Or just a description of what you are doing to the wallet where it happens, e.g. how long it is open,...
Do you have a way to reproduce this error?