mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
This PR fixes #2312 which are four things: * getaddressinfo was not implemented in spectrum which results in "method not found" * There was an unrelated KeyError which occured in Transactions where one the output was a change-address. It's a bit unknown why that hasn't occured earlier. At least it was diffcult to spot as the fetch_transactions call was way to huge and very confusing. So ... * the fetch_transactions call was refactored in its own class, TxFetcher. As we did that, we also moved two other related files in a newly created wallet-package. * Tiny bug around tx["amount"] which only exists as tx["flow_amount"] for transactions.
37 lines
818 B
Text
37 lines
818 B
Text
certifi==2022.12.7
|
|
chardet==3.0.4
|
|
Click==8.1.1
|
|
Flask==2.1.1
|
|
#Werkzeug==2.0.3 # need to pin because Flask doesn't work with newer ones
|
|
Flask-Babel==2.0.0 # needs pin see https://github.com/cryptoadvance/specter-desktop/issues/2218
|
|
Flask-Cors==3.0.10
|
|
Flask-Login==0.6.2
|
|
Flask-RESTful==0.3.9
|
|
Flask-HTTPAuth==4.7.0
|
|
hwi==2.1.1
|
|
python-dotenv==0.13.0
|
|
requests==2.26.0
|
|
pysocks==1.7.1
|
|
six==1.16.0
|
|
stem==1.8.0
|
|
embit==0.6.1
|
|
psutil==5.9.0
|
|
pyopenssl==23.0.0
|
|
flask_wtf==0.15.1
|
|
pgpy==0.6.0
|
|
cbor==1.0.0
|
|
mnemonic==0.20
|
|
cryptography==39.0.1
|
|
Flask-APScheduler==1.12.4
|
|
gunicorn==20.1.0
|
|
simple-websocket==0.8.1
|
|
protobuf==3.20.2
|
|
PyJWT==2.4.0
|
|
pytimeparse==1.1.8
|
|
psycopg2-binary==2.9.5
|
|
# Extensions
|
|
cryptoadvance-liquidissuer==0.2.4
|
|
specterext-exfund==0.1.7
|
|
specterext-faucet==0.1.2
|
|
cryptoadvance.spectrum==0.6.4
|
|
specterext-stacktrack==0.3.0
|