Our Roadmap

Our mission is to build the best pre-deployment suite for Web3 developers, driven by community feedback. Here's what's next.

Request a Feature on Discord

🎯 Next Up (In Progress)

Machine-Readable JSON Output

Adding a --json flag across the suite for easy integration with CI/CD pipelines and other scripts.

Official Installers (Homebrew & Docker)

Publishing an official Homebrew tap for macOS/Linux and a Docker image for universal, containerized workflows.

Advanced L2 Gas Forecasting

Improving gas-forecaster to accurately model L2 fees by splitting L1 data costs vs. L2 execution costs.

Revert Reason Decoding

Enhancing receipt-parse to automatically fetch and display the human-readable revert reason from failed transactions.

πŸ—ΊοΈ On the Horizon (Planned)

State Snapshots in `sol-console`

The #1 requested feature: add snapshot() and rollback() commands for complex, multi-step testing on forked environments. (Pro Feature)

SARIF Output for `sol-sentry`

Enable native integration with GitHub's Code Scanning dashboard by providing scan results in the SARIF format. (Pro Feature)

Resilient Event Streaming

Making event-tail robust for production use with persistent cursors (resume-on-reconnect) and reorg handling.

Copy-Paste GitHub Actions

Create a library of official, copy-paste-ready GitHub Actions workflows for common CI tasks in our documentation.

πŸ’‘ Future / Exploring

Scriptable `sol-console` Sessions

Allow users to run automated scripts of console commands for repeatable, end-to-end testing scenarios.

Custom Rule Packs for `sol-sentry`

Allow teams to extend the scanner with their own Slither/Semgrep-style rule sets for custom security policies. (Pro Feature)

Statistical Gas Forecasting

Provide P50/P95 statistical ranges for EIP-1559 gas estimates for more robust cost predictions.

Named Signers in `sol-console`

Add the ability to assign human-readable aliases to test accounts for more intuitive scripting and interaction.

βœ… Recently Shipped

Foundry Test Generation

Pro users can now record interactive sol-console sessions and automatically generate Foundry test scripts. See v1.2.0.

Mainnet Forking in `sol-console`

Instantly spin up a local fork of any EVM network for realistic, high-fidelity testing. (Pro Feature) See v1.2.0.

New Tool: `event-tail`

Launched a new, free tool for real-time monitoring of on-chain smart contract events. See v1.2.0.

Full Gas Report in `gas-forecaster`

Added the `report` command for Pro users to generate a complete gas profile for every function in a contract. See v1.2.0.