@subql/node-ethereum 2.8.1-1 → 2.9.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,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.0] - 2023-07-05
|
|
10
|
+
### Fixed
|
|
11
|
+
- Limit the number of calls to eth_chainId (#123)
|
|
8
12
|
### Added
|
|
9
13
|
- `store-cache-upper-limit` flag to limit the max size of the store cache. (#124)
|
|
10
14
|
|
|
@@ -157,7 +161,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
157
161
|
- Retry request when encouraging timeout/rate limit behaviours (#9)
|
|
158
162
|
|
|
159
163
|
## [0.1.0] - 2022-10-31
|
|
160
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/
|
|
164
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/v2.9.0...HEAD
|
|
165
|
+
[2.9.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/v2.8.0...node-ethereum/v2.9.0
|
|
161
166
|
[2.8.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.6.1...node-ethereum/2.8.0
|
|
162
167
|
[2.6.1]: https://github.com/subquery/subql-ethereum/compare/node/2.6.0...node-ethereum/2.6.1
|
|
163
168
|
[2.6.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.5.3...node-ethereum/2.6.0
|