LimeChain / matchstick

🔥 Unit testing framework for Subgraph development on The Graph protocol. ⚙️
MIT License
207 stars 17 forks source link

Update Matchstick's graph-node dependencies #403

Closed dimitrovmaksim closed 11 months ago

dimitrovmaksim commented 12 months ago

Update Matchstick dependencies with the latest graph-node version:

Description:

Matchstick depends on some graph-node functionalities. It hasn't been updated for a while, so will need to do that in Cargo.toml. This may lead to issues that will need to be fixed

Current slution:

Currently we have used our fork of graph-node to fix some issues we enountered while updating the graph-node dependecies in matchstisk

Fork: https://github.com/LimeChain/graph-node/tree/fix-install-as-dep-issues

I have opened an issue in the graph-node repo to get suggestion about those issues here https://github.com/graphprotocol/graph-node/issues/4837

For now we will keep using our fork