Skip to content

Commit

Permalink
Feature: add faucet and exfund extensions (#1820)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
Co-authored-by: Manolis Mandrapilias <[email protected]>
  • Loading branch information
3 people authored Aug 25, 2022
1 parent 7da5356 commit 4f0139c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ gunicorn==20.1.0

# Extensions
cryptoadvance-liquidissuer==0.2.4
specterext-exfund==0.1.6
specterext-faucet==0.1.2
6 changes: 6 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions src/cryptoadvance/specter/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions tests/test_ep_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@ def view_function_report(myapp):
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
Expand Down

0 comments on commit 4f0139c

Please sign in to comment.