@subql/frontier-evm-processor 1.0.0 → 1.0.2-0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
7
  ## [Unreleased]
8
+ ### Fixed
9
+ - Parsing transactions with new chain runtimes (#58)
10
+
11
+ ### Changed
12
+ - Update to the latest compatible polkadot related deps (#58)
13
+ - Update headers to 2025
14
+
15
+ ## [1.0.1] - 2024-08-14
16
+ ### Changed
17
+ - Update dependencies and apply any relevant changes (#56)
8
18
 
9
19
  ## [1.0.0] - 2023-10-05
10
20
  ### Changed
@@ -40,7 +50,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
40
50
  ### Changed
41
51
  - update to datasource spec version 1.0.0
42
52
 
43
- [Unreleased]: https://github.com/subquery/datasource-processors/compare/frontier-evm-processor/1.0.0...HEAD
53
+ [Unreleased]: https://github.com/subquery/datasource-processors/compare/frontier-evm/1.0.1...HEAD
54
+ [1.0.1]: https://github.com/subquery/datasource-processors/compare/frontier-evm/1.0.0...frontier-evm/1.0.1
44
55
  [1.0.0]: https://github.com/subquery/datasource-processors/compare/frontier-evm-processor/0.1.4...frontier-evm-processor/1.0.0
45
56
  [0.1.4]: https://github.com/subquery/datasource-processors/frontier-evm/0.1.3...frontier-evm/0.1.4
46
57
  [0.1.3]: https://github.com/subquery/datasource-processors/frontier-evm/0.1.2...frontier-evm/0.1.3