subsquid / squid-sdk

The main repo of the squid SDK
Apache License 2.0
1.23k stars 151 forks source link

Ink abi fix #152

Closed tmcgroul closed 1 year ago

tmcgroul commented 1 year ago

fix #151

belopash commented 1 year ago

Better not to generate decodeEvent if there is no events

belopash commented 1 year ago

Now it anyway returns never type, doesn't it?

tmcgroul commented 1 year ago

yes it still generates a function annotated with never but now it doesn't fail compilation i don't wanna mess the code with conditions:)