@subql/node-ethereum 2.9.1-0 → 2.9.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,7 +5,10 @@ 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
|
+
|
|
9
|
+
## [2.9.1] - 2023-07-07
|
|
8
10
|
### Fixed
|
|
11
|
+
- Sync with @subql/node-core@3.1.1, fixed Poi table missing mmr issue
|
|
9
12
|
- Finalization check with BSC and improved rate limit handling (#126)
|
|
10
13
|
|
|
11
14
|
## [2.9.0] - 2023-07-05
|
|
@@ -164,8 +167,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
164
167
|
- Retry request when encouraging timeout/rate limit behaviours (#9)
|
|
165
168
|
|
|
166
169
|
## [0.1.0] - 2022-10-31
|
|
167
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/
|
|
168
|
-
[2.9.
|
|
170
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.9.1...HEAD
|
|
171
|
+
[2.9.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.9.0...node-ethereum/2.9.1
|
|
172
|
+
[2.9.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.8.0...node-ethereum/2.9.0
|
|
169
173
|
[2.8.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.6.1...node-ethereum/2.8.0
|
|
170
174
|
[2.6.1]: https://github.com/subquery/subql-ethereum/compare/node/2.6.0...node-ethereum/2.6.1
|
|
171
175
|
[2.6.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.5.3...node-ethereum/2.6.0
|