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.
- Upgraded to latest versions of
datafusion
andalloy
- Upgraded to latest versions of
datafusion
andalloy
- Fully migrated from deprecated
ethers
toalloy
crate
- Minor linter fixes
RawLogsStream
resumable filtered log stream- New transcoder types:
EthRawLogsToArrow
- converts raw log data into Arrow record batchesEthDecodedLogsToArrow
- converts decoded log data into Arrow record batchesEthRawAndDecodedLogsToArrow
- given raw log data and an event type and produces Arrow record batches with raw data columns and with decoded event columns
- Fallible
eth_try_decode_event
UDF
- Initial release