@subql/node-stellar 3.8.0 → 3.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
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [3.9.0] - 2024-03-06
10
+ ### Changed
11
+ - Update `@subql/node-core` to 7.4.0
12
+
13
+ ## [3.8.1] - 2024-03-01
14
+ ### Fixed
15
+ - Update `@subql/node-core` to fix Poi generation issue with negative integer, also drop subscription triggers and notifiy_functions
16
+
9
17
  ## [3.8.0] - 2024-02-23
10
18
  ### Changed
11
19
  - Update `@subql/node-core` to 7.3.0
@@ -51,7 +59,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
51
59
 
52
60
  ## [3.3.1] - 2023-11-13
53
61
  ### Changed
54
- - Updates to match changes in `@subql/node-core` (#34)
62
+ - Updates to match changes in '@subql/node-core' (#34)
55
63
  - Dictionary service to use dictionary registry
56
64
  - Use yargs from node core
57
65
 
@@ -90,7 +98,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
90
98
  - rename `soroban` to `sorobanEndpoint` in network config (#16)
91
99
 
92
100
  ## [2.12.0] - 2023-09-12
93
- [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.8.0...HEAD
101
+ [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.9.0...HEAD
102
+ [3.9.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.8.1...node-stellar/3.9.0
103
+ [3.8.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.8.0...node-stellar/3.8.1
94
104
  [3.8.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.6.1...node-stellar/3.8.0
95
105
  [3.6.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.6.0...node-stellar/3.6.1
96
106
  [3.6.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.5.0...node-stellar/3.6.0