Skip to content

Commit 32ef00c

Browse files
committed
chore: move sdk to own repo, update versions
Signed-off-by: Tomás Migone <[email protected]>
1 parent 63b8c27 commit 32ef00c

File tree

120 files changed

+145
-6087
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+145
-6087
lines changed

packages/contracts/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @graphprotocol/contracts
22

3+
## 7.2.1
4+
5+
### Patch Changes
6+
7+
- Fix prepack script
8+
9+
## 7.2.0
10+
11+
### Minor Changes
12+
13+
- Sub-packages for contracts package
14+
315
## 7.1.2
416

517
### Patch Changes

packages/contracts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/contracts",
3-
"version": "7.1.2",
3+
"version": "7.2.1",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -27,7 +27,7 @@
2727
"index.d.ts"
2828
],
2929
"scripts": {
30-
"prepack": "scripts/build",
30+
"prepack": "pnpm build",
3131
"clean": "rm -rf artifacts/ cache/ types/ abis/",
3232
"build": "pnpm compile",
3333
"compile": "hardhat compile",

packages/contracts/task/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# @graphprotocol/contracts-task
2+
3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @graphprotocol/contracts@7.2.1
9+
- @graphprotocol/sdk@0.6.2
10+
11+
## 1.0.1
12+
13+
### Patch Changes
14+
15+
- Updated dependencies
16+
- @graphprotocol/contracts@7.2.0
17+
- @graphprotocol/sdk@0.6.1

packages/contracts/task/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/contracts-task",
3-
"version": "1.0.0",
3+
"version": "1.0.2",
44
"private": true,
55
"description": "Task utilities for @graphprotocol/contracts",
66
"main": "src/index.ts",
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@graphprotocol/contracts": "workspace:^",
16-
"@graphprotocol/sdk": "workspace:^",
16+
"@graphprotocol/sdk": "0.6.0",
1717
"axios": "^1.9.0",
1818
"console-table-printer": "^2.14.1"
1919
},

packages/contracts/test/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# @graphprotocol/contracts-tests
2+
3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @graphprotocol/contracts@7.2.1
9+
- @graphprotocol/sdk@0.6.2
10+
11+
## 1.0.1
12+
13+
### Patch Changes
14+
15+
- Updated dependencies
16+
- @graphprotocol/contracts@7.2.0
17+
- @graphprotocol/sdk@0.6.1

packages/contracts/test/hardhat.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// Test-focused Hardhat configuration
2+
import '@graphprotocol/sdk/gre'
23
import '@nomiclabs/hardhat-ethers'
34
import '@nomiclabs/hardhat-waffle'
45
import '@typechain/hardhat'

packages/contracts/test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@graphprotocol/contracts-tests",
3-
"version": "1.0.0",
3+
"version": "1.0.2",
44
"private": true,
55
"description": "Tests for @graphprotocol/contracts",
66
"dependencies": {
77
"@graphprotocol/contracts": "workspace:^",
8-
"@graphprotocol/sdk": "workspace:^"
8+
"@graphprotocol/sdk": "0.6.0"
99
},
1010
"devDependencies": {
1111
"@arbitrum/sdk": "~3.1.13",

packages/hardhat-graph-protocol/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# hardhat-graph-protocol
22

3+
## 0.1.24
4+
5+
### Patch Changes
6+
7+
- @graphprotocol/toolshed@0.5.7
8+
9+
## 0.1.23
10+
11+
### Patch Changes
12+
13+
- @graphprotocol/toolshed@0.5.6
14+
315
## 0.1.22
416

517
### Patch Changes

packages/hardhat-graph-protocol/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hardhat-graph-protocol",
3-
"version": "0.1.22",
3+
"version": "0.1.24",
44
"publishConfig": {
55
"access": "public"
66
},

packages/horizon/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"devDependencies": {
2929
"@defi-wonderland/natspec-smells": "^1.1.6",
30-
"@graphprotocol/contracts": "workspace:^7.1.2",
30+
"@graphprotocol/contracts": "workspace:^7.2.1",
3131
"@graphprotocol/interfaces": "workspace:^",
3232
"@graphprotocol/toolshed": "workspace:^",
3333
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
@@ -55,7 +55,7 @@
5555
"hardhat": "^2.22.18",
5656
"hardhat-contract-sizer": "^2.10.0",
5757
"hardhat-gas-reporter": "^1.0.8",
58-
"hardhat-graph-protocol": "workspace:^0.1.22",
58+
"hardhat-graph-protocol": "workspace:^0.1.24",
5959
"hardhat-secure-accounts": "^1.0.5",
6060
"lint-staged": "^15.2.2",
6161
"prettier": "^3.2.5",

packages/sdk/.markdownlint.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

packages/sdk/.mocharc.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/sdk/CHANGELOG.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

packages/sdk/package.json

Lines changed: 0 additions & 74 deletions
This file was deleted.

packages/sdk/prettier.config.cjs

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/sdk/src/chain/id.ts

Lines changed: 0 additions & 52 deletions
This file was deleted.

packages/sdk/src/chain/index.ts

Lines changed: 0 additions & 13 deletions
This file was deleted.

packages/sdk/src/chain/list.ts

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)