Changelog
View SourceAll 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.1] - 2024-03-27
Changed
mint
dependency is now:optional
instead ofonly: :dev
;- Updated
README.md
for documentation purposes, with more examples and better formatting;
0.1.0 - 2024-03-25 🚀
Added
- Initial release of Exth
- Core JSON-RPC functionality
- Request/Response handling
- Method generation
- Parameter encoding
- Transport layer abstraction
- HTTP Transport implementation using Tesla
- Configurable middleware support
- Provider interface
- Ethereum namespace support (
eth_*
methods) - Net namespace support (
net_*
methods) - Web3 namespace support (
web3_*
methods)
- Ethereum namespace support (
- Client caching mechanism
- Comprehensive documentation
- MIT License