Skip to content

Commit

Permalink
*: Update changelogs ahead of release
Browse files Browse the repository at this point in the history
  • Loading branch information
fordN committed Aug 11, 2023
1 parent e839983 commit 637c88d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 22 deletions.
27 changes: 13 additions & 14 deletions packages/indexer-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,27 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
- A new migration to add the `protocolNetwork` column as a composite primary key to the following tables:
- Actions
- IndexingRules
- POIDisputes
- allocation_receipts
- vouchers
- transfer_receipts
- transfers
- allocation_summaries

## [0.20.18] - 2023-08-11
### Added
- A new migration to add the
- Actions
- IndexingRules
- POIDisputes
- allocation_receipts
- vouchers
- transfer_receipts
- transfers
- allocation_summaries
- The Agent can now be configured for multiple protocol networks.
To enable this feature, start the agent with the environment variable `INDEXER_AGENT_MULTINETWORK_MODE` set to
`true` and specify a directory containing YAML network specification files, one per network.

- The Agent can be configured to automatically support subgraph transfers from L1 to L2. To enable
this feature, set the `enable-auto-migration-support` startup option to `true`.

### Changed

- The Agent GraphQL API was updated to accept (and in some cases require) a `protocolNetwork`
parameter to determine which network should be used for queries or mutations.

- The `/network` endpoint exposed by the Agent now requires an additional path segment to disambiguate
which protocol network it should target, like `/network/mainnet` or `/network/arbitrum-one`.

Expand Down Expand Up @@ -459,7 +457,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.17...HEAD
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.18...HEAD
[0.20.18]: https://github.com/graphprotocol/indexer/compare/v0.20.17...v0.20.18
[0.20.17]: https://github.com/graphprotocol/indexer/compare/v0.20.12...v0.20.17
[0.20.12]: https://github.com/graphprotocol/indexer/compare/v0.20.11...v0.20.12
[0.20.11]: https://github.com/graphprotocol/indexer/compare/v0.20.9...v0.20.11
Expand Down
5 changes: 4 additions & 1 deletion packages/indexer-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.20.18] - 2023-08-11
### Added
- Most CLI commands now require the protocol network to be identified using the option `--network`.

Expand Down Expand Up @@ -199,7 +201,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.12...HEAD
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.18...HEAD
[0.20.18]: https://github.com/graphprotocol/indexer/compare/v0.20.12...v0.20.18
[0.20.12]: https://github.com/graphprotocol/indexer/compare/v0.20.8...v0.20.12
[0.20.8]: https://github.com/graphprotocol/indexer/compare/v0.20.6...v0.20.8
[0.20.6]: https://github.com/graphprotocol/indexer/compare/v0.20.3...v0.20.6
Expand Down
11 changes: 4 additions & 7 deletions packages/indexer-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added

## [0.20.18] - 2023-08-11
### Added
- The `Network` type now holds references to all network-specific components, such as the `NetworkMonitor` and `Contracts` classes.

- Introduced `GraphNode` class to replace `Indexer`, `Subgraph`, and `IndexingStatus` classes.

- New general purpose `parser` module, used for input validation.

- New `NetworkSpecification` type, which holds all information required to represent a protocol network.

### Changed
- Added `protocolNetwork` field to most types.



## [0.20.17] - 2023-06-19
### Changed
- Check action batch feasibility at batch level only, improve batche efficiency
Expand Down Expand Up @@ -268,7 +264,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.17...HEAD
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.18...HEAD
[0.20.18]: https://github.com/graphprotocol/indexer/compare/v0.20.17...v0.20.18
[0.20.17]: https://github.com/graphprotocol/indexer/compare/v0.20.12...v0.20.17
[0.20.12]: https://github.com/graphprotocol/indexer/compare/v0.20.11...v0.20.12
[0.20.11]: https://github.com/graphprotocol/indexer/compare/v0.20.10...v0.20.11
Expand Down

0 comments on commit 637c88d

Please sign in to comment.