@subql/node-stellar 3.0.2-0 → 3.0.3-1

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,16 +5,19 @@ 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
+ ### Changed
9
+ - Update `@subql/node-core` with fixes and support for endBlock feature (#27)
8
10
 
11
+ ## [3.0.2] - 2023-10-13
9
12
  ### Changed
10
13
  - debug has changed from a boolean to a string to allow scoping debug log level (#2077)
11
14
 
12
15
  ### Fixed
13
16
  - Sync with node-core.
14
- - Fixed Poi migration performance issue.
15
- - Fixed AutoQueue timeout issue.
16
- - Fixed Poi sync could block DB IO and drop connection issue.
17
- - Issues with using object destructing for store interface and workers.
17
+ - Fixed Poi migration performance issue.
18
+ - Fixed AutoQueue timeout issue.
19
+ - Fixed Poi sync could block DB IO and drop connection issue.
20
+ - Issues with using object destructing for store interface and workers.
18
21
 
19
22
  ## [3.0.1] - 2023-10-11
20
23
  ### Fixed
@@ -29,7 +32,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
29
32
  - rename `soroban` to `sorobanEndpoint` in network config (#16)
30
33
 
31
34
  ## [2.12.0] - 2023-09-12
32
- [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.0.1...HEAD
35
+ [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.0.2...HEAD
36
+ [3.0.2]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.0.1...node-stellar/3.0.2
33
37
  [3.0.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.0.0...node-stellar/3.0.1
34
38
  [3.0.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/2.12.1...node-stellar/3.0.0
35
39
  [2.12.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/2.12.0...node-stellar/2.12.1