terra-money / warp-contracts

Other
15 stars 14 forks source link

[Fix] fix apply_var_fn return type #44

Closed dev8723 closed 1 year ago

dev8723 commented 1 year ago

resolver's QueryApplyVarFn should return string instead of Vec<Variable> since we store var as string in job now.

Also run yarn install and fix deployment.

This impacts all recurring jobs using the code of chore/contract-split branch. THIS BUG DOES NOT IMPACT MAINNET.