Skip to content

Commit

Permalink
*: Update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
fordN committed Jan 19, 2024
1 parent 7039d55 commit 5f5757a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
11 changes: 10 additions & 1 deletion packages/indexer-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
7 changes: 6 additions & 1 deletion packages/indexer-common/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]

## [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`.
Expand Down Expand Up @@ -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
Expand Down
10 changes: 9 additions & 1 deletion packages/indexer-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5f5757a

Please sign in to comment.