Skip to content

Commit ed65fd6

Browse files
committed
*: Update changelogs ahead of release
1 parent c3c53d8 commit ed65fd6

File tree

4 files changed

+32
-4
lines changed

4 files changed

+32
-4
lines changed

packages/indexer-agent/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.9.2] - 2021-01-09
10+
### Added
11+
- Add `--allocation-claim-threshold` option for configure a GRT amount below which the agent should not attempt to claim rebate (query) rewards
12+
13+
### Fixed
14+
- Synchronize data independently using different intervals and reconcile reliably every 2 minutes
15+
- Submit proof of indexing for the first block of the current epoch
16+
- Reliably obtain proof of indexing by passing block number to `proofOfIndexing` API (#186)
17+
18+
### Changed
19+
- Update common-ts to 1.2.0
20+
921
## [0.9.1] - 2020-12-31
1022
### Changed
1123
- Register after having the network subgraph synced
@@ -188,7 +200,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
188200
### Changed
189201
- Update @graphprotocol/common-ts to 0.2.2
190202

191-
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.9.1...HEAD
203+
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.9.2...HEAD
204+
[0.9.2]: https://github.com/graphprotocol/indexer/compare/v0.9.1...v0.9.2
192205
[0.9.1]: https://github.com/graphprotocol/indexer/compare/v0.9.0-alpha.4...v0.9.1
193206
[0.9.0-alpha.4]: https://github.com/graphprotocol/indexer/compare/v0.9.0-alpha.3...v0.9.0-alpha.4
194207
[0.9.0-alpha.3]: https://github.com/graphprotocol/indexer/compare/v0.4.5...v0.9.0-alpha.3

packages/indexer-cli/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.9.2] - 2021-01-09
10+
### Changed
11+
- Update common-ts to 1.2.0
12+
913
## [0.4.0] - 2020-11-27
1014
### Changed
1115
- Update common-ts to 0.4.0
@@ -65,7 +69,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6569
### Changed
6670
- Update @graphprotocol/common-ts to 0.2.2
6771

68-
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.4.0...HEAD
72+
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.9.2...HEAD
73+
[0.9.2]: https://github.com/graphprotocol/indexer/compare/v0.4.0...v0.9.2
6974
[0.4.0]: https://github.com/graphprotocol/indexer/compare/v0.3.7-alpha.0...v0.4.0
7075
[0.3.7-alpha.0]: https://github.com/graphprotocol/indexer/compare/v0.3.4...v0.3.7-alpha.0
7176
[0.3.4]: https://github.com/graphprotocol/indexer/compare/v0.3.2...v0.3.4

packages/indexer-common/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.9.2] - 2021-01-09
10+
### Changed
11+
- Update common-ts to 1.2.0
12+
913
## [0.4.4] - 2020-12-14
1014
### Added
1115
- Add `IE035` and `IE036` error types for unhandled promises and exceptions
@@ -66,7 +70,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6670
### Added
6771
- Move indexing rule management here from `@graphprotocol/common-ts`
6872

69-
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.4.4...HEAD
73+
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.9.2...HEAD
74+
[0.9.2]: https://github.com/graphprotocol/indexer/compare/v0.4.4...v0.9.2
7075
[0.4.4]: https://github.com/graphprotocol/indexer/compare/v0.4.2...v0.4.4
7176
[0.4.2]: https://github.com/graphprotocol/indexer/compare/v0.4.0...v0.4.2
7277
[0.4.0]: https://github.com/graphprotocol/indexer/compare/v0.3.7-alpha.8...v0.4.0

packages/indexer-service/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.9.2] - 2021-01-09
10+
### Changed
11+
- Update common-ts to 1.2.0
12+
913
## [0.9.1] - 2020-12-31
1014
### Fixed
1115
- Fix uncaught `holdings(bytes32)` exceptions by disabling the state channels `ChainService` for now
@@ -149,7 +153,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
149153
### Changed
150154
- Update @graphprotocol/common-ts to 0.2.2
151155

152-
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.9.1...HEAD
156+
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.9.2...HEAD
157+
[0.9.2]: https://github.com/graphprotocol/indexer/compare/v0.9.1...v0.9.2
153158
[0.9.1]: https://github.com/graphprotocol/indexer/compare/v0.9.0-alpha.3...v0.9.1
154159
[0.9.0-alpha.3]: https://github.com/graphprotocol/indexer/compare/v0.4.4...v0.9.0-alpha.3
155160
[0.4.4]: https://github.com/graphprotocol/indexer/compare/v0.4.3...v0.4.4

0 commit comments

Comments
 (0)