-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Baskets MsgServer #634
Comments
@technicallyty We've had several product conversations over the past few days this week that may impact the work you're doing on this issue. For now, let's keep the MsgServer implementation focused on the core logic (storing basket tokens in x/bank, tracking balances in x/ecocredit, etc.). When it comes to implementing the filter criteria for baskets, let's prioritize filtering by Pick & Take from basket functionality should be good to implement as well. |
i have a draft PR up now. linked it to this issue. reposting the questions here for discussion: Questions
|
@technicallyty can you find 15-30 minutes for a live review this week and also invite @clevinson and @ryanchristo ? |
cory will be out starting tmrw and back next wednesday - should we wait til then? |
Sure |
Summary
Based on the msg service definition from #610 and initial work from Lisbon sprint #618, add MsgServer implementation for baskets in
x/ecocredit
Adding unit tests on the MsgServer will also be included in this PR.
For Admin Use
The text was updated successfully, but these errors were encountered: