@subql/node-stellar 3.1.1-2 → 3.3.1-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,6 +5,17 @@ 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
+ - Updates to match changes in `@subql/node-core` (#34)
10
+ - Dictionary service to use dictionary registry
11
+ - Use yargs from node core
12
+
13
+ ## [3.3.0] - 2023-11-06
14
+ ### Added
15
+ - With `dictionary-query-size` now dictionary can config the query block range
16
+
17
+ ### Fixed
18
+ - Sync with node-core 6.3.0 with various fixes
8
19
 
9
20
  ## [3.1.0] - 2023-11-01
10
21
  ### Changed
@@ -34,7 +45,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
34
45
  - rename `soroban` to `sorobanEndpoint` in network config (#16)
35
46
 
36
47
  ## [2.12.0] - 2023-09-12
37
- [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.1.0...HEAD
48
+ [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.3.0...HEAD
49
+ [3.3.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.1.0...node-stellar/3.3.0
38
50
  [3.1.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.0.2...node-stellar/3.1.0
39
51
  [3.0.2]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.0.1...node-stellar/3.0.2
40
52
  [3.0.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.0.0...node-stellar/3.0.1