From bd0e9e3872bb1eac24b200db07d3f2fbb8735556 Mon Sep 17 00:00:00 2001 From: Shuhui Luo <107524008+shuhuiluo@users.noreply.github.com> Date: Mon, 5 Jan 2026 19:10:07 -0500 Subject: [PATCH] chore: bump version to 0.7.0 and update dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - forge-std: v1.10.0 → v1.12.0 - solady: 0.1.24 → 0.1.26 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- package.json | 6 +++--- scripts/README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 427a983..b02844b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@towns-protocol/diamond", - "version": "0.6.3", + "version": "0.7.0", "description": "A comprehensive toolkit for building modular smart contracts with the EIP-2535 Diamond Standard, including core contracts and optimized building blocks", "main": "index.js", "repository": { @@ -40,8 +40,8 @@ "dependencies": { "@openzeppelin/contracts": "^5.4.0", "@prb/test": "^0.6.4", - "forge-std": "github:foundry-rs/forge-std#v1.10.0", - "solady": "^0.1.24" + "forge-std": "github:foundry-rs/forge-std#v1.12.0", + "solady": "^0.1.26" }, "devDependencies": { "husky": "^9.0.6" diff --git a/scripts/README.md b/scripts/README.md index 4ea2e66..3b993ef 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -70,4 +70,4 @@ The script uses a comprehensive gas estimation model that considers: - Deployed bytecode costs (200 gas per byte) - Storage variable costs (22,100 gas) -This ensures accurate gas estimates for both single and batch deployments while providing warnings when approaching block gas limits. +This ensures accurate gas estimates for both single and batch deployments. Batches are automatically split when approaching per-transaction gas limits, and contracts exceeding the limit are blocked at queue time.