-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Change address
from bytes to bech32 strings
#7242
Conversation
address
from bytes to bech32 stringsaddress
from bytes to bech32 strings
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this PR is on a good path. I just have a question about casttype.
…m1314/cosmos-sdk into anil/7195_bech32_addresses # Conflicts: # x/distribution/keeper/grpc_query_test.go
…bech32_addresses # Conflicts: # proto/ibc/channel/channel.proto # proto/ibc/connection/connection.proto # x/distribution/types/distribution.pb.go # x/ibc-transfer/types/transfer.pb.go # x/ibc/02-client/types/client.pb.go # x/ibc/03-connection/types/connection.pb.go # x/ibc/04-channel/types/channel.pb.go # x/staking/types/staking.pb.go
Is there a reason this PR also introduces .clang-format ? Seems to really blow up the diff size with a lot of unrelated formatting changes. |
No strong reason but having a tool/configuration for |
clang-format is a must for formatting proto files, but it should be done in a separate PR (which we can merge before this one). |
I saw you removed |
There are a few |
…bech32_addresses # Conflicts: # proto/cosmos/tx/signing/v1beta1/signing.proto # x/auth/client/rest/rest_test.go
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…bech32_addresses # Conflicts: # proto/cosmos/auth/v1beta1/auth.proto # x/auth/types/account.go # x/auth/types/auth.pb.go # x/staking/handler_test.go
* init * Fix bank proto messages * missing conversions * remove casttype for addresses * Fix tests * Fix consaddress * more test fixes * Fix tests * fixed tests * migrate missing proto declarations * format * Fix format * Fix alignment * Fix more tests * Fix ibc merge issue * Fix fmt * Fix more tests * Fix missing address declarations * Fix staking tests * Fix more tests * Fix config * fixed tests * Fix more tests * Update staking grpc tests * Fix merge issue * fixed failing tests in x/distr * fixed sim tests * fixed failing tests * Fix bugs * Add logs * fixed slashing issue * Fix staking grpc tests * Fix all bank tests :) * Fix tests in distribution * Fix more tests in distr * Fix slashing tests * Fix statking tests * Fix evidence tests * Fix gov tests * Fix bug in create vesting account * Fix test * remove fmt * fixed gov tests * fixed x/ibc tests * fixed x/ibc-transfer tests * fixed staking tests * fixed staking tests * fixed test * fixed distribution issue * fix pagination test * fmt * lint * fix build * fix format * revert tally tests * revert tally tests * lint * Fix sim test * revert * revert * fixed tally issue * fix tests * revert * fmt * refactor * remove `GetAddress()` * remove fmt * revert fmt.Striger usage * Fix tests * Fix rest test * disable interfacer lint check * make proto-format * add nolint rule * remove stray println Co-authored-by: aleem1314 <aleem.md789@gmail.com> Co-authored-by: atheesh <atheesh@vitwit.com>
Description
closes: #7195
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passes