Skip to content

Commit

Permalink
[release] 20231105 (#198)
Browse files Browse the repository at this point in the history
* Update @subql deps

* [release] 20231105

* update changelog

* update version

---------

Co-authored-by: jiqiang90 <[email protected]>
Co-authored-by: JQQQ <[email protected]>
  • Loading branch information
3 people authored Nov 7, 2023
1 parent 3835c78 commit c858025
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 10 deletions.
10 changes: 9 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Getting transaction receipts when accessing via a log handler

## [3.3.0] - 2023-11-06
### Added
- With `dictionary-query-size` now dictionary can config the query block range

### Fixed
- Sync with node-core 6.3.0 with various fixes

## [3.1.2] - 2023-11-01
### Fixed
- Unfinalized blocks not working with Cronos (#193)
Expand Down Expand Up @@ -306,7 +313,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Init release

[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.1.2...HEAD
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.3.0...HEAD
[3.3.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.1.2...node-ethereum/3.3.0
[3.1.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.1.1...node-ethereum/3.1.2
[3.1.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.1.0...node-ethereum/3.1.1
[3.1.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.6...node-ethereum/3.1.0
Expand Down
7 changes: 3 additions & 4 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-ethereum",
"version": "3.1.3-1",
"version": "3.3.0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand All @@ -27,7 +27,7 @@
"@nestjs/schedule": "^3.0.1",
"@subql/common": "^3.3.0",
"@subql/common-ethereum": "workspace:*",
"@subql/node-core": "^6.2.0",
"@subql/node-core": "^6.3.0",
"@subql/testing": "^2.0.2",
"@subql/types-ethereum": "workspace:*",
"cacheable-lookup": "6",
Expand Down Expand Up @@ -65,6 +65,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "3.1.3-0"
]
}
6 changes: 6 additions & 0 deletions packages/node/src/yargs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@ export const yargsOptions = yargs(hideBin(process.argv))
describe: 'Max timeout for dictionary query',
type: 'number',
},
'dictionary-query-size': {
demandOption: false,
describe:
'Dictionary query max block size, this specify the block height range of the dictionary query',
type: 'number',
},
'disable-historical': {
demandOption: false,
describe: 'Disable storing historical state entities',
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3210,9 +3210,9 @@ __metadata:
languageName: node
linkType: hard

"@subql/node-core@npm:^6.2.0":
version: 6.2.0
resolution: "@subql/node-core@npm:6.2.0"
"@subql/node-core@npm:^6.3.0":
version: 6.3.0
resolution: "@subql/node-core@npm:6.3.0"
dependencies:
"@apollo/client": ^3.7.16
"@nestjs/common": ^9.4.0
Expand All @@ -3237,7 +3237,7 @@ __metadata:
tar: ^6.1.11
vm2: ^3.9.19
yargs: ^16.2.0
checksum: ec4deffd88a94067a634349b8b809415a3d0dbc28a3c187df8482409fedef85ce343f497ff68e0c0b86ea0520f4864aee306986a62be0e4e20df14920ec66b40
checksum: a0961eb85a5bfb5ff521658563ef78e2db55969857295f4108a937377fbf81bb02567d8353be24b880e38e9b6c14d91ebad468fe555346faae7d8a0a5ae69f79
languageName: node
linkType: hard

Expand All @@ -3255,7 +3255,7 @@ __metadata:
"@nestjs/testing": ^9.4.0
"@subql/common": ^3.3.0
"@subql/common-ethereum": "workspace:*"
"@subql/node-core": ^6.2.0
"@subql/node-core": ^6.3.0
"@subql/testing": ^2.0.2
"@subql/types-ethereum": "workspace:*"
"@types/express": ^4.17.13
Expand Down

0 comments on commit c858025

Please sign in to comment.