v1.0.0 — September 30, 2025
- ✨ New Official Launch! The Blocktools suite is now at version 1.0.0!
- ✨ New sol-console [Pro]: Introducing Mainnet Forking and Local Anvil Nodes! Use `--fork-url` to test against live mainnet contracts or `--standalone` to spin up a fresh local node for development.
- ✨ New sol-console [Pro]: Added Foundry test generation. Use the `record` and `assert` commands during a session to automatically generate a complete Foundry test script.
- ✨ New New Tool: `event-tail`! A new, free tool for getting a real-time `tail -f` style stream of any smart contract event right in your terminal.
- 🔧 Improved sol-sentry: Updated reentrancy detection logic to identify more complex, multi-call attack vectors.
- 🐛 Fixed gas-forecaster: Corrected an issue where gas estimates for the Arbitrum network were occasionally delayed.