You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently splitter recipients are stored in STATE and used whenever Send msg is called. However, if more reusable builds, user might want to split funds against different configuration of recipient and updating state before each call might not be feasible.
Suggesting an optional config in send message which should be used and fallback to config stored in state if missing.
Implementation
Add optional config in Send msg to allow user to use custom config with every msg. Defaults fallback to stored config in contract
Dependencies
NA
Acceptance Criteria
Same splitter contract splits funds with different config when config is provided in msg
The text was updated successfully, but these errors were encountered:
Description
Currently splitter recipients are stored in STATE and used whenever Send msg is called. However, if more reusable builds, user might want to split funds against different configuration of recipient and updating state before each call might not be feasible.
Suggesting an optional config in send message which should be used and fallback to config stored in state if missing.
Implementation
Dependencies
NA
Acceptance Criteria
The text was updated successfully, but these errors were encountered: