mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
Update Elements to v23.2.1 (#905)
Co-authored-by: smolgrrr <smolgrrr@protonmail.com>
This commit is contained in:
parent
89c3bdb9a9
commit
bb8739ee21
@ -7,7 +7,7 @@ services:
|
||||
APP_PORT: 8080
|
||||
|
||||
node:
|
||||
image: ghcr.io/vulpemventures/elements:22.1.1@sha256:7cb6c86df3a9332dd950e1774b2b34e33084b81fde08f2655334adc2285d90ac
|
||||
image: ghcr.io/vulpemventures/elements:23.2.1@sha256:8bd481aaa0f055b59a8c0bb7e56b0f1d1a55143acbb0d07465778538730c41b3
|
||||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
ports:
|
||||
@ -21,7 +21,7 @@ services:
|
||||
- -trim_headers=1
|
||||
# Current Elements Core requires >8GB of RAM to verify confidential proofs during IBD
|
||||
# We skip historical block verification for now, as we don't have a way to set the memory limit
|
||||
- -assumevalid=d5c8278b7c1c926eea46776445aaa94906a0e2a753fa007bda1841139cfb6543
|
||||
- -assumevalid=546a756e0238e8c5c2c8bee43f0395740519f96aaee5994d05ef6569ce2d0821
|
||||
- -validatepegin=1
|
||||
- -fallbackfee=0.000001
|
||||
# Attach to Bitcoin network
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
||||
id: elements
|
||||
category: bitcoin
|
||||
name: Elements Core
|
||||
version: "22.1.1"
|
||||
version: "23.2.1"
|
||||
tagline: Liquid Network full node
|
||||
description: >-
|
||||
Elements is an open source full node implementation to run the Liquid
|
||||
@ -13,18 +13,15 @@ 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 0.21.0.2 to 22.1.1, and features various bug fixes and improvements such as:
|
||||
This release updates elements from version 22.1.1 to 23.2.1, and features various bug fixes and improvements such as:
|
||||
|
||||
|
||||
- Bringing elements up to date with Bitcoin Core version 22.1
|
||||
- Brings Elements up to date with Bitcoin Core version 23.2
|
||||
|
||||
- Optimizing wallet stability and memory usage
|
||||
- Fixes a problem in the getnewaddress rpc: getnewaddress will now return an unblinded bech32 address even when -blindedaddresses=1 in config
|
||||
|
||||
- Resolving issues with duplicate blocks and commitments
|
||||
- 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.
|
||||
|
||||
- Improving Partially-Signed Elements Transactions and RPC calls
|
||||
|
||||
- And more.
|
||||
|
||||
|
||||
For more detailed information on this update, please refer to the full release notes
|
||||
|
Loading…
Reference in New Issue
Block a user