Skip to content

Commit

Permalink
[release] 20230731 (#140)
Browse files Browse the repository at this point in the history
* [release] 20230731

* fix 0.2.0 log
  • Loading branch information
jiqiang90 authored Jul 31, 2023
1 parent 5d74501 commit 3e617f0
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 28 deletions.
Empty file removed .yarn/versions/0fba9200.yml
Empty file.
Empty file removed .yarn/versions/0ff0d5ed.yml
Empty file.
3 changes: 0 additions & 3 deletions .yarn/versions/9013fae3.yml

This file was deleted.

Empty file removed .yarn/versions/9dc51135.yml
Empty file.
Empty file removed .yarn/versions/ba46ee01.yml
Empty file.
2 changes: 0 additions & 2 deletions .yarn/versions/bffeedf7.yml

This file was deleted.

9 changes: 6 additions & 3 deletions packages/common-ethereum/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed
- Sync witb `@subql/common`, fix iPFS repeat cat same cid
## [2.2.1] - 2023-07-31
### Fixed
- Update license (#137)
- Sync with common `@subql/common` fix iPFS repeat cat same cid

## [2.2.0] - 2023-06-27
### Changed
Expand Down Expand Up @@ -48,7 +50,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/2.2.0...HEAD
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/2.2.1...HEAD
[2.2.1]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/2.2.0...common-ethereum/2.2.1
[2.2.0]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/2.1.3...common-ethereum/2.2.0
[2.1.3]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/2.1.2...common-ethereum/2.1.3
[2.1.2]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/2.1.1...common-ethereum/2.1.2
Expand Down
5 changes: 2 additions & 3 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": "2.2.1-1",
"version": "2.2.1",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand All @@ -26,6 +26,5 @@
"devDependencies": {
"@types/js-yaml": "^4.0.4",
"@types/pino": "^6.3.12"
},
"stableVersion": "2.2.1-0"
}
}
16 changes: 10 additions & 6 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Add
## [2.10.0] - 2023-07-31
### Added
- Added `!null` filter for logs (#135)

### Updated
### Changed
- Update license to GPL-3.0 (#137)
- Updated retry logic for eth requests (#134)
- Adjust batch size for `JsonRpcBatchProvider` dynamically (#121)
- Sync with node-core :
- init db schema manually during test run
- Sync with node-core :
- init db schema manually during test run
- fix retry logic for workers in connection pool
- Performance scoring fix

Expand Down Expand Up @@ -189,7 +189,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Retry request when encouraging timeout/rate limit behaviours (#9)

## [0.1.0] - 2022-10-31
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.9.2...HEAD
### Added
- Init release

[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.10.0...HEAD
[2.10.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.9.2...node-ethereum/2.10.0
[2.9.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.9.1...node-ethereum/2.9.2
[2.9.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.9.0...node-ethereum/2.9.1
[2.9.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.8.0...node-ethereum/2.9.0
Expand Down
5 changes: 2 additions & 3 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-ethereum",
"version": "2.9.3-5",
"version": "2.10.0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -66,6 +66,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "2.9.3-4"
]
}
11 changes: 6 additions & 5 deletions packages/types/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]

## [2.2.3] - 2023-07-31
### Fixed
- Update license (#137)

## [2.2.2] - 2023-06-01
### Added
- add timestamp to ethTransaction (#93)
Expand Down Expand Up @@ -43,16 +47,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Re-release 0.2.1

## [0.2.0] - 2022-12-06
### Added
- Support for `bypassBlocks` (#1435)

## [0.2.0] - 2022-11-17
### Changed
- Sync with main sdk (#14)

## [0.1.0] - 2022-10-31
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/types/2.2.2...HEAD
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/types/2.2.3...HEAD
[2.2.3]: https://github.com/subquery/subql-ethereum/compare/types/2.2.2...types/2.2.3
[2.2.2]: https://github.com/subquery/subql-ethereum/compare/types/2.2.1...types/2.2.2
[2.2.1]: https://github.com/subquery/subql-ethereum/compare/types/v2.2.0...types/v2.2.1
[2.2.0]: https://github.com/subquery/subql-ethereum/compare/types/v2.1.0...types/v2.2.0
Expand Down
5 changes: 2 additions & 3 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/types-ethereum",
"version": "2.2.3-2",
"version": "2.2.3",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -17,6 +17,5 @@
],
"dependencies": {
"@ethersproject/abstract-provider": "^5.6.1"
},
"stableVersion": "2.2.3-1"
}
}

0 comments on commit 3e617f0

Please sign in to comment.