feat: add libwally for liquid support (#2117)
* feat: add libwally for liquid support this is needed for liquid support in the new boltz extension, sadly i could not get it to work with embit library, liquid support is not quite ready there and now documentation or tests available * fix: prefer wheels for wallycore on nix * feat: make wallycore dep optional, introduce "liquid" poetry extra for Liquid support install deps via `poetry install -E liquid` --------- Co-authored-by: Pavol Rusnak <pavol@rusnak.io>
This commit is contained in:
@@ -42,6 +42,11 @@ secp256k1 = "0.14.0"
|
||||
environs = "9.5.0"
|
||||
# needed for scheduler extension
|
||||
python-crontab = "3.0.0"
|
||||
# needed for liquid support boltz
|
||||
wallycore = {version = "^1.0.0", optional = true}
|
||||
|
||||
[tool.poetry.extras]
|
||||
liquid = ["wallycore"]
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
black = "^23.7.0"
|
||||
|
||||
Reference in New Issue
Block a user