testinginprod

Results 19 issues of 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]...

T:Epic
Q2:2023

Implements RFC-06 Msg and Query handlers ```[tasklist] ### Tasks - [ ] Add core APIs - [ ] Add Msg and Query impl - [ ] Add a way to...

needs-triage

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...

T:Epic

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...

C:x/accounts

# 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...

C:x/staking
C:x/bank
C:x/accounts

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...

C:server/v2

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....

S:needs architecture

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`:...

S:proposed