hoprnet / hopr-devrel

Projects related to support our users, node runners and developers
hopr-prompt.vercel.app
GNU General Public License v3.0
1 stars 12 forks source link

updated all seasons subgraph to include SS8 #340

Closed MartinBenediktBusch closed 1 year ago

MartinBenediktBusch commented 1 year ago

Closes https://github.com/hoprnet/hopr-devrel/issues/333

I included staking season 8 into the all-seasons subgraph.

1) Updated the subgraph.yaml file to include staking season 8 2) Updated the library.ts file to add a table for staking season 8

I tested that the code of the subgraph generates via execution of yarn codegen as well as that the subgraph builds via execution of yarn build. I deployed the subgraph to my own studio environment to test that it is working. However, it needs to be deployed and published by the Association account that is responsible for funding the subgraph with GRT.

Question: How to choose the correct start block. I choose a recent block. Do we have some guidelines for this?

MartinBenediktBusch commented 1 year ago

Have you deployed it to studio (your account) and check if it can be synced? It's for development purpose. Only after checking there's no error, this subgraph can then be deployed via association MS

Yes I deployed it to my studio and it synced :)