Browse Source
Bump Elements to 22.1.1 (#494)
Co-authored-by: Nathan Fretz <nmfretz@gmail.com>
main
Marco Argentieri
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
26 additions and
7 deletions
-
elements/docker-compose.yml
-
elements/umbrel-app.yml
|
|
@ -7,7 +7,7 @@ services: |
|
|
|
APP_PORT: 8080 |
|
|
|
|
|
|
|
node: |
|
|
|
image: ghcr.io/vulpemventures/elements:0.21.0.2@sha256:60f082b13b366743ef3cd113cb20397b586fd7032c0eb9c0a2a242ebc528f537 |
|
|
|
image: ghcr.io/vulpemventures/elements:22.1.1@sha256:7cb6c86df3a9332dd950e1774b2b34e33084b81fde08f2655334adc2285d90ac |
|
|
|
restart: on-failure |
|
|
|
stop_grace_period: 1m |
|
|
|
ports: |
|
|
@ -16,11 +16,12 @@ services: |
|
|
|
volumes: |
|
|
|
- ${APP_DATA_DIR}/data:/home/elements/.elements |
|
|
|
command: |
|
|
|
- -listen=1 |
|
|
|
- -listen=0 |
|
|
|
- -txindex=1 |
|
|
|
- -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=d4046e2c27e32e8582af39e402528e5df6ede1e1dd3c551764699e02e50bbf1e |
|
|
|
- -assumevalid=d5c8278b7c1c926eea46776445aaa94906a0e2a753fa007bda1841139cfb6543 |
|
|
|
- -validatepegin=1 |
|
|
|
- -fallbackfee=0.000001 |
|
|
|
# Attach to Bitcoin network |
|
|
|
|
|
@ -2,12 +2,30 @@ manifestVersion: 1.1 |
|
|
|
id: elements |
|
|
|
category: Wallet Servers |
|
|
|
name: Elements Core |
|
|
|
version: "0.21.0.2" |
|
|
|
version: "22.1.1" |
|
|
|
tagline: Liquid Network full node |
|
|
|
description: Elements is an open source full node implementation to run the Liquid |
|
|
|
description: >- |
|
|
|
Elements is an open source full node implementation to run the Liquid |
|
|
|
Network, a Bitcoin layer-2 solution enabling the fast, confidential settlement and |
|
|
|
issuance of digital assets, such as stablecoins, security tokens, and other financial |
|
|
|
instruments, on top of the Bitcoin timechain. |
|
|
|
releaseNotes: >- |
|
|
|
This release updates elements from version 0.21.0.2 to 22.1.1, and features various bug fixes and improvements such as: |
|
|
|
|
|
|
|
|
|
|
|
- Bringing elements up to date with Bitcoin Core version 22.1 |
|
|
|
|
|
|
|
- Optimizing wallet stability and memory usage |
|
|
|
|
|
|
|
- Resolving issues with duplicate blocks and commitments |
|
|
|
|
|
|
|
- Improving Partially-Signed Elements Transactions and RPC calls |
|
|
|
|
|
|
|
- And more. |
|
|
|
|
|
|
|
|
|
|
|
For more detailed information on this update, please refer to the full release notes |
|
|
|
available at https://github.com/ElementsProject/elements/releases |
|
|
|
developer: Elements Core Developers |
|
|
|
website: https://elementsproject.org |
|
|
|
dependencies: |
|
|
|