mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00: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
|
APP_PORT: 8080
|
||||||
|
|
||||||
node:
|
node:
|
||||||
image: ghcr.io/vulpemventures/elements:22.1.1@sha256:7cb6c86df3a9332dd950e1774b2b34e33084b81fde08f2655334adc2285d90ac
|
image: ghcr.io/vulpemventures/elements:23.2.1@sha256:8bd481aaa0f055b59a8c0bb7e56b0f1d1a55143acbb0d07465778538730c41b3
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
ports:
|
ports:
|
||||||
|
@ -21,7 +21,7 @@ services:
|
||||||
- -trim_headers=1
|
- -trim_headers=1
|
||||||
# Current Elements Core requires >8GB of RAM to verify confidential proofs during IBD
|
# 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
|
# 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
|
- -validatepegin=1
|
||||||
- -fallbackfee=0.000001
|
- -fallbackfee=0.000001
|
||||||
# Attach to Bitcoin network
|
# Attach to Bitcoin network
|
||||||
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
||||||
id: elements
|
id: elements
|
||||||
category: bitcoin
|
category: bitcoin
|
||||||
name: Elements Core
|
name: Elements Core
|
||||||
version: "22.1.1"
|
version: "23.2.1"
|
||||||
tagline: Liquid Network full node
|
tagline: Liquid Network full node
|
||||||
description: >-
|
description: >-
|
||||||
Elements is an open source full node implementation to run the Liquid
|
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.
|
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: >-
|
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
|
For more detailed information on this update, please refer to the full release notes
|
||||||
|
|
Loading…
Reference in New Issue
Block a user