graphprotocol / graph-tooling

Monorepo for various tools used by subgraph developers.
https://thegraph.com/docs
Apache License 2.0
392 stars 210 forks source link

Update Assemblyscript version to ^0.27.1 #1187

Open azf20 opened 1 year ago

azf20 commented 1 year ago
dimitrovmaksim commented 1 year ago

Hey @azf20 would you ping me and georgi when this is in progress, because we will probably need to update matchstick as well

saihaj commented 1 year ago

we have this automated PR https://github.com/graphprotocol/graph-tooling/pull/1233 would need to push fixes to this to make CI happy

dimitrovmaksim commented 1 year ago

I'm not sure if simply bumping the AS version will do. We've tried this before but either the asc compiler failed silently and did not produce any wasm files, or they were incompatible with graph-node/matchstick. Also there are breaking changes between 0.19.x and 0.2x.0. So it probably won't be that straightforward.