# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.1.0] - 2024-XX-XX
### Added
- Initial release of Base Simulacrum
- EIP-5792 `wallet_sendCalls` implementation
- EIP-5792 `wallet_getCallsStatus` implementation
- Local Anvil instance management
- Mock paymaster for gas sponsorship simulation
- CLI with `run` and `status` commands
- Support for Base chain (chain ID 8453)
- Support for forking from live networks
- Atomic batch transaction execution
- Comprehensive error handling
- Example batch configuration file
- Full documentation (README, USAGE, PUBLISHING guides)
### Features
- **Headless Testing**: No browser or frontend required
- **Zero Network Dependencies**: Runs entirely locally
- **Deterministic Execution**: Millisecond-fast in-memory EVM
- **Gas Sponsorship**: Mock paymaster simulation
- **Flexible Configuration**: JSON-based batch definitions
- **Network Forking**: Test against real contract state
[Unreleased]: https://github.com/Dominion77/base-simulacrum/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/Dominion77/base-simulacrum/releases/tag/v0.1.0