testinginprod
testinginprod
## Description Closes: #XXXX Rendered: https://github.com/cosmos/cosmos-sdk/blob/tip/accounts-rfc/docs/rfc/rfc-004-accounts.md --- ### Author Checklist *All items are required. Please add a note to the item if the item is not applicable and please add...
## Summary Since ADR-062 was accepted, we need to port and adapt `collections`. ## Work Breakdown ### Phase 1 - [x] KeyCodec - [x] ValueCodec - [x] Map - [x]...
Implements RFC-06 Msg and Query handlers ```[tasklist] ### Tasks - [ ] Add core APIs - [ ] Add Msg and Query impl - [ ] Add a way to...
This epic tracks x/accounts development: # MVP - [x] Interface #17496 [audit] - [x] state isolation #17508 [audit] - [x] execution, query and init logic #17514 [audit] - [x] query...
We need to decide an address creation scheme for accounts created using x/accounts. Currently the `address` package (not core.address) cannot be imported by x/accounts or it would leak the sdk...
# Description This PR ensures that cometBFT can properly decode gRPC queries of modules by giving comet context on the existence of gRPC queries. --- ## Author Checklist *All items...
# Description This PR removes hybrid handlers from baseapp. --- ## Author Checklist *All items are required. Please add a note to the item if the item is not applicable...
In our APIs there's a mix of MessageName vs TypeURL being used to identify messages. We should converge towards using only one, I propose we use: - typeURL only for...
We cannot use proto.Merge in STF because it fails with custom types. So we're forced to use reflection.Set, which is a little hacky and might have impact in embedded environments....
This is more of a discussion than a real action item. # current status So let's focus on the three duties of genesis as of now: - `Initting a chain`:...