Skip to content

Commit 4826c27

Browse files
committed
*: Update changelogs ahead of release
1 parent ea44e90 commit 4826c27

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

packages/indexer-agent/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.20.11] - 2023-02-01
10+
### Changed
11+
- Remove unecessary currentEpochStartBlock eventual
12+
913
## [0.20.9] - 2023-01-24
1014
### Changed
1115
- The `--epoch-subgraph-endpoint` is now a required parameter to start the Agent
@@ -422,7 +426,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
422426
### Changed
423427
- Update @graphprotocol/common-ts to 0.2.2
424428

425-
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.9...HEAD
429+
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.11...HEAD
430+
[0.20.11]: https://github.com/graphprotocol/indexer/compare/v0.20.9...v0.20.11
426431
[0.20.9]: https://github.com/graphprotocol/indexer/compare/v0.20.7...v0.20.9
427432
[0.20.7]: https://github.com/graphprotocol/indexer/compare/v0.20.6...v0.20.7
428433
[0.20.6]: https://github.com/graphprotocol/indexer/compare/v0.20.4...v0.20.6

packages/indexer-common/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.20.11] - 2023-02-01
10+
### Changed
11+
- Use configured Ethereum provider for resolving protocol chain blocks (instead of graph-node)
12+
13+
### Fixed
14+
- Use parseGRT in resolveActionsDelta to parse to BigNumber
15+
916
## [0.20.10] - 2023-01-31
1017
### Added
1118
- Moved GRT stake feasibility check from the action level to batch level
@@ -229,7 +236,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
229236
### Added
230237
- Move indexing rule management here from `@graphprotocol/common-ts`
231238

232-
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.10...HEAD
239+
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.11...HEAD
240+
[0.20.11]: https://github.com/graphprotocol/indexer/compare/v0.20.10...v0.20.11
233241
[0.20.10]: https://github.com/graphprotocol/indexer/compare/v0.20.9...v0.20.10
234242
[0.20.9]: https://github.com/graphprotocol/indexer/compare/v0.20.8...v0.20.9
235243
[0.20.8]: https://github.com/graphprotocol/indexer/compare/v0.20.7...v0.20.8

packages/indexer-service/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.20.11] - 2023-02-01
810
### Fixed
911
- Include yaml package as dependency
1012

@@ -280,7 +282,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
280282
### Changed
281283
- Update @graphprotocol/common-ts to 0.2.2
282284

283-
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.9...HEAD
285+
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.11...HEAD
286+
[0.20.11]: https://github.com/graphprotocol/indexer/compare/v0.20.9...v0.20.11
284287
[0.20.9]: https://github.com/graphprotocol/indexer/compare/v0.20.6...v0.20.9
285288
[0.20.6]: https://github.com/graphprotocol/indexer/compare/v0.20.4...v0.20.6
286289
[0.20.4]: https://github.com/graphprotocol/indexer/compare/v0.20.1...v0.20.4

0 commit comments

Comments
 (0)