Skip to content

Commit b48e981

Browse files
committed
Fixup CHANGELOG.md
- Include @geut/chan library in devDependencies
1 parent d1682c3 commit b48e981

File tree

3 files changed

+596
-25
lines changed

3 files changed

+596
-25
lines changed

packages/common-ts/CHANGELOG.md

Lines changed: 49 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,57 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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]
118

12-
## [2.0.4-testnet] - 2022-11-09
9+
## [2.0.7] - 2023-09-25
1310
### 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
1516

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
1722
### 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
1925

20-
## [2.0.1-testnet] - 2022-11-09
26+
## [2.0.2] - 2023-08-23
2127
### 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
2234
- Remove reservoir contracts
35+
- Don't error out if contract not deployed
36+
- L1/L2 specific contracts weren't being loaded
2337

24-
## [2.0.0-testnet] - 2022-11-09
38+
## [1.8.6] - 2022-08-02
2539
### Changed
26-
- Add support for L2 contracts
27-
- Add GraphChain utils
28-
- Update @graphprotocol/contracts to v2.0.0-testnet
40+
- Upgrade sequelize dependency
2941

30-
## [Unreleased]
42+
## [1.8.5] - 2022-08-02
43+
### Changed
44+
- Upgrade @graphprotocol/contracts
45+
46+
## [1.8.3] - 2022-04-12
3147
### Changed
32-
- Include AllocationExchange in NetworkContracts
3348
- 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
3658

3759
## [1.8.1] - 2021-12-22
3860
### Changed
@@ -419,7 +441,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
419441
- Common database module for simplifying database setup
420442
- Connext client module with Postgres-based store implementation
421443

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
423454
[1.8.1]: https://github.com/graphprotocol/common-ts/compare/v1.5.1...v1.8.1
424455
[1.5.1]: https://github.com/graphprotocol/common/compare/v1.5.0...v1.5.1
425456
[1.5.0]: https://github.com/graphprotocol/common/compare/v1.4.2...v1.5.0

packages/common-ts/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"sequelize": "6.33.0"
4040
},
4141
"devDependencies": {
42+
"@geut/chan": "3.2.9",
4243
"@types/bs58": "4.0.1",
4344
"@types/cors": "2.8.14",
4445
"@types/express": "4.17.17",

0 commit comments

Comments
 (0)