v2.1.0
What's Changed
Features
- Allow custom names for events by @DZakh in #132
This is useful when you want to have a different name on the Envio side; or index events with the same name but different signatures:- event: Assigned(address indexed recipientId, uint256 amount, address token) - event: Assigned(address indexed recipientId, uint256 amount, address token, address sender) name: AssignedWithSender
Fixes & Polishing
- Fix progress bar for chains with 5000+ registered contract addresses by @JonoPrest in #124
- Fix "Maximum call stack size exceeded" error in reorgs logic by @JonoPrest in #125
- Memory and performance improvements by @JonoPrest in #127
- Update schema documentation on rollback_on_reorg to say that it's defaulted to true by @JonoPrest in #131
- Init Fuel indexer with the
[email protected]
version which fixes dynamic contracts by @DZakh in #126 - Improve error message for invalid contract and event names by @DZakh in #133
Full Changelog: v2.0.1...v2.1.0