Skip to content

Commit 3dad3bb

Browse files
Merge pull request #246 from VenusProtocol/feat/add-indexer-hints
feat: add indexer hints
2 parents 0cd3efa + 79e4267 commit 3dad3bb

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: yarn test
4848

4949
integration-test-core-pool:
50-
runs-on: ubuntu-20.04
50+
runs-on: ubuntu-22.04
5151
needs: unit-test
5252
steps:
5353
- name: Checkout
@@ -80,7 +80,7 @@ jobs:
8080
docker system prune -f -a --volumes
8181
8282
integration-test-isolated-pools:
83-
runs-on: ubuntu-20.04
83+
runs-on: ubuntu-22.04
8484
needs: unit-test
8585
steps:
8686
- name: Checkout
@@ -113,7 +113,7 @@ jobs:
113113
docker system prune -f -a --volumes
114114
115115
integration-test-governance:
116-
runs-on: ubuntu-20.04
116+
runs-on: ubuntu-22.04
117117
needs: unit-test
118118
steps:
119119
- name: Checkout
@@ -146,7 +146,7 @@ jobs:
146146
docker system prune -f -a --volumes
147147
148148
release-cross-chain-governance:
149-
runs-on: ubuntu-20.04
149+
runs-on: ubuntu-22.04
150150
needs: [unit-test, lint]
151151
steps:
152152
- name: Checkout
@@ -180,7 +180,7 @@ jobs:
180180
yarn workspace @venusprotocol/cross-chain-governance-subgraph run semantic-release
181181
182182
release-external-promos:
183-
runs-on: ubuntu-20.04
183+
runs-on: ubuntu-22.04
184184
needs: [unit-test, lint, release-cross-chain-governance]
185185
steps:
186186
- name: Checkout
@@ -214,7 +214,7 @@ jobs:
214214
yarn workspace @venusprotocol/external-promos-subgraph run semantic-release
215215
216216
release-isolated-pools:
217-
runs-on: ubuntu-20.04
217+
runs-on: ubuntu-22.04
218218
needs: [unit-test, lint, integration-test-isolated-pools, release-external-promos]
219219
steps:
220220
- name: Checkout
@@ -248,7 +248,7 @@ jobs:
248248
yarn workspace @venusprotocol/isolated-pools-subgraph run semantic-release
249249
250250
release-protocol-reserve:
251-
runs-on: ubuntu-20.04
251+
runs-on: ubuntu-22.04
252252
needs: [unit-test, lint, release-isolated-pools]
253253
steps:
254254
- name: Checkout
@@ -282,7 +282,7 @@ jobs:
282282
yarn workspace @venusprotocol/protocol-reserve-subgraph run semantic-release
283283
284284
release-core-pool:
285-
runs-on: ubuntu-20.04
285+
runs-on: ubuntu-22.04
286286
needs: [unit-test, lint, integration-test-core-pool, release-protocol-reserve]
287287
steps:
288288
- name: Checkout
@@ -316,7 +316,7 @@ jobs:
316316
yarn workspace @venusprotocol/core-pool-subgraph run semantic-release
317317
318318
release-governance:
319-
runs-on: ubuntu-20.04
319+
runs-on: ubuntu-22.04
320320
needs: [unit-test, lint, integration-test-governance, release-core-pool]
321321
steps:
322322
- name: Checkout

subgraphs/isolated-pools/template.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ description: Venus is an open-source protocol for algorithmic, efficient Money M
33
repository: https://github.com/VenusProtocol/subgraphs
44
schema:
55
file: ./schema.graphql
6+
indexerHints:
7+
prune: never
68
dataSources:
79
- kind: ethereum/contract
810
name: PoolRegistry

0 commit comments

Comments
 (0)