@subql/node-stellar 3.8.2-0 → 3.9.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,6 +6,10 @@ 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
+
9
13
  ## [3.8.1] - 2024-03-01
10
14
  ### Fixed
11
15
  - Update `@subql/node-core` to fix Poi generation issue with negative integer, also drop subscription triggers and notifiy_functions
@@ -94,7 +98,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
94
98
  - rename `soroban` to `sorobanEndpoint` in network config (#16)
95
99
 
96
100
  ## [2.12.0] - 2023-09-12
97
- [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.8.1...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
98
103
  [3.8.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.8.0...node-stellar/3.8.1
99
104
  [3.8.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.6.1...node-stellar/3.8.0
100
105
  [3.6.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.6.0...node-stellar/3.6.1