@@ -5,6 +5,14 @@ All notable changes to the EV-Stacks deployment framework will be documented in
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.12.0] - 2026-01-29
9+
10+ ### Changed
11+
12+ - ** Dependencies** :
13+ - Upgraded ghcr.io/evstack/ev-node-evm: to ` v1.0.0-rc.1 `
14+ - Upgraded ghcr.io/evstack/ev-reth: to ` v0.2.2 `
15+
816## [ 1.11.0] - 2026-01-06
917
1018### Changed
@@ -17,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1725## [ 1.10.0] - 2025-11-26
1826
1927### Changed
28+
2029- ** Added**
2130 - Support for celestia-node multi-account with round-robin address selection
2231- ** Dependencies** :
@@ -27,13 +36,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2736## [ 1.9.0] - 2025-11-07
2837
2938### Changed
39+
3040- ** Dependencies** :
3141 - Upgraded ghcr.io/celestiaorg/celestia-app-standalone to ` v6.2.2-mocha `
3242 - Upgraded ghcr.io/evstack/ev-node: to ` v1.0.0-beta.9 `
3343
3444## [ 1.8.0] - 2025-10-28
3545
3646### Changed
47+
3748- ** Dependencies** :
3849 - Upgraded ghcr.io/celestiaorg/celestia-node to ` v0.28.2-mocha `
3950 - Upgraded ghcr.io/celestiaorg/celestia-app-standalone to ` v6.2.0-mocha `
@@ -47,59 +58,70 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4758## [ 1.7.0] - 2025-10-10
4859
4960### Changed
61+
5062- ** Dependencies** :
5163 - Upgraded ghcr.io/celestiaorg/celestia-node to ` v0.27.5-mocha `
5264 - Upgraded ghcr.io/celestiaorg/celestia-app-standalone to ` v6.0.5-mocha `
5365 - Renamed Evm-single ` --rollkit ` flags
5466 - Evm-single app does not support evolve.da.start_height anymore
5567
5668### Fixed
69+
5770- ** Shell syntax** : Fixed the "bad substitution" on macOS
5871- ** Shell syntax** : Fixed the itrocket URLs for celestia-app snapshots
5972
6073## [ 1.6.0] - 2025-09-12
6174
6275### Changed
76+
6377- ** Ev-reth Flag** : More performance on ev-reth
6478 - Added launch argument ` --engine.always-process-payload-attributes-on-canonical-head `
6579
6680## [ 1.5.0] - 2025-09-08
6781
6882### Added
83+
6984- ** Dynamic Celestia Start Height Configuration** : Automatic fetching and setting of start height from latest Celestia block at the time of deployment
7085
7186### Fixed
87+
7288- ** DA Namespace Flag** : Corrected flag usage in sequencer and fullnode entrypoints
7389 - Changed from ` --evnode.da.header_namespace ` back to ` --evnode.da.namespace ` for proper compatibility
7490
7591## [ 1.4.2] - 2025-09-08
7692
7793### Fixed
94+
7895- ** Fullnode deployment script** : ` entrypoint.ev-reth.sh ` is now properly deployed and made executable
7996- ** Celestia DA initialization** : Improved trusted state management with dynamic latest block fetching during initial setup only
8097
8198### Changed
99+
82100- ** Dependencies** :
83101 - da-celestia: Use ` ghcr.io/celestiaorg/celestia-app ` instead of ` ghcr.io/celestiaorg/celestia-app-standalone `
84102
85103### Improved
104+
86105- ** Deployment script** : Removed unnecessary shared volume creation logic for cleaner deployment process
87106
88107## [ 1.4.1] - 2025-09-02
89108
90109### Fixed
110+
91111- ** Fullnode deployment script** : ` entrypoint.ev-reth.sh ` is now deployed as intended
92112
93113## [ 1.4.0] - 2025-09-01
94114
95115### Changed
116+
96117- ** Dependencies** :
97118 - Upgraded ghcr.io/celestiaorg/celestia-node to ` v0.25.3-mocha `
98119 - Upgraded ghcr.io/celestiaorg/celestia-app-standalone to ` v5.0.2-mocha `
99120
100121## [ 1.3.0] - 2025-09-01
101122
102123### Added
124+
103125- ** Ethereum Indexer Service** : New ` eth-indexer ` stack for blockchain data indexing
104126 - Based on [ 01builders/eth-indexer] ( https://github.com/01builders/eth-indexer )
105127 - Ponder-based indexing service for efficient blockchain data processing
@@ -112,11 +134,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
112134## [ 1.2.1] - 2025-08-27
113135
114136### Fixed
137+
115138- ** Transactions can now be submitted to the fullnode** : ev-reth-fullnode now connects to ev-reth-sequencer as a trusted peer
116139
117140## [ 1.2.0] - 2025-08-25
118141
119142### Added
143+
120144- ** Local Data Availability (DA) Support** : New ` da-local ` stack for development and testing environments
121145 - Lightweight local DA layer that doesn't require external dependencies
122146 - Ideal for rapid development and testing scenarios
@@ -138,13 +162,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
138162 - Automatic selection based on chosen DA layer
139163
140164### Changed
165+
141166- ** Deployment Script Enhancements** :
142167 - Improved service endpoint documentation in deployment status
143168
144169### Removed
170+
145171- ** Custom Dockerfile Cleanup** : Removed custom ` ev-node-evm-single ` Dockerfile in favor of standardized configurations
146172
147173### Technical Details
174+
148175- The deployment script now supports up to 6 different service stacks:
149176 - Single Sequencer (required)
150177 - Fullnode (optional)
@@ -154,21 +181,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
154181 - Eth-Explorer (optional)
155182
156183### Migration Guide
184+
157185Users upgrading from version 1.1.0 can:
186+
1581871 . Run the updated deployment script to access new service options
1591882 . Choose to deploy additional services (faucet, explorer, local DA) alongside existing infrastructure
1601893 . Existing deployments remain fully compatible with no breaking changes
161190
162191## [ 1.1.0] - 2025-08-12
163192
164193### Added
194+
165195- Support for separate header and data namespaces in Celestia DA integration
166196- New environment variables ` DA_HEADER_NAMESPACE ` and ` DA_DATA_NAMESPACE `
167197- Enhanced deployment script prompts for both namespace configurations
168198- Improved validation for both header and data namespace inputs
169199- Added ` --ev-reth.enable ` flag to ev-reth node configurations for proper integration
170200
171201### Changed
202+
172203- ** BREAKING** : Replaced single ` DA_NAMESPACE ` environment variable with two separate variables:
173204 - ` DA_HEADER_NAMESPACE ` - for header blob categorization on Celestia
174205 - ` DA_DATA_NAMESPACE ` - for data blob categorization on Celestia
@@ -185,11 +216,13 @@ Users upgrading from version 1.1.0 can:
185216- Updated documentation and examples to reflect the new namespace structure
186217
187218### Removed
219+
188220- ** BREAKING** : Removed deprecated ` DA_NAMESPACE ` environment variable
189221- ** BREAKING** : Removed deprecated ` --chain_id ` flag from ev-node start command
190222- Removed all references to the old single namespace configuration
191223
192224### Migration Guide
225+
193226If you are upgrading from version 1.0.0:
194227
1952281 . ** Update Environment Variables** : Replace ` DA_NAMESPACE ` with both ` DA_HEADER_NAMESPACE ` and ` DA_DATA_NAMESPACE ` in your ` .env ` files
@@ -198,6 +231,7 @@ If you are upgrading from version 1.0.0:
1982314 . ** Redeploy** : Run the deployment script again to ensure all configurations are updated with the new namespace variables
199232
200233Example migration:
234+
201235``` bash
202236# Before (v1.0.0)
203237DA_NAMESPACE=" 000000000000000000000000000000000000002737d4d967c7ca526dd5"
@@ -208,6 +242,7 @@ DA_DATA_NAMESPACE="namespace_test_data"
208242```
209243
210244### Technical Details
245+
211246- The deployment script now prompts users to enter both namespace values separately during setup
212247- Both namespaces undergo validation for encoded string format (alphanumeric characters, underscores, and hyphens)
213248- The script automatically propagates namespace values from da-celestia configuration to sequencer and fullnode configurations
@@ -216,6 +251,7 @@ DA_DATA_NAMESPACE="namespace_test_data"
216251## [ 1.0.0] - 2025-07-31
217252
218253### Added
254+
219255- Initial release of EV-Stacks deployment framework
220256- Single sequencer deployment stack
221257- Celestia DA integration support
@@ -228,6 +264,7 @@ DA_DATA_NAMESPACE="namespace_test_data"
228264- Comprehensive documentation and examples
229265
230266### Features
267+
231268- One-liner deployment script for easy setup
232269- Support for Celestia mocha-4 testnet integration
233270- Automatic service dependency management
0 commit comments