- Added Local SKALE RPC Proxy API with automatic endpoint discovery and round-robin load balancing
- The Local SKALE RPC Proxy is a custom-made proxy bespoke to the Dirt Road API with a similiar structure from the Eidolon RPC. This directly removes the reliance on the public SKALE Network Proxy and allows the x402 protected routes that handle simplification of the JSON-RPC requests to be handled in the same servce, also increasing performance
- Enhanced test suite reliability and removed broken tests
- Added UUID v7 timestamp-based generation support
- Enhanced test coverage across all services with comprehensive test suites
- Made all API routes discoverable for better developer experience
- Improved Web3 EVM API reliability and performance
Major platform expansion with five new utility APIs:
- Color Converter API (hex ↔ RGB ↔ HSL conversions)
- String Utils API (22 string manipulation functions)
- Number Base Converter API (binary, decimal, hex, octal conversions)
- UUID Utils API (v1, v3, v4, v5 UUID generation and validation)
- Web3 EVM JSON-RPC API (comprehensive Ethereum blockchain interactions)
Initial release of Dirt Road Dev APICore architecture built with Hono framework and TypeScriptEstablished foundation for functional, composable API designImplemented blockchain payment infrastructure groundwork with x402