Skip to content

Commit

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

* update changelog

* update changelog

* add pr link

* update changelog wtih release

---------

Co-authored-by: bz888 <[email protected]>
Co-authored-by: bz888 <[email protected]>
  • Loading branch information
3 people authored Nov 16, 2023
1 parent 42f923e commit ffcc849
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 13 deletions.
Empty file removed .yarn/versions/0ca8bed0.yml
Empty file.
Empty file removed .yarn/versions/2330b43f.yml
Empty file.
Empty file removed .yarn/versions/942259e2.yml
Empty file.
Empty file removed .yarn/versions/d1fc5b6f.yml
Empty file.
Empty file removed .yarn/versions/da796783.yml
Empty file.
Empty file removed .yarn/versions/e549c5f5.yml
Empty file.
7 changes: 6 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.3.4] - 2023-11-16
### Fixed
- Sync with `node-core` 6.4.2, Fix incorrect enqueuedBlocks, dictionaries timing out by updating `@subql/apollo-links` (#212)

## [3.3.3] - 2023-11-13
### Changed
- Updates to match changes in
Expand Down Expand Up @@ -326,7 +330,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.3.3...HEAD
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.3.4...HEAD
[3.3.4]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.3.3...node-ethereum/3.3.4
[3.3.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.3.2...node-ethereum/3.3.3
[3.3.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.3.1...node-ethereum/3.3.2
[3.3.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.3.0...node-ethereum/3.3.1
Expand Down
4 changes: 2 additions & 2 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.3.3",
"version": "3.3.4",
"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.4.1",
"@subql/node-core": "^6.4.2",
"@subql/testing": "^2.0.2",
"@subql/types-ethereum": "workspace:*",
"cacheable-lookup": "6",
Expand Down
28 changes: 18 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3163,22 +3163,23 @@ __metadata:
languageName: node
linkType: hard

"@subql/apollo-links@npm:^1.0.2":
version: 1.0.2
resolution: "@subql/apollo-links@npm:1.0.2"
"@subql/apollo-links@npm:^1.2.2":
version: 1.100.0
resolution: "@subql/apollo-links@npm:1.100.0"
dependencies:
"@metamask/eth-sig-util": 5.1.0
apollo-link-error: ^1.1.13
axios: ^0.27.2
buffer: ^6.0.3
cross-fetch: ^4.0.0
ethers: ^5.6.8
js-base64: ^3.7.5
jwt-decode: ^3.1.2
lru-cache: ^10.0.1
peerDependencies:
"@apollo/client": "*"
graphql: "*"
checksum: b7e3511d78d136bdda4e1ae1722c22522a10dacbe7b0908fe7065233cd1ed2e61a6e3a599b9a37b356bedf48833212eb037593324bc409def6e562c094605376
checksum: c9347ee402e59227ff932748891702963a31c062c9aacf8dab659a9576a65745a604e0edd51101303d391c7ef69d1c743de375dca9074de3b542c08fb9690b94
languageName: node
linkType: hard

Expand Down Expand Up @@ -3242,15 +3243,15 @@ __metadata:
languageName: node
linkType: hard

"@subql/node-core@npm:^6.4.1":
version: 6.4.1
resolution: "@subql/node-core@npm:6.4.1"
"@subql/node-core@npm:^6.4.2":
version: 6.4.2
resolution: "@subql/node-core@npm:6.4.2"
dependencies:
"@apollo/client": ^3.7.16
"@nestjs/common": ^9.4.0
"@nestjs/event-emitter": ^2.0.0
"@nestjs/schedule": ^3.0.1
"@subql/apollo-links": ^1.0.2
"@subql/apollo-links": ^1.2.2
"@subql/common": 3.3.1-0
"@subql/testing": 2.1.0
"@subql/types": 3.3.0
Expand All @@ -3269,7 +3270,7 @@ __metadata:
tar: ^6.1.11
vm2: ^3.9.19
yargs: ^16.2.0
checksum: 13977dfc737d6a25ed5d7c5050a25cd4e84881f66fdb2b14b6da2c1d25f0b27af27ff0c5e16db2997bfd593cd4ef771e6dd1c6413a7d04abc1034a9ee9592b80
checksum: 93f7e2c1e1f855645496d92d4a5ad5970eee092dee7f2274687285b15bae87139ffdd61e979a33fe7470cd8abc4b660786e2148cfa003ad2566c9f5a4c1676a2
languageName: node
linkType: hard

Expand All @@ -3287,7 +3288,7 @@ __metadata:
"@nestjs/testing": ^9.4.0
"@subql/common": ^3.3.0
"@subql/common-ethereum": "workspace:*"
"@subql/node-core": ^6.4.1
"@subql/node-core": ^6.4.2
"@subql/testing": ^2.0.2
"@subql/types-ethereum": "workspace:*"
"@types/express": ^4.17.13
Expand Down Expand Up @@ -9125,6 +9126,13 @@ __metadata:
languageName: node
linkType: hard

"js-base64@npm:^3.7.5":
version: 3.7.5
resolution: "js-base64@npm:3.7.5"
checksum: 67a78c8b1c47b73f1c6fba1957e9fe6fd9dc78ac93ac46cc2e43472dcb9cf150d126fb0e593192e88e0497354fa634d17d255add7cc6ee3c7b4d29870faa8e18
languageName: node
linkType: hard

"js-sha3@npm:0.8.0, js-sha3@npm:^0.8.0":
version: 0.8.0
resolution: "js-sha3@npm:0.8.0"
Expand Down

0 comments on commit ffcc849

Please sign in to comment.