@subql/node-ethereum 2.6.2-6 → 2.8.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 +32 -24
- package/dist/.tsbuildinfo +1 -1
- package/package.json +5 -6
package/CHANGELOG.md
CHANGED
|
@@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
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
8
|
## [Unreleased]
|
|
9
|
+
|
|
10
|
+
## [2.8.0] - 2023-06-27
|
|
11
|
+
### Changed
|
|
12
|
+
- Update dependencies and sync with changes from main sdk (#118)
|
|
13
|
+
|
|
8
14
|
### Added
|
|
15
|
+
- Custom Error for `api.ethereum`, expose error code. (#115)
|
|
9
16
|
- Add flag `query-address-limit` for dictionary queries (#111)
|
|
10
17
|
|
|
11
18
|
### Fixed
|
|
@@ -149,27 +156,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
149
156
|
- Retry request when encouraging timeout/rate limit behaviours (#9)
|
|
150
157
|
|
|
151
158
|
## [0.1.0] - 2022-10-31
|
|
152
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/
|
|
153
|
-
[2.
|
|
154
|
-
[2.6.
|
|
155
|
-
[2.
|
|
156
|
-
[2.5.
|
|
157
|
-
[2.5.
|
|
158
|
-
[2.5.
|
|
159
|
-
[2.
|
|
160
|
-
[2.2.
|
|
161
|
-
[2.
|
|
162
|
-
[2.1.
|
|
163
|
-
[2.0
|
|
164
|
-
[2.0.
|
|
165
|
-
[
|
|
166
|
-
[1.0.
|
|
167
|
-
[1.0.
|
|
168
|
-
[0.
|
|
169
|
-
[0.
|
|
170
|
-
[0.
|
|
171
|
-
[0.2.
|
|
172
|
-
[0.2.
|
|
173
|
-
[0.2.
|
|
174
|
-
[0.
|
|
175
|
-
[0.1.
|
|
159
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.8.0...HEAD
|
|
160
|
+
[2.8.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.6.1...node-ethereum/2.8.0
|
|
161
|
+
[2.6.1]: https://github.com/subquery/subql-ethereum/compare/node/2.6.0...node-ethereum/2.6.1
|
|
162
|
+
[2.6.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.5.3...node-ethereum/2.6.0
|
|
163
|
+
[2.5.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.5.2...node-ethereum/2.5.3
|
|
164
|
+
[2.5.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.5.1...node-ethereum/2.5.2
|
|
165
|
+
[2.5.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.5.0...node-ethereum/2.5.1
|
|
166
|
+
[2.5.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.2.2...node-ethereum/2.5.0
|
|
167
|
+
[2.2.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.2.0.../node-ethereum/2.2.2
|
|
168
|
+
[2.2.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.1.2.../node-ethereum/2.2.0
|
|
169
|
+
[2.1.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.1.0.../node-ethereum/2.1.2
|
|
170
|
+
[2.1.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.0.1.../node-ethereum/2.1.0
|
|
171
|
+
[2.0.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.0.0.../node-ethereum/2.0.1
|
|
172
|
+
[2.0.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/1.0.2.../node-ethereum/2.0.0
|
|
173
|
+
[1.0.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/1.0.1.../node-ethereum/1.0.2
|
|
174
|
+
[1.0.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/1.0.0.../node-ethereum/1.0.1
|
|
175
|
+
[1.0.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/0.4.0.../node-ethereum/1.0.0
|
|
176
|
+
[0.4.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/0.3.0.../node-ethereum/0.4.0
|
|
177
|
+
[0.3.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/0.2.3.../node-ethereum/0.3.0
|
|
178
|
+
[0.2.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/0.2.2.../node-ethereum/0.2.3
|
|
179
|
+
[0.2.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/0.2.1.../node-ethereum/0.2.2
|
|
180
|
+
[0.2.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/0.2.0.../node-ethereum/0.2.1
|
|
181
|
+
[0.2.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/0.1.1.../node-ethereum/0.2.0
|
|
182
|
+
[0.1.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/0.1.0.../node-ethereum/0.1.1
|
|
183
|
+
[0.1.0]: https://github.com/subquery/subql-ethereum/tags/node-ethereum/0.1.0
|