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