File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.9.0-alpha.3] - 2020-12-19
10+ ### Fixed
11+ - Use 1.5x the estimated gas to avoid transactions running out of gas
12+
13+ ### Changed
14+ - Default to mainnet instead of rinkeby in ` --ethereum-network `
15+
16+ ### Added
17+ - Add ` --dai-contract ` / ` INDEXER_AGENT_DAI_CONTRACT ` to set the stablecoint for ` --inject-dai `
18+
919## [ 0.4.5] - 2020-12-15
1020### Fixed
1121- Retry network synchronization (#146 )
@@ -170,7 +180,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
170180### Changed
171181- Update @graphprotocol/common-ts to 0.2.2
172182
173- [ Unreleased ] : https://github.com/graphprotocol/indexer/compare/v0.4.5...HEAD
183+ [ Unreleased ] : https://github.com/graphprotocol/indexer/compare/v0.9.0-alpha.3...HEAD
184+ [ 0.9.0-alpha.3 ] : https://github.com/graphprotocol/indexer/compare/v0.4.5...v0.9.0-alpha.3
174185[ 0.4.5 ] : https://github.com/graphprotocol/indexer/compare/v0.4.4...v0.4.5
175186[ 0.4.4 ] : https://github.com/graphprotocol/indexer/compare/v0.4.3...v0.4.4
176187[ 0.4.3 ] : https://github.com/graphprotocol/indexer/compare/v0.4.2...v0.4.3
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.9.0-alpha.3] - 2020-12-19
10+ ### Changed
11+ - Default to mainnet instead of rinkeby in ` --ethereum-network `
12+
13+ ### Fixed
14+ - Fix ` --ethereum-network ` not being used
15+
916## [ 0.4.4] - 2020-12-14
1017### Fixed
1118- Allow non-HTTPS/insuecure Ethereum connections
@@ -138,7 +145,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
138145### Changed
139146- Update @graphprotocol/common-ts to 0.2.2
140147
141- [ Unreleased ] : https://github.com/graphprotocol/indexer/compare/v0.4.4...HEAD
148+ [ Unreleased ] : https://github.com/graphprotocol/indexer/compare/v0.9.0-alpha.3...HEAD
149+ [ 0.9.0-alpha.3 ] : https://github.com/graphprotocol/indexer/compare/v0.4.4...v0.9.0-alpha.3
142150[ 0.4.4 ] : https://github.com/graphprotocol/indexer/compare/v0.4.3...v0.4.4
143151[ 0.4.3 ] : https://github.com/graphprotocol/indexer/compare/v0.4.0...v0.4.3
144152[ 0.4.0 ] : https://github.com/graphprotocol/indexer/compare/v0.3.7-alpha.8...v0.4.0
You can’t perform that action at this time.
0 commit comments