-
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
Minimal Baskets/Regen Ledger 3.0 #732
Milestone
Comments
aaronc
changed the title
Minimal Baskets/Regen Ledger 2.1
Minimal Baskets/Regen Ledger 2.2
Feb 9, 2022
19 tasks
19 tasks
19 tasks
19 tasks
19 tasks
This was referenced Feb 10, 2022
This was referenced Feb 10, 2022
This was referenced Feb 10, 2022
clevinson
changed the title
Minimal Baskets/Regen Ledger 2.2
Minimal Baskets/Regen Ledger 3.0
Feb 16, 2022
This was referenced Feb 17, 2022
19 tasks
13 tasks
This was referenced Feb 24, 2022
Closed
19 tasks
Closed
Okay to close this? Should we move the follow-ups to separate issues? Are they getting tracked and addressed? |
Follow-ups added as separate issues and being tracked as part of the v4.0 upgrade. Closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Guidelines:
release/v3.0.x
unless otherwise notedBLOCKERS
MsgCreate
ValidateBasic needs fee validation? (only check for valid Coins.Validate() which accepts empty coins)Todo
release/v3.0.x
branchrelease/v3.0.x
@robert-zarembaapi
module on master after feat(x/ecocredit): add minimal basket proto #731 is merged:api/v0.1.0
taggedBasketCreationFee
param support (is currently breaking tests onrelease/v3.0x
) @aaronc fix(x/ecocredit): broken integration tests from BasketCreationFee param #741api/v0.2.0
taggedValidateBasic()
onMsgCreate
to support rolling window -- validate that Duration >= 1 day @robert-zarembasdk.Msg
+sdk.LegacyMsg
implementationsMsgCreate
@robert-zaremba feat(basket): implement sdk.Msg and LegacyMsg for MsgCreate #745MsgPut
@technicallyty feat(x/ecocredit): sdk.Msg impl for MsgPut #747MsgTake
@ryanchristo feat(x/ecocredit): sdk.Msg for MsgTake #748MsgServer
(each of these done with mock-based unit tests initially)Create
@robert-zaremba feat(x/ecocredit): Msg Create implementation #762Put
@technicallyty feat(x/ecocredit): Put basket server method #758Take
@aaronc feat(x/ecocredit): implement basket MsgServer.Take #746ImportJSON
/ExportJSON
) @aaronc feat(x/ecocredit): basket genesis #764Basket
@ryanchristo feat(x/ecocredit): add Basket query #753Baskets
@aaronc feat(x/ecocredit): query baskets #761BasketBalance
@aaronc feat(x/ecocredit): add BasketBalance query #751BasketBalances
@technicallyty feat(x/ecocredit): QueryBasketBalances #763create-basket
@ryanchristo feat(x/ecocredit): add create-basket command #754add-to-basket
@aleem1314 feat: add add-to-basket cli command #750take-from-basket
@aleem1314 feat: add take-from-basket command #749basket
@technicallyty feat(x/ecocredit): basket query cli cmd #766baskets
@technicallyty feat(x/ecocredit): baskets query cli cmd #767basket-balance
@aleem1314 feat: add basket balance queries #760basket-balances
@aleem1314 feat: add basket balance queries #760Beta Blocking
MsgCreate.prefix
and addBasket.name
unique index @aaronc feat(x/ecocredit): remove MsgCreate.prefix and add Basket.name #774SubModuleName
as a module account properly (app.go, etc.) test(x/ecocredit): basket integration test #771RC Blocking
release/v3.0.x
and updateEventReceive
usage @robert-zaremba feat!: basket events update #794Dec
->Int
conversion inPut
@aaronc feat(types): better tests for math and correct decimal -> integer conversion in x/ecocredit #783stable-code-cov
: panic on GetParamSet on L34 of x/ecocredit/server/msg_server.go fix(x/ecocredit): InitGenesis and MigrationHandler #784QA
regen.ecocredit.v1alpha1.GenesisState
key)release/3.0.x
with special emphasis onMsgServer
andMsg.ValidateBasic
(2 people) @aaroncNice to Have/Post Release
The text was updated successfully, but these errors were encountered: