terra-money / warp-contracts

Other
15 stars 14 forks source link

DO NOT use job_id as reply id, instead use some pre defined enum #68

Open dev8723 opened 1 year ago

dev8723 commented 1 year ago

It's really weird to use job_id as reply id to handle job execution, usually certain action (e.g. reply of job execution) should always correspond to a fixed reply ID.