Skip to content

Commit 1935669

Browse files
hvasconcelosclaude
andcommitted
Add CHANGELOG entry for v1.2.1 release
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 3b13a2d commit 1935669

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.2.1] - 2026-01-08
11+
1012
### Added
1113
- **DSL Compiler (castc)**: YAML-based domain-specific language for pipeline definitions
1214
- New CLI tool (`castc`) with compile, validate, and decompile commands
@@ -17,8 +19,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1719
- Comprehensive DSL documentation (`doc/DSL-GUIDE.md`)
1820
- Full test suite for DSL components (cli, compiler, decompiler, parser, validator, transformers)
1921
- New dependencies: `commander` for CLI, `yaml` for YAML parsing
22+
- New example: `examples/lx-token-monitor.json` for $LX token monitoring on Ethereum mainnet
2023

2124
### Changed
25+
- **Docker**: Changed from Alpine to Debian base image for Prisma/OpenSSL compatibility
2226
- Updated dependencies to latest semver-compatible versions:
2327
- `typescript`: 5.0.4 → 5.9.3
2428
- `viem`: 2.21.0 → 2.43.5
@@ -27,8 +31,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2731
- `axios`: 1.4.0 → 1.13.2
2832
- `graphql`: 16.6.0 → 16.12.0
2933
- And other minor updates
34+
- Updated GETTING-STARTED.md to use Ethereum mainnet ($LX token) instead of Ganache
3035
- Updated README with DSL programming guide reference and custom pipelines section
31-
- Bumped package version to 1.2.0
36+
- Updated README with universal event support clarification
37+
- Updated CLAUDE.md with local development instructions (Anvil/Hardhat)
38+
39+
### Removed
40+
- Ganache dependency and related scripts (`ganache:dev`, `setup:ganache`)
3241

3342
## [1.2.0] - 2026-01-07
3443

@@ -180,6 +189,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
180189

181190
## Version History
182191

192+
- **1.2.1**: DSL compiler (castc) for YAML-based pipelines + Docker Debian image
183193
- **1.2.0**: Major runtime and tooling migration (Bun, viem, Biome) + comprehensive tests
184194
- **1.1.1**: Open source documentation, GitHub templates, and developer tooling
185195
- **1.1.0**: ContractCast naming, status tracking, and improved logging

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chain-cast",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "A DAO-governed blockchain event processing platform designed to listen, process and stream events from smart contracts deployed on various EVM blockchain networks",
55
"main": "src/main.ts",
66
"bin": {

0 commit comments

Comments
 (0)