Skip to content

Commit

Permalink
[release] 20230731 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 authored Jul 31, 2023
1 parent acdccdd commit ee5bc2b
Show file tree
Hide file tree
Showing 14 changed files with 54 additions and 62 deletions.
3 changes: 0 additions & 3 deletions .yarn/versions/68b6928d.yml

This file was deleted.

Empty file removed .yarn/versions/6ceccbe4.yml
Empty file.
Empty file removed .yarn/versions/6dc0ce64.yml
Empty file.
Empty file removed .yarn/versions/87bc237c.yml
Empty file.
2 changes: 0 additions & 2 deletions .yarn/versions/894716ec.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .yarn/versions/dcf5844e.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .yarn/versions/f2c25303.yml

This file was deleted.

9 changes: 6 additions & 3 deletions packages/common-algorand/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.4.0] - 2023-07-31
### Added
- Add `applicationArgs` to `AlgorandTransactionFilter` (#67)

### Changed
- Update license to GPL-3.0
- Update license to GPL-3.0 (#70)
- Sync with `@subql/common` 2.4.0

## [2.3.0] - 2023-06-27
### Changed
Expand Down Expand Up @@ -44,7 +46,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed `assetId` on transaction filter being validated as a string. (#9)

## [1.0.0] - 2022-08-04
[Unreleased]: https://github.com/subquery/subql-algorand/compare/common-algorand/2.3.0...HEAD
[Unreleased]: https://github.com/subquery/subql-algorand/compare/common-algorand/2.4.0...HEAD
[2.4.0]: https://github.com/subquery/subql-algorand/compare/common-algorand/2.3.0...common-algorand/2.4.0
[2.3.0]: https://github.com/subquery/subql-algorand/compare/common-algorand/2.2.1...common-algorand/2.3.0
[2.2.1]: https://github.com/subquery/subql-algorand/compare/common-algorand/2.2.0...common-algorand/2.2.1
[2.2.0]: https://github.com/subquery/subql-algorand/compare/common-algorand/2.1.0...common-algorand/2.2.0
Expand Down
7 changes: 3 additions & 4 deletions packages/common-algorand/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common-algorand",
"version": "2.3.1-2",
"version": "2.4.0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand All @@ -13,7 +13,7 @@
"main": "dist/index.js",
"license": "GPL-3.0",
"dependencies": {
"@subql/common": "^2.3.0",
"@subql/common": "^2.4.0",
"@subql/types-algorand": "workspace:*",
"class-transformer": "0.4.0",
"class-validator": "^0.13.2",
Expand All @@ -32,6 +32,5 @@
"@types/js-yaml": "^4.0.4",
"@types/pino": "^6.3.12",
"@types/semver": "^7"
},
"stableVersion": "2.3.1-1"
}
}
12 changes: 6 additions & 6 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.10.0] - 2023-07-31
### Added
- Add `block` to `AlgorandTransaction` (#67)
- Add `getTransactionsByGroup` to `AlgorandBlock` (#67)
- Add `applicationArgs` to `AlgorandTransactionFilter`. Note: dictionary doesn't yet support this. (#67)

### Changed
- add `store-cache-upper-limit` flag
- Reduce block time interval (#67)
- Update license to GPL-3.0

- Sync with `node-core` 4.0.1
### Fixed
- Sync with @node/core, various improvements for POI feature

### Changed
- Update node-core and add `store-cache-upper-limit` flag

## [2.8.0] - 2023-06-27
### Changed
- Sync with main sdk and update deps (#62)
Expand Down Expand Up @@ -133,7 +132,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Synced latest changes from main repo. (#10)

## [1.6.0] - 2022-08-04
[Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/2.8.0...HEAD
[Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/2.10.0...HEAD
[2.10.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/2.8.0...node-algorand/2.10.0
[2.8.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/2.5.2...node-algorand/2.8.0
[2.5.2]: https://github.com/subquery/subql-algorand/compare/node-algorand/2.5.1...node-algorand/2.5.2
[2.5.1]: https://github.com/subquery/subql-algorand/compare/node-algorand/2.5.0...node-algorand/2.5.1
Expand Down
9 changes: 4 additions & 5 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-algorand",
"version": "2.8.1-3",
"version": "2.10.0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand All @@ -24,9 +24,9 @@
"@nestjs/event-emitter": "^2.0.0",
"@nestjs/platform-express": "^9.4.0",
"@nestjs/schedule": "^3.0.1",
"@subql/common": "^2.3.0",
"@subql/common": "^2.4.0",
"@subql/common-algorand": "workspace:*",
"@subql/node-core": "^4.0.0",
"@subql/node-core": "^4.0.1",
"@subql/types-algorand": "workspace:*",
"@willsoto/nestjs-prometheus": "^4.4.0",
"algosdk": "^2.2.0",
Expand Down Expand Up @@ -60,6 +60,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "2.8.1-2"
]
}
8 changes: 5 additions & 3 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.2.0] - 2023-07-31
### Added
- Add `block` to `AlgorandTransaction` (#67)
- Add `getTransactionsByGroup` to `AlgorandBlock` (#67)
- Add `applicationArgs` to `AlgorandTransactionFilter` (#67)

### Changed
- Update license to GPL-3.0
- Update license to GPL-3.0 (#70)

## [2.1.0] - 2023-05-17
### Changed
Expand Down Expand Up @@ -43,7 +44,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [1.2.1] - 2022-08-04

## [1.2.0] - 2022-08-04
[Unreleased]: https://github.com/subquery/subql-algorand/compare/types/2.1.0...HEAD
[Unreleased]: https://github.com/subquery/subql-algorand/compare/types/2.2.0...HEAD
[2.2.0]: https://github.com/subquery/subql-algorand/compare/types/2.1.0...types/2.2.0
[2.1.0]: https://github.com/subquery/subql-algorand/compare/types/2.0.0...types/2.1.0
[2.0.0]: https://github.com/subquery/subql-algorand/compare/types/1.6.0...types/2.0.0
[1.6.0]: https://github.com/subquery/subql-algorand/compare/types/1.5.0...types/1.6.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-algorand",
"version": "2.1.1-1",
"version": "2.2.0",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql-algorand",
Expand All @@ -21,6 +21,5 @@
"devDependencies": {
"@types/app-module-path": "^2.2.0",
"algosdk": "^2.2.0"
},
"stableVersion": "2.1.1-0"
}
}
56 changes: 28 additions & 28 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2887,7 +2887,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@subql/common-algorand@workspace:packages/common-algorand"
dependencies:
"@subql/common": ^2.3.0
"@subql/common": ^2.4.0
"@subql/types-algorand": "workspace:*"
"@types/bn.js": 4.11.6
"@types/js-yaml": ^4.0.4
Expand All @@ -2906,9 +2906,9 @@ __metadata:
languageName: unknown
linkType: soft

"@subql/common@npm:2.3.0, @subql/common@npm:^2.3.0":
version: 2.3.0
resolution: "@subql/common@npm:2.3.0"
"@subql/common@npm:2.4.0, @subql/common@npm:^2.4.0":
version: 2.4.0
resolution: "@subql/common@npm:2.4.0"
dependencies:
axios: ^0.27.2
class-transformer: ^0.5.1
Expand All @@ -2918,7 +2918,7 @@ __metadata:
js-yaml: ^4.1.0
reflect-metadata: ^0.1.13
semver: ^7.5.2
checksum: 1c578956c4ec48d3d7d88670a73f47ef25d78ed59f12d8f121d7a5c1cbaf7f43c1799af9769969b4cb5d12289882669cc0022e072cbde6cdacd5142b149784df
checksum: 921cdc4740194fb21b6b204b000d8b95b5b11a0c696c9152503c5e70f31edf34106518372debbaf6f6892fe76c5de5275d4c37ce87331a361c1a1471575b9421
languageName: node
linkType: hard

Expand All @@ -2934,9 +2934,9 @@ __metadata:
"@nestjs/schedule": ^3.0.1
"@nestjs/schematics": ^9.2.0
"@nestjs/testing": ^9.4.0
"@subql/common": ^2.3.0
"@subql/common": ^2.4.0
"@subql/common-algorand": "workspace:*"
"@subql/node-core": ^4.0.0
"@subql/node-core": ^4.0.1
"@subql/types-algorand": "workspace:*"
"@types/express": ^4.17.13
"@types/jest": ^27.4.0
Expand Down Expand Up @@ -2966,19 +2966,19 @@ __metadata:
languageName: unknown
linkType: soft

"@subql/node-core@npm:^4.0.0":
version: 4.0.0
resolution: "@subql/node-core@npm:4.0.0"
"@subql/node-core@npm:^4.0.1":
version: 4.0.1
resolution: "@subql/node-core@npm:4.0.1"
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": ^0.5.3
"@subql/common": 2.3.0
"@subql/testing": 2.0.1
"@subql/types": 2.1.2
"@subql/utils": 2.4.2
"@subql/common": 2.4.0
"@subql/testing": 2.0.2
"@subql/types": 2.1.3
"@subql/utils": 2.4.3
"@subql/x-merkle-mountain-range": ^2.0.0-0.1.3
"@subql/x-sequelize": 6.32.0-0.0.2
"@willsoto/nestjs-prometheus": ^5.1.1
Expand All @@ -2994,16 +2994,16 @@ __metadata:
tar: ^6.1.11
vm2: ^3.9.19
yargs: ^16.2.0
checksum: a72badfc8cc0a75dfe8bb0a3e8080d2469c76e5961f89ece5742610c7e5678c56b031014cfa934553fd9d820414368bc7f7b84cde94d2deb9df02d15525ddfe0
checksum: fc1f389b5f06dfde74acfcfa3f205c4be27742547c29dd74194c1fe96a0f63fd60546baa3c2f12c74d48d5958269cd22ced8b6bc45e9cd4db1feb677776b3327
languageName: node
linkType: hard

"@subql/testing@npm:2.0.1":
version: 2.0.1
resolution: "@subql/testing@npm:2.0.1"
"@subql/testing@npm:2.0.2":
version: 2.0.2
resolution: "@subql/testing@npm:2.0.2"
dependencies:
"@subql/types": ^2.1.2
checksum: 9c085d3316ba0cb570fedf8ad839be3d65d00d76f6151a691602168dce89b1b8751cd7b7744166fe52dd5f381955a0d4f58b976258ea142f5fff558e47cf8738
"@subql/types": ^2.1.3
checksum: c564a80d226509c5343b2ffb8f10f6836a16ace8767bd8805db68ae0b01f000ec5e66b889049d1ff3fc401b5e343d447a5407f14515dc572e5695e15c862a37a
languageName: node
linkType: hard

Expand All @@ -3018,18 +3018,18 @@ __metadata:
languageName: unknown
linkType: soft

"@subql/types@npm:2.1.2, @subql/types@npm:^2.1.2":
version: 2.1.2
resolution: "@subql/types@npm:2.1.2"
"@subql/types@npm:2.1.3, @subql/types@npm:^2.1.3":
version: 2.1.3
resolution: "@subql/types@npm:2.1.3"
peerDependencies:
"@polkadot/api": ^10
checksum: a9f7d94d9a097970de0d6d6bb98e394b888a9bc5320697fa3b32f25a8fe7fab3baaae95a1427319db1d77a7e95faffc13b0118756c7b1dab819abecdf54854d3
checksum: f9d198fe21b6d7a53a38330e903c264052145a9a6e04aeffea0618931e1a8c8d461e90dbfb9c61d6e3233caba6c9b6f0717ac6a182e0340047093133fc09ec45
languageName: node
linkType: hard

"@subql/utils@npm:2.4.2":
version: 2.4.2
resolution: "@subql/utils@npm:2.4.2"
"@subql/utils@npm:2.4.3":
version: 2.4.3
resolution: "@subql/utils@npm:2.4.3"
dependencies:
"@polkadot/util": ^12.2.1
"@polkadot/util-crypto": ^12.2.1
Expand All @@ -3046,7 +3046,7 @@ __metadata:
rotating-file-stream: ^3.0.2
semver: ^7.5.2
tar: ^6.1.11
checksum: 2646a121a3d3be3e023fa69d94291750768e59cb47d8ac315b87cee3bcbe355b31a1de99251591b49e738271ea9a5fa0dd66d3dabff47501a94d143e0aa6ceac
checksum: fa6aa95bb0b158fedfec67a8609dbb66a047e68e55412b2498fcfeb2d85e8daff7f2df5d7852a70da3ec814ab773f31b28f5c3f7f72c8a224b6f04b9ef1a8e46
languageName: node
linkType: hard

Expand Down

0 comments on commit ee5bc2b

Please sign in to comment.