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.5.3 - 2022-02-28
- Support frontier evm processor (#812)
0.5.2 - 2022-02-25
- Fix moonbeam filters post EIP1559 (#825)
0.5.1 - 2022-02-23
- Add support for EIP1599 transactions to Moonbeam contract processor (#814)
0.5.0 - 2022-02-09
- Add support for ethereum json artifacts instead of abi (#790)
- Update
moonbeam-types-bundle
andpolkadot/api
(#773)
- Lowercase moonbeam dictionary query fields (#792)
0.4.1 - 2022-01-13
- Version bump with subql/types
0.4.0 - 2021-12-16
- Support dictionary for custom datasource (#686)
- Flyby fix, adjust timeout for test (#640)
- Lock down class-transformer version (#654)
- Add blockTimestamp to MoonbeamEvent (#659)
0.3.1 - 2021-11-19
- Reduce jest mem in Moonbeam test(#613)
0.3.0 - 2021-11-03
- Fix evm tx's
from
field (#590)
- Bump dependencies (#584)
- Moonbeam EVM improvement (#593)
- Case sensitivity when compare hash strings (#581)
- Handle tx without ethereum(Executed) log (#583)
- Basic implementation for moonbeam evm processor (#547)