LimeChain / matchstick

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

fix: allow multiple entities to point to the same derived entity #334

Closed grezle closed 2 years ago

grezle commented 2 years ago

Enables multiple entities to be @derivedFrom the same @entity by:

Closes: #333

Updates the tests to match the altered definition

georg-getz commented 2 years ago

Thanks for the PR :)