Skip to content

Commit 8705b41

Browse files
committed
Merge branch 'main' into add-matchstick
2 parents 1992f86 + fbce626 commit 8705b41

File tree

83 files changed

+3322
-2475
lines changed

Some content is hidden

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

83 files changed

+3322
-2475
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@graphprotocol/graph-cli": patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/prettier/v/3.0.3) (from `1.19.1`, in `dependencies`)

.changeset/spotty-horses-peel.md

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

.changeset/three-fans-attend.md

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

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: the-guild-org/shared-config/setup@main
4141
name: Setup Env
4242
with:
43-
nodeVersion: 20
43+
nodeVersion: ${{ matrix.node-version }}
4444
packageManager: pnpm
4545
packageManagerVersion: 8.10.4
4646

@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
timeout_minutes: 10
5959
max_attempts: 3
60-
command: pnpm run test:cli -- --forceExit
60+
command: pnpm run test:cli
6161

6262
event-handler:
6363
name: Ethereum Basic Event Handlers
@@ -110,4 +110,4 @@ jobs:
110110
with:
111111
timeout_minutes: 10
112112
max_attempts: 3
113-
command: pnpm run test:ts -- --forceExit
113+
command: pnpm run test:ts

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
githubToken: ${{ secrets.GITHUB_TOKEN }}
1515

1616
alpha:
17-
uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@saihaj/311
17+
uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@main
1818
if: ${{ github.event.pull_request.title != 'Upcoming Release Changes' }}
1919
with:
2020
npmTag: alpha
@@ -27,7 +27,7 @@ jobs:
2727
npmToken: ${{ secrets.NPM_TOKEN }}
2828

2929
release-candidate:
30-
uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@saihaj/311
30+
uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@main
3131
if: ${{ github.event.pull_request.title == 'Upcoming Release Changes' }}
3232
with:
3333
npmTag: rc

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ This repository houses the following tools:
1212

1313
<!-- prettier-ignore-end -->
1414

15+
## Contributing
16+
17+
We welcome contributions to this repository. Please see the
18+
[contribution guidelines](CONTRIBUTING.md). For running the project locally,
19+
20+
1. Clone the repository
21+
2. Make sure you have Node.js `>=20.x` installed
22+
3. Make sure you have [`pnpm`] installed:
23+
[https://pnpm.io/installation](https://pnpm.io/installation)
24+
4. Run `pnpm install` to install dependencies
25+
5. Run `pnpm build` to build the packages
26+
1527
## Release process
1628

1729
We use `changeset` to manage releases. Every PR should include a changeset file. The release process

examples/arweave-blocks-transactions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"remove-local": "graph remove arweave-example --node http://localhost:8020"
2020
},
2121
"devDependencies": {
22-
"@graphprotocol/graph-cli": "0.62.0",
23-
"@graphprotocol/graph-ts": "0.31.0"
22+
"@graphprotocol/graph-cli": "0.64.0",
23+
"@graphprotocol/graph-ts": "0.32.0"
2424
}
2525
}

examples/cosmos-block-filtering/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"babel-register": "^6.26.0"
2525
},
2626
"devDependencies": {
27-
"@graphprotocol/graph-cli": "0.62.0",
28-
"@graphprotocol/graph-ts": "0.31.0",
27+
"@graphprotocol/graph-cli": "0.64.0",
28+
"@graphprotocol/graph-ts": "0.32.0",
2929
"mustache": "^4.2.0"
3030
}
3131
}

examples/cosmos-osmosis-token-swaps/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"babel-register": "^6.26.0"
2323
},
2424
"devDependencies": {
25-
"@graphprotocol/graph-cli": "0.62.0",
26-
"@graphprotocol/graph-ts": "0.31.0"
25+
"@graphprotocol/graph-cli": "0.64.0",
26+
"@graphprotocol/graph-ts": "0.32.0"
2727
}
2828
}

examples/cosmos-validator-delegations/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"babel-register": "^6.26.0"
2626
},
2727
"devDependencies": {
28-
"@graphprotocol/graph-cli": "0.62.0",
29-
"@graphprotocol/graph-ts": "0.31.0",
28+
"@graphprotocol/graph-cli": "0.64.0",
29+
"@graphprotocol/graph-ts": "0.32.0",
3030
"mustache": "^4.2.0"
3131
}
3232
}

0 commit comments

Comments
 (0)