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.3] - 2026-09-08

### Changed
- The pinned component set moves the indexer, the sync client, the SDK and the explorer to 0.15.3: a chunked contract deploys exactly once whatever order its pieces confirm in (active on testnet from 2026-09-10 00:00 UTC), and the indexer answers which oracle rounds already ride a valid price batch.

## [0.15.2] - 2026-09-07

### 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.2-blue" alt="Version">
<img src="https://img.shields.io/badge/version-0.15.3-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.2",
"version": "0.15.3",
"description": "xchain-node allows users to install, configure and run XChain platform nodes.",
"license": "AGPL-3.0-or-later",
"repository": {
Expand Down
24 changes: 12 additions & 12 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.2.",
"Pinned component set for XChain Platform v0.15.3.",
"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-hub, xchain-sync and xchain-explorer.",
"A train tags only the repos it touches. This one moves xchain-indexer, xchain-sync, xchain-explorer and xchain-sdk.",
"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,8 +12,8 @@
"repo's origin/master, and is a GPG-signed annotated tag verifying against the",
"platform release key (fingerprint 1DA7C4896F56EA22CF491EDF4361611A82F90B70)."
],
"platform_version": "0.15.2",
"released": "2026-09-07",
"platform_version": "0.15.3",
"released": "2026-09-08",
"components": {
"xchain-vm": {
"tag": "v0.15.0",
Expand All @@ -24,16 +24,16 @@
"commit": "087c1c5f19b0702899ecf77a9ae09963a7433b52"
},
"xchain-indexer": {
"tag": "v0.15.0",
"commit": "994d1a98598b0b3ada00f99390fabfaea6254a64"
"tag": "v0.15.3",
"commit": "3c9bffdcadfb379b4dd27631df3b85d815d65b79"
},
"xchain-hub": {
"tag": "v0.15.2",
"commit": "2c63c8dd453de56f64bf625b5cd068af66f85b8b"
},
"xchain-sync": {
"tag": "v0.15.2",
"commit": "a60ef6c7921f90ba6eb2a8f4202c04fa8bfab022"
"tag": "v0.15.3",
"commit": "160c5cc14e3a8f3d880fab3b45de034633785d5a"
},
"xchain-encoder": {
"tag": "v0.15.0",
Expand All @@ -44,12 +44,12 @@
"commit": "30cf73a6e1ce07584584700d8b3f7eb232e625c9"
},
"xchain-explorer": {
"tag": "v0.15.2",
"commit": "568d369f8d1fbabefa5c0569ad155e9136956161"
"tag": "v0.15.3",
"commit": "e88ec301b42d63cec542fff589042c91f6ca7d7d"
},
"xchain-sdk": {
"tag": "v0.15.1",
"commit": "ffb9a7314865376413ca62b6f8c4c9d0e5337ccf"
"tag": "v0.15.3",
"commit": "90c46cbef2e68cc3a8c066c8ed4e49647a03a4ca"
},
"xchain-e2e-test": {
"tag": "v0.15.0",
Expand Down
Loading