@@ -4,35 +4,57 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ 2.0.0] - 2022-11-30
8
- ### Changed
9
- - Update @graphprotocol/contracts to v2.1.0
10
- - Add mainnet bridge contracts and L2 contracts
7
+ ## [ Unreleased]
11
8
12
- ## [ 2.0.4-testnet ] - 2022-11-09
9
+ ## [ 2.0.7 ] - 2023-09-25
13
10
### Changed
14
- - Fix L1/L2 specific contracts not being loaded
11
+ - Add L2Curation contract
12
+
13
+ ## [ 2.0.6] - 2023-09-20
14
+ ### Added
15
+ - Add Robustness checks around contract information
15
16
16
- ## [ 2.0.3-testnet] - 2022-11-09
17
+ ## [ 2.0.5] - 2023-09-19
18
+ ### Fixed
19
+ - Use the correct interface for staking on contracts 5.x
20
+
21
+ ## [ 2.0.4] - 2023-09-18
17
22
### Changed
18
- - Don't error out if contract is not deployed
23
+ - Update node-versions of action runners used by CI workflow
24
+ - Upgrade many dependencies
19
25
20
- ## [ 2.0.1-testnet ] - 2022-11-09
26
+ ## [ 2.0.2 ] - 2023-08-23
21
27
### Changed
28
+ - Update @graphprotocol/contracts to v2.1.0
29
+ - Add support for L2 contracts
30
+ - Let connection pool size be configured
31
+ - Upgrade sequelize dependency
32
+
33
+ ### Fixed
22
34
- Remove reservoir contracts
35
+ - Don't error out if contract not deployed
36
+ - L1/L2 specific contracts weren't being loaded
23
37
24
- ## [ 2.0.0-testnet ] - 2022-11-09
38
+ ## [ 1.8.6 ] - 2022-08-02
25
39
### Changed
26
- - Add support for L2 contracts
27
- - Add GraphChain utils
28
- - Update @graphprotocol/contracts to v2.0.0-testnet
40
+ - Upgrade sequelize dependency
29
41
30
- ## [ Unreleased]
42
+ ## [ 1.8.5] - 2022-08-02
43
+ ### Changed
44
+ - Upgrade @graphprotocol/contracts
45
+
46
+ ## [ 1.8.3] - 2022-04-12
31
47
### Changed
32
- - Include AllocationExchange in NetworkContracts
33
48
- Upgrade dependencies
34
- - Upgrade @graphprotocol/contracts to v1.13.0
35
- - Upgrade sequelize
49
+ - Update test for query versioning to match spec
50
+ - Allow set version for EIP721 domain separator
51
+
52
+ ## [ 1.8.2] - 2022-02-23
53
+ ### Added
54
+ - Add AllocationExchange to NetworkContracts
55
+
56
+ ### Changed
57
+ - Use TS import for contract addresses
36
58
37
59
## [ 1.8.1] - 2021-12-22
38
60
### Changed
@@ -419,7 +441,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
419
441
- Common database module for simplifying database setup
420
442
- Connext client module with Postgres-based store implementation
421
443
422
- [ Unreleased ] : https://github.com/graphprotocol/common-ts/compare/v1.8.1...HEAD
444
+ [ Unreleased ] : https://github.com/graphprotocol/common-ts/compare/v2.0.7...HEAD
445
+ [ 2.0.7 ] : https://github.com/graphprotocol/common-ts/compare/2.0.6...v2.0.7
446
+ [ 2.0.6 ] : https://github.com/graphprotocol/common-ts/compare/2.0.5...v2.0.6
447
+ [ 2.0.5 ] : https://github.com/graphprotocol/common-ts/compare/2.0.4...v2.0.5
448
+ [ 2.0.4 ] : https://github.com/graphprotocol/common-ts/compare/2.0.2...v2.0.4
449
+ [ 2.0.2 ] : https://github.com/graphprotocol/common-ts/compare/v1.8.6...v2.0.2
450
+ [ 1.8.6 ] : https://github.com/graphprotocol/common-ts/compare/v1.8.5...v1.8.6
451
+ [ 1.8.5 ] : https://github.com/graphprotocol/common-ts/compare/v1.8.3...v1.8.5
452
+ [ 1.8.3 ] : https://github.com/graphprotocol/common-ts/compare/v1.8.2...v1.8.3
453
+ [ 1.8.2 ] : https://github.com/graphprotocol/common-ts/compare/v1.8.1...v1.8.2
423
454
[ 1.8.1 ] : https://github.com/graphprotocol/common-ts/compare/v1.5.1...v1.8.1
424
455
[ 1.5.1 ] : https://github.com/graphprotocol/common/compare/v1.5.0...v1.5.1
425
456
[ 1.5.0 ] : https://github.com/graphprotocol/common/compare/v1.4.2...v1.5.0
0 commit comments