Skip to content

Commit

Permalink
indexer-agent, indexer-service: Update changelog ahead of release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannis committed Dec 19, 2020
1 parent dae0a90 commit 4978f1c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
13 changes: 12 additions & 1 deletion packages/indexer-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.0-alpha.3] - 2020-12-19
### Fixed
- Use 1.5x the estimated gas to avoid transactions running out of gas

### Changed
- Default to mainnet instead of rinkeby in `--ethereum-network`

### Added
- Add `--dai-contract` / `INDEXER_AGENT_DAI_CONTRACT` to set the stablecoint for `--inject-dai`

## [0.4.5] - 2020-12-15
### Fixed
- Retry network synchronization (#146)
Expand Down Expand Up @@ -170,7 +180,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.4.5...HEAD
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.9.0-alpha.3...HEAD
[0.9.0-alpha.3]: https://github.com/graphprotocol/indexer/compare/v0.4.5...v0.9.0-alpha.3
[0.4.5]: https://github.com/graphprotocol/indexer/compare/v0.4.4...v0.4.5
[0.4.4]: https://github.com/graphprotocol/indexer/compare/v0.4.3...v0.4.4
[0.4.3]: https://github.com/graphprotocol/indexer/compare/v0.4.2...v0.4.3
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.9.0-alpha.3] - 2020-12-19
### Changed
- Default to mainnet instead of rinkeby in `--ethereum-network`

### Fixed
- Fix `--ethereum-network` not being used

## [0.4.4] - 2020-12-14
### Fixed
- Allow non-HTTPS/insuecure Ethereum connections
Expand Down Expand Up @@ -138,7 +145,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.4.4...HEAD
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.9.0-alpha.3...HEAD
[0.9.0-alpha.3]: https://github.com/graphprotocol/indexer/compare/v0.4.4...v0.9.0-alpha.3
[0.4.4]: https://github.com/graphprotocol/indexer/compare/v0.4.3...v0.4.4
[0.4.3]: https://github.com/graphprotocol/indexer/compare/v0.4.0...v0.4.3
[0.4.0]: https://github.com/graphprotocol/indexer/compare/v0.3.7-alpha.8...v0.4.0
Expand Down

0 comments on commit 4978f1c

Please sign in to comment.