From 4978f1ce33672ab6d827788af5f8ffd9b5a9511f Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann Date: Sat, 19 Dec 2020 18:29:23 +0100 Subject: [PATCH] indexer-agent, indexer-service: Update changelog ahead of release --- packages/indexer-agent/CHANGELOG.md | 13 ++++++++++++- packages/indexer-service/CHANGELOG.md | 10 +++++++++- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/packages/indexer-agent/CHANGELOG.md b/packages/indexer-agent/CHANGELOG.md index 428cba8f4..13225f57c 100644 --- a/packages/indexer-agent/CHANGELOG.md +++ b/packages/indexer-agent/CHANGELOG.md @@ -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) @@ -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 diff --git a/packages/indexer-service/CHANGELOG.md b/packages/indexer-service/CHANGELOG.md index 13272187d..7a691f411 100644 --- a/packages/indexer-service/CHANGELOG.md +++ b/packages/indexer-service/CHANGELOG.md @@ -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 @@ -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