Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.15.4] - 2026-09-08

### Changed
- The pinned component set moves the encoder to 0.15.4: every output it authors on Dogecoin floors at the 0.01 DOGE soft dust limit, so P2SH funding legs relay at any fee rate and validator PRICE and ATTEST wires confirm again.

## [0.15.3] - 2026-09-08

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# XChain Platform Node

<p align="center">
<img src="https://img.shields.io/badge/version-0.15.3-blue" alt="Version">
<img src="https://img.shields.io/badge/version-0.15.4-blue" alt="Version">
<img src="https://img.shields.io/badge/tests-2%2C827%2B%20passing-brightgreen" alt="Tests">
<img src="https://img.shields.io/badge/node-%3E%3D22-green" alt="Node">
<img src="https://img.shields.io/badge/license-AGPL--3.0--or--later-blue" alt="License">
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xchain-node",
"version": "0.15.3",
"version": "0.15.4",
"description": "xchain-node allows users to install, configure and run XChain platform nodes.",
"license": "AGPL-3.0-or-later",
"repository": {
Expand Down
10 changes: 5 additions & 5 deletions src/release-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"_comment": [
"Pinned component set for XChain Platform v0.15.3.",
"Pinned component set for XChain Platform v0.15.4.",
"Generated by bin/write-release-manifest.js from the ACTUAL tagged master merge commits.",
"xchain-node is the carrier and is not listed: checking out its tag IS this manifest.",
"A train tags only the repos it touches. This one moves xchain-indexer, xchain-sync, xchain-explorer and xchain-sdk.",
"A train tags only the repos it touches. This one moves xchain-encoder.",
"Every other component is unchanged and keeps the tag it already carries, which is",
"what section 4 means by a version being the platform version at which a component",
"last changed. A gap is unchanged, not skipped.",
Expand All @@ -12,7 +12,7 @@
"repo's origin/master, and is a GPG-signed annotated tag verifying against the",
"platform release key (fingerprint 1DA7C4896F56EA22CF491EDF4361611A82F90B70)."
],
"platform_version": "0.15.3",
"platform_version": "0.15.4",
"released": "2026-09-08",
"components": {
"xchain-vm": {
Expand All @@ -36,8 +36,8 @@
"commit": "160c5cc14e3a8f3d880fab3b45de034633785d5a"
},
"xchain-encoder": {
"tag": "v0.15.0",
"commit": "bbe86aae9e5ed3157d084c22604f87a2bbde67e3"
"tag": "v0.15.4",
"commit": "0c7a22654edf60248bb6425646e94d27f7f49b81"
},
"xchain-utxo-tracker": {
"tag": "v0.15.0",
Expand Down
Loading