@subql/node-stellar 3.1.1-1 → 3.3.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 +9 -1
- package/dist/.tsbuildinfo +1 -1
- package/dist/yargs.d.ts +6 -14
- package/dist/yargs.js +5 -13
- package/dist/yargs.js.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [3.3.0] - 2023-11-06
|
|
10
|
+
### Added
|
|
11
|
+
- With `dictionary-query-size` now dictionary can config the query block range
|
|
12
|
+
|
|
13
|
+
### Fixed
|
|
14
|
+
- Sync with node-core 6.3.0 with various fixes
|
|
15
|
+
|
|
9
16
|
## [3.1.0] - 2023-11-01
|
|
10
17
|
### Changed
|
|
11
18
|
- Update `@subql/node-core` with fixes and support for endBlock feature (#27)
|
|
@@ -34,7 +41,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
34
41
|
- rename `soroban` to `sorobanEndpoint` in network config (#16)
|
|
35
42
|
|
|
36
43
|
## [2.12.0] - 2023-09-12
|
|
37
|
-
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.
|
|
44
|
+
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.3.0...HEAD
|
|
45
|
+
[3.3.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.1.0...node-stellar/3.3.0
|
|
38
46
|
[3.1.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.0.2...node-stellar/3.1.0
|
|
39
47
|
[3.0.2]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.0.1...node-stellar/3.0.2
|
|
40
48
|
[3.0.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.0.0...node-stellar/3.0.1
|