txoo: update v0.7.1

Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
This commit is contained in:
Lakshya Singh 2024-08-09 08:59:10 +05:30
parent 19d8906e38
commit 84a4d118d9
No known key found for this signature in database
GPG Key ID: 6491470634BAE613
2 changed files with 4 additions and 2 deletions

4
.env
View File

@ -10,9 +10,9 @@ CLBOSS_GIT_HASH=df51d5486b05acbeca16cb9e42d18fa082e6079a
# cln plugins (2024-06-06 17:02:52 +0200) # cln plugins (2024-06-06 17:02:52 +0200)
CLN_PLUGINS_REPO=https://github.com/lightningd/plugins.git CLN_PLUGINS_REPO=https://github.com/lightningd/plugins.git
CLN_PLUGINS_GIT_HASH=de0c7af343df25e82536233ac248ef46efea8670 CLN_PLUGINS_GIT_HASH=de0c7af343df25e82536233ac248ef46efea8670
# txoo version 0.7.0 # txoo version 0.7.1
TXOO_REPO=https://gitlab.com/lightning-signer/txoo.git TXOO_REPO=https://gitlab.com/lightning-signer/txoo.git
TXOO_GIT_HASH=2c562f1d5f6e05b22a8c397f9d7a92a5f8813875 TXOO_GIT_HASH=780d687f08cb0cd73a6e7f13c9fbde616befd1ed
# vls version v0.11.0 (2024-06-06 15:09:25 +0000) # vls version v0.11.0 (2024-06-06 15:09:25 +0000)
VLS_REPO=https://gitlab.com/lightning-signer/validating-lightning-signer.git VLS_REPO=https://gitlab.com/lightning-signer/validating-lightning-signer.git
VLS_GIT_HASH=d2590ba34a388a016bb91307864e993fb3cc3d84 VLS_GIT_HASH=d2590ba34a388a016bb91307864e993fb3cc3d84

View File

@ -31,6 +31,8 @@ services:
txoo: txoo:
container_name: txood-regtest container_name: txood-regtest
command:
- --no-checkpoint
volumes: volumes:
- txoo_regtest:/root/.txoo/ - txoo_regtest:/root/.txoo/
- bitcoin_regtest:/root/.bitcoin/ - bitcoin_regtest:/root/.bitcoin/