@subql/node-stellar 3.12.2-0 → 4.0.1-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
@@ -6,15 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ### Changed
10
+ - Bump `@subql/common` and `@subql/node-core` dependency (#85)
11
+
12
+ ## [4.0.0] - 2024-08-27
9
13
  ### Added
10
- - Suport for network endpoint config providing the ability to set headers and rpc batch sizes (#82)
14
+ - Support for network endpoint config providing the ability to set headers and rpc batch sizes (#82)
15
+
11
16
  ### Changed
12
17
  - Enable ts strict mode (#82)
13
18
  - Use Subquery Project code from node core (#82)
14
19
  - Breaking change: Update to latest `@subql/node-core`, require indexing environment timezone set to UTC (#82)
20
+
15
21
  ### Fixed
16
- - fix admin api `dbSize` issue
17
- - fixed various issues causing poi inconsistency
22
+ - fix admin api `dbSize` issue
23
+ - fixed various issues causing poi inconsistency
18
24
 
19
25
  ## [3.12.1] - 2024-08-21
20
26
  ### Fixed
@@ -151,7 +157,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
151
157
  - rename `soroban` to `sorobanEndpoint` in network config (#16)
152
158
 
153
159
  ## [2.12.0] - 2023-09-12
154
- [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.12.1...HEAD
160
+ [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.0.0...HEAD
161
+ [4.0.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.12.1...node-stellar/4.0.0
155
162
  [3.12.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.12.0...node-stellar/3.12.1
156
163
  [3.12.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.11.2...node-stellar/3.12.0
157
164
  [3.11.2]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.11.1...node-stellar/3.11.2