File tree Expand file tree Collapse file tree 3 files changed +25
-3
lines changed Expand file tree Collapse file tree 3 files changed +25
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.21.2] - 2024-01-18
10+ ### Changed
11+ - Improve efficiency of batch action preparation
12+ - Add falback if decimals() call to DAI contract fails
13+
14+ ### Added
15+ - Add tests for allocation decision consolidation
16+
917## [ 0.20.23] - 2023-09-29
1018### Added
1119- 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
495503### Changed
496504- Update @graphprotocol/common-ts to 0.2.2
497505
498- [ Unreleased ] : https://github.com/graphprotocol/indexer/compare/v0.20.23-rc.0...HEAD
506+ [ Unreleased ] : https://github.com/graphprotocol/indexer/compare/v0.21.2...HEAD
507+ [ 0.21.2 ] : https://github.com/graphprotocol/indexer/compare/v0.20.23...v0.21.2
499508[ 0.20.23 ] : https://github.com/graphprotocol/indexer/compare/v0.20.22...v0.20.23
500509[ 0.20.22 ] : https://github.com/graphprotocol/indexer/compare/v0.20.21...v0.20.22
501510[ 0.20.21 ] : https://github.com/graphprotocol/indexer/compare/v0.20.20...v0.20.21
Original file line number Diff line number Diff 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.21.2] - 2024-01-18
10+ ### Changed
11+ - Reduce stringency of action validation when adding to queue
12+
913## [ 0.20.23] - 2023-09-29
1014### Fixed
1115- 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
278282### Added
279283- Move indexing rule management here from ` @graphprotocol/common-ts `
280284
281- [ Unreleased ] : https://github.com/graphprotocol/indexer/compare/v0.20.23-rc.0...HEAD
285+ [ Unreleased ] : https://github.com/graphprotocol/indexer/compare/v0.21.2...HEAD
286+ [ 0.21.2 ] : https://github.com/graphprotocol/indexer/compare/v0.20.23...v0.21.2
282287[ 0.20.23 ] : https://github.com/graphprotocol/indexer/compare/v0.20.21...v0.20.23
283288[ 0.20.21 ] : https://github.com/graphprotocol/indexer/compare/v0.20.20...v0.20.21
284289[ 0.20.20 ] : https://github.com/graphprotocol/indexer/compare/v0.20.18...v0.20.20
Original file line number Diff line number Diff 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.21.2] - 2024-01-18
10+ ### Changed
11+ - Validate operator wallet on startup
12+
13+ ### Added
14+ - Add support for proxying graph-node version query
15+
916## [ 0.20.23] - 2023-09-29
1017### Changed
1118- 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
318325### Changed
319326- Update @graphprotocol/common-ts to 0.2.2
320327
321- [ Unreleased ] : https://github.com/graphprotocol/indexer/compare/v0.20.23-rc.0...HEAD
328+ [ Unreleased ] : https://github.com/graphprotocol/indexer/compare/v0.21.2...HEAD
329+ [ 0.21.2 ] : https://github.com/graphprotocol/indexer/compare/v0.20.23...v0.21.2
322330[ 0.20.23 ] : https://github.com/graphprotocol/indexer/compare/v0.20.21...v0.20.23
323331[ 0.20.21 ] : https://github.com/graphprotocol/indexer/compare/v0.20.20...v0.20.21
324332[ 0.20.20 ] : https://github.com/graphprotocol/indexer/compare/v0.20.19...v0.20.20
You can’t perform that action at this time.
0 commit comments