inkdevhub / swanky-cli

The all-in-one developer environment for Parity pallet-contracts based smart contracts!
https://docs.astar.network/docs/build/wasm/swanky-suite/cli/
MIT License
70 stars 29 forks source link

fix: remove double template processing #167

Closed codespool closed 1 year ago

codespool commented 1 year ago

Templates were being processed twice, making the second run irrelevant.

This moves the processing to after all the needed data has been collected.

Also removes the custom if_eq helper that's not needed anymore since there's no language choices.

Will be promoted from draft after #166 is merged and this rebased to master.