Skip to content

Commit

Permalink
Merge branch 'main' into fix/isFullBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
yoozo committed Oct 24, 2024
2 parents d5915d7 + d63ec82 commit 7dd0713
Show file tree
Hide file tree
Showing 7 changed files with 81 additions and 27 deletions.
2 changes: 2 additions & 0 deletions .yarn/versions/062e6b0f.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@subql/node-ethereum"
2 changes: 2 additions & 0 deletions .yarn/versions/3780c2f6.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@subql/common-ethereum"
7 changes: 6 additions & 1 deletion packages/common-ethereum/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]

## [4.5.4] - 2024-10-23
### Changed
- Bump `@subql/common` dependency

## [4.5.3] - 2024-09-25
### Changed
- Bump common, Added manifest support for query-subgraph.
Expand Down Expand Up @@ -212,7 +216,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Sync with main sdk (#14)

## [0.1.0] - 2022-10-31
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.5.3...HEAD
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.5.4...HEAD
[4.5.4]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.5.3...common-ethereum/4.5.4
[4.5.3]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.5.2...common-ethereum/4.5.3
[4.5.2]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.5.1...common-ethereum/4.5.2
[4.5.1]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.5.0...common-ethereum/4.5.1
Expand Down
4 changes: 2 additions & 2 deletions packages/common-ethereum/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common-ethereum",
"version": "4.5.3",
"version": "4.5.4",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand All @@ -14,7 +14,7 @@
"main": "dist/index.js",
"license": "GPL-3.0",
"dependencies": {
"@subql/common": "^5.1.3",
"@subql/common": "^5.1.4",
"@subql/types-ethereum": "workspace:*",
"@typechain/ethers-v5": "^11.1.1",
"@zilliqa-js/crypto": "^3.5.0",
Expand Down
7 changes: 6 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Do not index data when fullBlock does not exist logs (#350)

## [5.1.6] - 2024-10-23
### Changed
- Bump `@subql/common` dependency

## [5.1.5] - 2024-10-22
### Changed
- Bump `@subql/node-core` dependency (#347)
Expand Down Expand Up @@ -563,7 +567,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/5.1.5...HEAD
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.6...HEAD
[5.1.6]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.5...node-ethereum/5.1.6
[5.1.5]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.4...node-ethereum/5.1.5
[5.1.4]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.3...node-ethereum/5.1.4
[5.1.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.2...node-ethereum/5.1.3
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": "5.1.5",
"version": "5.1.6",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand All @@ -24,7 +24,7 @@
"@nestjs/event-emitter": "^2.0.0",
"@nestjs/platform-express": "^9.4.0",
"@nestjs/schedule": "^3.0.1",
"@subql/common": "^5.1.3",
"@subql/common": "^5.1.4",
"@subql/common-ethereum": "workspace:*",
"@subql/node-core": "^14.1.6",
"@subql/testing": "^2.2.1",
Expand Down
82 changes: 61 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2958,7 +2958,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@subql/common-ethereum@workspace:packages/common-ethereum"
dependencies:
"@subql/common": ^5.1.3
"@subql/common": ^5.1.4
"@subql/types-ethereum": "workspace:*"
"@typechain/ethers-v5": ^11.1.1
"@types/ejs": ^3.1.2
Expand All @@ -2979,7 +2979,7 @@ __metadata:
languageName: unknown
linkType: soft

"@subql/common@npm:5.1.3, @subql/common@npm:^5.1.3":
"@subql/common@npm:5.1.3":
version: 5.1.3
resolution: "@subql/common@npm:5.1.3"
dependencies:
Expand All @@ -2995,6 +2995,22 @@ __metadata:
languageName: node
linkType: hard

"@subql/common@npm:^5.1.4":
version: 5.1.4
resolution: "@subql/common@npm:5.1.4"
dependencies:
"@subql/types-core": 2.0.0
axios: ^0.28.0
class-transformer: ^0.5.1
class-validator: ^0.14.1
js-yaml: ^4.1.0
reflect-metadata: ^0.1.14
semver: ^7.6.3
update-notifier: ^5.1.0
checksum: e0e4d5eb6ff521234b784cdd82810566aa00c58303345915435d105432c5d98b618fa8523597d9e98edcffbaa3c383dd67458862ae38b1b7b7971fcac0dde092
languageName: node
linkType: hard

"@subql/node-core@npm:^14.1.6":
version: 14.1.6
resolution: "@subql/node-core@npm:14.1.6"
Expand Down Expand Up @@ -3038,7 +3054,7 @@ __metadata:
"@nestjs/schedule": ^3.0.1
"@nestjs/schematics": ^9.2.0
"@nestjs/testing": ^9.4.0
"@subql/common": ^5.1.3
"@subql/common": ^5.1.4
"@subql/common-ethereum": "workspace:*"
"@subql/node-core": ^14.1.6
"@subql/testing": ^2.2.1
Expand Down Expand Up @@ -3082,6 +3098,13 @@ __metadata:
languageName: node
linkType: hard

"@subql/types-core@npm:2.0.0, @subql/types-core@npm:^2.0.0":
version: 2.0.0
resolution: "@subql/types-core@npm:2.0.0"
checksum: cb32c8f1eed13eabee65fb9dd0b4b64435ca18e820f640bd29a3e3a0d4c58692df1163fbc66c2dd29b52faab60b4bd895518c5aad63ec81ade5c250bf580619c
languageName: node
linkType: hard

"@subql/types-core@npm:^0.9.1":
version: 0.9.1
resolution: "@subql/types-core@npm:0.9.1"
Expand All @@ -3091,13 +3114,6 @@ __metadata:
languageName: node
linkType: hard

"@subql/types-core@npm:^2.0.0":
version: 2.0.0
resolution: "@subql/types-core@npm:2.0.0"
checksum: cb32c8f1eed13eabee65fb9dd0b4b64435ca18e820f640bd29a3e3a0d4c58692df1163fbc66c2dd29b52faab60b4bd895518c5aad63ec81ade5c250bf580619c
languageName: node
linkType: hard

"@subql/types-ethereum@workspace:*, @subql/types-ethereum@workspace:packages/types":
version: 0.0.0-use.local
resolution: "@subql/types-ethereum@workspace:packages/types"
Expand Down Expand Up @@ -4727,7 +4743,7 @@ __metadata:
languageName: node
linkType: hard

"braces@npm:^3.0.2, braces@npm:~3.0.2":
"braces@npm:^3.0.3, braces@npm:~3.0.2":
version: 3.0.3
resolution: "braces@npm:3.0.3"
dependencies:
Expand Down Expand Up @@ -5793,7 +5809,7 @@ __metadata:
languageName: node
linkType: hard

"elliptic@npm:6.5.4, elliptic@npm:^6.5.4":
"elliptic@npm:6.5.4":
version: 6.5.4
resolution: "elliptic@npm:6.5.4"
dependencies:
Expand Down Expand Up @@ -5823,6 +5839,21 @@ __metadata:
languageName: node
linkType: hard

"elliptic@npm:^6.5.7":
version: 6.5.7
resolution: "elliptic@npm:6.5.7"
dependencies:
bn.js: ^4.11.9
brorand: ^1.1.0
hash.js: ^1.0.0
hmac-drbg: ^1.0.1
inherits: ^2.0.4
minimalistic-assert: ^1.0.1
minimalistic-crypto-utils: ^1.0.1
checksum: af0ffddffdbc2fea4eeec74388cd73e62ed5a0eac6711568fb28071566319785df529c968b0bf1250ba4bc628e074b2d64c54a633e034aa6f0c6b152ceb49ab8
languageName: node
linkType: hard

"emittery@npm:^0.13.1":
version: 0.13.1
resolution: "emittery@npm:0.13.1"
Expand Down Expand Up @@ -9158,12 +9189,12 @@ __metadata:
linkType: hard

"micromatch@npm:^4.0.0, micromatch@npm:^4.0.4, micromatch@npm:^4.0.5":
version: 4.0.5
resolution: "micromatch@npm:4.0.5"
version: 4.0.8
resolution: "micromatch@npm:4.0.8"
dependencies:
braces: ^3.0.2
braces: ^3.0.3
picomatch: ^2.3.1
checksum: 02a17b671c06e8fefeeb6ef996119c1e597c942e632a21ef589154f23898c9c6a9858526246abb14f8bca6e77734aa9dcf65476fca47cedfb80d9577d52843fc
checksum: 79920eb634e6f400b464a954fcfa589c4e7c7143209488e44baf627f9affc8b1e306f41f4f0deedde97e69cb725920879462d3e750ab3bd3c1aed675bb3a8966
languageName: node
linkType: hard

Expand Down Expand Up @@ -9518,6 +9549,15 @@ __metadata:
languageName: node
linkType: hard

"node-addon-api@npm:^5.0.0":
version: 5.1.0
resolution: "node-addon-api@npm:5.1.0"
dependencies:
node-gyp: latest
checksum: 2508bd2d2981945406243a7bd31362fc7af8b70b8b4d65f869c61731800058fb818cc2fd36c8eac714ddd0e568cc85becf5e165cebbdf7b5024d5151bbc75ea1
languageName: node
linkType: hard

"node-fetch@npm:2.6.7":
version: 2.6.7
resolution: "node-fetch@npm:2.6.7"
Expand Down Expand Up @@ -11024,14 +11064,14 @@ __metadata:
linkType: hard

"secp256k1@npm:^4.0.1":
version: 4.0.3
resolution: "secp256k1@npm:4.0.3"
version: 4.0.4
resolution: "secp256k1@npm:4.0.4"
dependencies:
elliptic: ^6.5.4
node-addon-api: ^2.0.0
elliptic: ^6.5.7
node-addon-api: ^5.0.0
node-gyp: latest
node-gyp-build: ^4.2.0
checksum: 21e219adc0024fbd75021001358780a3cc6ac21273c3fcaef46943af73969729709b03f1df7c012a0baab0830fb9a06ccc6b42f8d50050c665cb98078eab477b
checksum: 9314ddcd27506c5f8d9b21a2c131c62464762f597b82fe48ba89b50149ec95cd566d6ad2d4a922553dd0a8b4b14c1ccd83283f487229a941b6c7c02361ef5177
languageName: node
linkType: hard

Expand Down

0 comments on commit 7dd0713

Please sign in to comment.