LimeChain / matchstick

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

Automate wasm file creation for integration tests (Research) #184

Closed georg-getz closed 3 years ago

georg-getz commented 3 years ago

Currently the integration tests use wasm files which are given to the rust binary. This means that every time there is an update in one of the imported functions all the wasm files (currently 19) have to be manually built again in order for the tests to pass.

Estimate: 1 day