Feature: add faucet and exfund extensions (#1820)

* add faucet and exfund extensions

* fix tests

* bump exfund extension version

* bump extension versions

* fix pip hash

* bump faucet again

* kick

* bump exfund

* bump exfund

Co-authored-by: Kim Neunert <k9ert@gmx.de>
Co-authored-by: Manolis Mandrapilias <70536101+moneymanolis@users.noreply.github.com>
This commit is contained in:
Stepan Snigirev 2022-08-25 11:53:45 +02:00 committed by GitHub
parent 7da5356366
commit 4f0139c38f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 0 deletions

View file

@ -28,3 +28,5 @@ gunicorn==20.1.0
# Extensions
cryptoadvance-liquidissuer==0.2.4
specterext-exfund==0.1.6
specterext-faucet==0.1.2

View file

@ -409,6 +409,12 @@ six==1.16.0 \
# protobuf
# pyopenssl
# python-dateutil
specterext-exfund==0.1.6 \
--hash=sha256:8f31a6da089a3c7b4bfac50775bc2481ab88a65fec58300321d7516916c51f61
# via -r requirements.in
specterext-faucet==0.1.2 \
--hash=sha256:86db78a6c41688152cfeec14efafd6d06c97e6edd9735461ee897495f90cb2e8
# via -r requirements.in
stem==1.8.0 \
--hash=sha256:a0b48ea6224e95f22aa34c0bc3415f0eb4667ddeae3dfb5e32a6920c185568c2
# via -r requirements.in

View file

@ -173,6 +173,8 @@ class BaseConfig(object):
"cryptoadvance.specterext.liquidissuer.service",
"cryptoadvance.specter.services.bitcoinreserve.service",
"cryptoadvance.specterext.devhelp.service",
"cryptoadvance.specterext.exfund.service",
"cryptoadvance.specterext.faucet.service",
]
# This is just a placeholder in order to be aware that you cannot set this

View file

@ -204,6 +204,8 @@ devices_endpoint.new_device_keys
devices_endpoint.new_device_manual
devices_endpoint.new_device_mnemonic
devices_endpoint.new_device_type
exfund_endpoint.index
exfund_endpoint.static
hwi_server.api
hwi_server.hwi_bridge_settings
hwi_server.index