Vt vesting admin#7
Conversation
|
Looks good. Config struct makes sense for this. Only question: So on the spike I spent a few minutes on yday there's a mapping to halt payments, cos I figured that you might want to halt payments to only a single recipient. However, having a global halt on payments makes sense if there's only ever likely to be one recipient for all payments specified in the sequence of payments passed to instantiate 🤔 Just asking to ask, not sure I have a strong opinion unless the future intention is multiple recipients. |
|
Yeah I think these could be used for multiple recipients. Sounds like that would be pretty common use case. So the approach you mentioned may work better for that. |
|
Hey y'all! Awesome you are jumping into work on this contract. I'm curious about the choice to use halt payments, instead of refund? Are you thinking we would eventually have both? Also great questions around single vs multiple recipients. Single recipient will lead to the simplest code and with cosmwasm is easy enough to spin up many contracts. Though initialization is probable easier if we allow multiple recipients. Curious on your thoughts. |
|
@ben2x4 Added some revisions:
|
|
LGTM from a scan through. Will give it another check later. @ben2x4 could you approve and run the workflow pls 🙏 don't have perms... |
No description provided.