diff --git a/elements/docker-compose.yml b/elements/docker-compose.yml index db643aec2f..133c00b355 100644 --- a/elements/docker-compose.yml +++ b/elements/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 8080 node: - image: ghcr.io/vulpemventures/elements:23.2.1@sha256:8bd481aaa0f055b59a8c0bb7e56b0f1d1a55143acbb0d07465778538730c41b3 + image: ghcr.io/vulpemventures/elements:23.2.4@sha256:f4bb9af7f2278e6b6a7a6160f5f17eec28e85a2bf47ebbdc96d0e64caa582d16 restart: on-failure stop_grace_period: 1m ports: @@ -39,6 +39,8 @@ services: - -port=$APP_ELEMENTS_NODE_P2P_PORT - -blockfilterindex=1 - -peerblockfilters=1 + # Enable creating discounted CT on mainnet + - -creatediscountct=1 web: image: ghcr.io/tiero/elements-web:v0.0.3@sha256:b80dc0df2a4693668a97b874aad6d0a8d3239d03f4d05b4342600166934d0b87 diff --git a/elements/umbrel-app.yml b/elements/umbrel-app.yml index bd31b80b0e..17b6b154c1 100644 --- a/elements/umbrel-app.yml +++ b/elements/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1.1 id: elements category: bitcoin name: Elements Core -version: "23.2.1" +version: "23.2.4" tagline: Liquid Network full node description: >- Elements is an open source full node implementation to run the Liquid @@ -13,13 +13,12 @@ description: >- This app has the potential to use up to 6GB of RAM. It's important to confirm that your device meets the necessary hardware requirements before installing and running the app. releaseNotes: >- - This release updates elements from version 22.1.1 to 23.2.1, and features various bug fixes and improvements such as: + This release updates elements from version 23.2.1 to 23.2.4, and features various bug fixes and improvements such as: - - - Brings Elements up to date with Bitcoin Core version 23.2 - - - Fixes a problem in the getnewaddress rpc: getnewaddress will now return an unblinded bech32 address even when -blindedaddresses=1 in config + - Enables discounted CT transactions + - Brings Elements up to date with Bitcoin Core version 28 + - In contrast to Bitcoin, Elements is not changing the default wallet format from legacy to descriptors, this is because many things (like peg-ins and peg-outs) still work only on legacy wallets.