Closed cculianu closed 5 years ago
Update:
This might be due to GUI update spamming from the cashshuffle plugin as it processes protocol messages.
Will investigate.
Update 2: It turns out it's the code in coins.py -- the ecdsa and elliptic curve crypto functions.
TODO: Figure out if we can use native libs for this like libsecp256k1, etc.
Update 3: We need to use native ecc libs. We should pull this commit in from electrum and modify the packaging of the app to use the libsecp256k1 libs:
https://github.com/spesmilo/electrum/blob/master/electrum/ecc_fast.py
Ok, I pulled in the native libsecp256k1 support. Fixed by commit 612596a747a7192731a2a0a4f58063d98c41a833
Symptoms:
Likely suspects: