Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 956 Bytes

File metadata and controls

22 lines (16 loc) · 956 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.0 - 2026-03-14

Added

  • router-core: central dispatcher with route registration and pause controls
  • router-registry: versioned contract address registry with deprecation support
  • router-access: role-based ACL with blacklisting and role admins
  • router-middleware: rate limiting, call logging, and route enable/disable
  • router-timelock: delayed execution queue for sensitive administrative changes
  • router-multicall: batch cross-contract calls in a single transaction
  • 45 tests across all contracts