From e271f49a81464aecc64bbcb5037b3077b5f96103 Mon Sep 17 00:00:00 2001 From: Ford Date: Thu, 18 Jan 2024 12:47:26 -0500 Subject: [PATCH] *: Update changelogs --- packages/indexer-agent/CHANGELOG.md | 11 ++++++++++- packages/indexer-common/CHANGELOG.md | 7 ++++++- packages/indexer-service/CHANGELOG.md | 10 +++++++++- 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/packages/indexer-agent/CHANGELOG.md b/packages/indexer-agent/CHANGELOG.md index 452dbb496..90f01d3a5 100644 --- a/packages/indexer-agent/CHANGELOG.md +++ b/packages/indexer-agent/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.21.2] - 2024-01-18 +### Changed +- Improve efficiency of batch action preparation +- Add falback if decimals() call to DAI contract fails + +### Added +- Add tests for allocation decision consolidation + ## [0.20.23] - 2023-09-29 ### Added - Subgraph Freshness check for Epoch and Network subgraphs @@ -495,7 +503,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Update @graphprotocol/common-ts to 0.2.2 -[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.23-rc.0...HEAD +[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.21.2...HEAD +[0.21.2]: https://github.com/graphprotocol/indexer/compare/v0.20.23...v0.21.2 [0.20.23]: https://github.com/graphprotocol/indexer/compare/v0.20.22...v0.20.23 [0.20.22]: https://github.com/graphprotocol/indexer/compare/v0.20.21...v0.20.22 [0.20.21]: https://github.com/graphprotocol/indexer/compare/v0.20.20...v0.20.21 diff --git a/packages/indexer-common/CHANGELOG.md b/packages/indexer-common/CHANGELOG.md index aa29b2baa..8ec16beac 100644 --- a/packages/indexer-common/CHANGELOG.md +++ b/packages/indexer-common/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.21.2] - 2024-01-18 +### Changed +- Reduce stringency of action validation when adding to queue + ## [0.20.23] - 2023-09-29 ### Fixed - Reference SQL conflict targets when upserting `POIDisputes`. @@ -278,7 +282,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Move indexing rule management here from `@graphprotocol/common-ts` -[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.23-rc.0...HEAD +[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.21.2...HEAD +[0.21.2]: https://github.com/graphprotocol/indexer/compare/v0.20.23...v0.21.2 [0.20.23]: https://github.com/graphprotocol/indexer/compare/v0.20.21...v0.20.23 [0.20.21]: https://github.com/graphprotocol/indexer/compare/v0.20.20...v0.20.21 [0.20.20]: https://github.com/graphprotocol/indexer/compare/v0.20.18...v0.20.20 diff --git a/packages/indexer-service/CHANGELOG.md b/packages/indexer-service/CHANGELOG.md index 08a24cb65..8d17da4b9 100644 --- a/packages/indexer-service/CHANGELOG.md +++ b/packages/indexer-service/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.21.2] - 2024-01-18 +### Changed +- Validate operator wallet on startup + +### Added +- Add support for proxying graph-node version query + ## [0.20.23] - 2023-09-29 ### Changed - Relax network subgraph validation during indexer-service startup @@ -318,7 +325,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Update @graphprotocol/common-ts to 0.2.2 -[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.23-rc.0...HEAD +[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.21.2...HEAD +[0.21.2]: https://github.com/graphprotocol/indexer/compare/v0.20.23...v0.21.2 [0.20.23]: https://github.com/graphprotocol/indexer/compare/v0.20.21...v0.20.23 [0.20.21]: https://github.com/graphprotocol/indexer/compare/v0.20.20...v0.20.21 [0.20.20]: https://github.com/graphprotocol/indexer/compare/v0.20.19...v0.20.20