Skip to content
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

Merged
merged 109 commits into from
Sep 25, 2020
Merged

Commits on Sep 3, 2020

  1. init

    anilcse committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    26e073b View commit details
    Browse the repository at this point in the history
  2. Fix bank proto messages

    anilcse committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    75eeedb View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. missing conversions

    anilcse committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    0ec8ca7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c8a377 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    anilcse committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    3a70370 View commit details
    Browse the repository at this point in the history
  4. Fix consaddress

    anilcse committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    8f34a1d View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2020

  1. more test fixes

    anilcse committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    163a0c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. Fix tests

    mdaleem committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    5dc43f4 View commit details
    Browse the repository at this point in the history
  2. fixed tests

    atheeshp committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    318ffa2 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'aleem/7195_bech32_addresses' of https://github.com/alee…

    …m1314/cosmos-sdk into anil/7195_bech32_addresses
    
    # Conflicts:
    #	x/distribution/keeper/grpc_query_test.go
    anilcse committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    0a18f3c View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of github.com:cosmos/cosmos-sdk into anil/7195_…

    …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
    anilcse committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    8c7996d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    948e8cb View commit details
    Browse the repository at this point in the history
  6. format

    anilcse committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    29bf12c View commit details
    Browse the repository at this point in the history
  7. Fix format

    anilcse committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    2f9990f View commit details
    Browse the repository at this point in the history
  8. Fix alignment

    anilcse committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    f0f8447 View commit details
    Browse the repository at this point in the history
  9. Fix more tests

    anilcse committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    ede4ef6 View commit details
    Browse the repository at this point in the history
  10. Fix ibc merge issue

    anilcse committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    dfe122a View commit details
    Browse the repository at this point in the history
  11. Fix fmt

    anilcse committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    aa0349f View commit details
    Browse the repository at this point in the history
  12. Fix more tests

    anilcse committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    444ae5a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1d48be4 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Fix staking tests

    mdaleem committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    48910b5 View commit details
    Browse the repository at this point in the history
  2. Fix more tests

    mdaleem committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    f119317 View commit details
    Browse the repository at this point in the history
  3. Fix config

    anilcse committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    5636bff View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of github.com:cosmos/cosmos-sdk into anil/7195_…

    …bech32_addresses
    
    # Conflicts:
    #	proto/cosmos/auth/v1beta1/auth.proto
    #	proto/cosmos/auth/v1beta1/query.proto
    #	proto/cosmos/bank/v1beta1/bank.proto
    #	proto/cosmos/bank/v1beta1/genesis.proto
    #	proto/cosmos/base/query/v1beta1/pagination.proto
    #	proto/cosmos/base/reflection/v1beta1/reflection.proto
    #	proto/cosmos/crisis/v1beta1/tx.proto
    #	proto/cosmos/distribution/v1beta1/distribution.proto
    #	proto/cosmos/distribution/v1beta1/query.proto
    #	proto/cosmos/distribution/v1beta1/tx.proto
    #	proto/cosmos/evidence/v1beta1/tx.proto
    #	proto/cosmos/gov/v1beta1/gov.proto
    #	proto/cosmos/gov/v1beta1/query.proto
    #	proto/cosmos/gov/v1beta1/tx.proto
    #	proto/cosmos/mint/v1beta1/query.proto
    #	proto/cosmos/params/v1beta1/query.proto
    #	proto/cosmos/slashing/v1beta1/slashing.proto
    #	proto/cosmos/staking/v1beta1/genesis.proto
    #	proto/cosmos/staking/v1beta1/query.proto
    #	proto/cosmos/tx/signing/v1beta1/signing.proto
    #	proto/ibc/channel/channel.proto
    #	proto/ibc/channel/query.proto
    #	proto/ibc/client/client.proto
    #	proto/ibc/client/query.proto
    #	proto/ibc/connection/connection.proto
    #	proto/ibc/connection/query.proto
    #	proto/ibc/transfer/transfer.proto
    #	x/evidence/types/evidence.go
    anilcse committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    1201a3e View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. fixed tests

    mdaleem committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    73e2e24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ac8dcb View commit details
    Browse the repository at this point in the history
  3. Fix more tests

    anilcse committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    17befaf View commit details
    Browse the repository at this point in the history
  4. Update staking grpc tests

    anilcse committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    803ff8c View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of github.com:cosmos/cosmos-sdk into anil/7195_…

    …bech32_addresses
    
    # Conflicts:
    #	proto/ibc/channel/channel.proto
    #	proto/ibc/lightclients/solomachine/v1/solomachine.proto
    #	proto/ibc/transfer/transfer.proto
    #	x/evidence/types/evidence.go
    #	x/ibc-transfer/types/transfer.pb.go
    #	x/ibc/04-channel/types/channel.pb.go
    #	x/ibc/light-clients/solomachine/types/solomachine.pb.go
    #	x/staking/types/staking.pb.go
    anilcse committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    fb6d34f View commit details
    Browse the repository at this point in the history
  6. Fix merge issue

    anilcse committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    3ab4d3f View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Configuration menu
    Copy the full SHA
    f88a97c View commit details
    Browse the repository at this point in the history
  2. fixed sim tests

    atheeshp committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    e04acd2 View commit details
    Browse the repository at this point in the history
  3. fixed failing tests

    atheeshp committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    1710c07 View commit details
    Browse the repository at this point in the history
  4. Fix bugs

    anilcse committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    2164a53 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d23b9c View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Add logs

    anilcse committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    fccf93b View commit details
    Browse the repository at this point in the history
  2. fixed slashing issue

    atheeshp committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    06ad9c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    621c349 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20186d0 View commit details
    Browse the repository at this point in the history
  5. Fix staking grpc tests

    anilcse committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    ba261b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2020

  1. Fix all bank tests :)

    anilcse committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    d0eefda View commit details
    Browse the repository at this point in the history
  2. Fix tests in distribution

    anilcse committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    aba45ed View commit details
    Browse the repository at this point in the history
  3. Fix more tests in distr

    anilcse committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    f3df36b View commit details
    Browse the repository at this point in the history
  4. Fix slashing tests

    anilcse committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    15d27d2 View commit details
    Browse the repository at this point in the history
  5. Fix statking tests

    anilcse committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    a8f2d00 View commit details
    Browse the repository at this point in the history
  6. Fix evidence tests

    anilcse committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    7ca61e0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    337ac5b View commit details
    Browse the repository at this point in the history
  8. Fix gov tests

    anilcse committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    cfefc39 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2020

  1. Configuration menu
    Copy the full SHA
    31513f9 View commit details
    Browse the repository at this point in the history
  2. Fix test

    anilcse committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    55377b1 View commit details
    Browse the repository at this point in the history
  3. remove fmt

    anilcse committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    cdc25e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. fixed gov tests

    atheeshp committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    cb481e8 View commit details
    Browse the repository at this point in the history
  2. fixed x/ibc tests

    atheeshp committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    dd820a3 View commit details
    Browse the repository at this point in the history
  3. fixed x/ibc-transfer tests

    atheeshp committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    cbc2802 View commit details
    Browse the repository at this point in the history
  4. fixed staking tests

    atheeshp committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    c106e00 View commit details
    Browse the repository at this point in the history
  5. fixed staking tests

    atheeshp committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    d864f60 View commit details
    Browse the repository at this point in the history
  6. fixed test

    atheeshp committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    2549835 View commit details
    Browse the repository at this point in the history
  7. fixed distribution issue

    atheeshp committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    b1f295f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6ccd673 View commit details
    Browse the repository at this point in the history
  9. fix pagination test

    atheeshp committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    9dceebb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1238ab1 View commit details
    Browse the repository at this point in the history
  11. fmt

    atheeshp committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    7365828 View commit details
    Browse the repository at this point in the history
  12. lint

    atheeshp committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    127e308 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c0e57d1 View commit details
    Browse the repository at this point in the history
  14. fix build

    atheeshp committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    9933b72 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c69d6bc View commit details
    Browse the repository at this point in the history
  16. fix format

    anilcse committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    1d53fff View commit details
    Browse the repository at this point in the history
  17. Merge branch 'anil/7195_bech32_addresses' of github.com:cosmos/cosmos…

    …-sdk into anil/7195_bech32_addresses
    anilcse committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    da7ab9f View commit details
    Browse the repository at this point in the history
  18. revert tally tests

    atheeshp committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    bee5e6c View commit details
    Browse the repository at this point in the history
  19. revert tally tests

    atheeshp committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    7cdbb8d View commit details
    Browse the repository at this point in the history
  20. lint

    atheeshp committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    d7abfb0 View commit details
    Browse the repository at this point in the history
  21. Merge branch 'master' of github.com:cosmos/cosmos-sdk into anil/7195_…

    …bech32_addresses
    
    # Conflicts:
    #	x/ibc/02-client/types/client.pb.go
    anilcse committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    8b3a404 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    eaaeb19 View commit details
    Browse the repository at this point in the history
  23. Fix sim test

    anilcse committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    c5f5e9c View commit details
    Browse the repository at this point in the history
  24. Merge branch 'anil/7195_bech32_addresses' of github.com:cosmos/cosmos…

    …-sdk into anil/7195_bech32_addresses
    anilcse committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    d184799 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. Merge branch 'anil/7195_bech32_addresses' of github.com:cosmos/cosmos…

    …-sdk into anil/7195_bech32_addresses
    atheeshp committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    17c1b77 View commit details
    Browse the repository at this point in the history
  2. revert

    atheeshp committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    ded2cb7 View commit details
    Browse the repository at this point in the history
  3. revert

    atheeshp committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    0a27557 View commit details
    Browse the repository at this point in the history
  4. fixed tally issue

    atheeshp committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    43e3a76 View commit details
    Browse the repository at this point in the history
  5. fix tests

    atheeshp committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    bd0ff86 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    52a0038 View commit details
    Browse the repository at this point in the history
  7. revert

    atheeshp committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    5ab35dd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    863f432 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'anil/7195_bech32_addresses' of github.com:cosmos/cosmos…

    …-sdk into anil/7195_bech32_addresses
    atheeshp committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    2ed37a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. Merge branch 'master' of github.com:cosmos/cosmos-sdk into anil/7195_…

    …bech32_addresses
    
    # Conflicts:
    #	x/bank/keeper/send.go
    #	x/staking/types/staking.pb.go
    anilcse committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    02cc307 View commit details
    Browse the repository at this point in the history
  2. fmt

    anilcse committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    73686be View commit details
    Browse the repository at this point in the history
  3. refactor

    anilcse committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    439cf9d View commit details
    Browse the repository at this point in the history
  4. remove GetAddress()

    anilcse committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    0d2cfdd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    721063e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    034db0e View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. remove fmt

    anilcse committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    6b00600 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd55f44 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. Merge branch 'master' of github.com:cosmos/cosmos-sdk into atheesh/70…

    …67-gov-cli-tests
    
    # Conflicts:
    #	x/gov/client/cli/cli_test.go
    anilcse committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    c093c35 View commit details
    Browse the repository at this point in the history
  2. revert fmt.Striger usage

    anilcse committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    447f8b2 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    anilcse committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    a4f9d55 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    333c0d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2020

  1. Configuration menu
    Copy the full SHA
    573322f View commit details
    Browse the repository at this point in the history
  2. Fix rest test

    anilcse committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    f6a950f View commit details
    Browse the repository at this point in the history
  3. disable interfacer lint check

    anilcse committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    2644a16 View commit details
    Browse the repository at this point in the history
  4. make proto-format

    anilcse committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    99f6318 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Merge branch 'master' of github.com:cosmos/cosmos-sdk into anil/7195_…

    …bech32_addresses
    
    # Conflicts:
    #	proto/cosmos/tx/signing/v1beta1/signing.proto
    #	x/auth/client/rest/rest_test.go
    anilcse committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    ae1579e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f9c013 View commit details
    Browse the repository at this point in the history
  3. add nolint rule

    anilcse committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    f223324 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f564113 View commit details
    Browse the repository at this point in the history
  5. remove stray println

    anilcse committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    8c2c035 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    29f703d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1c81257 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. Configuration menu
    Copy the full SHA
    72c8c66 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Merge branch 'master' of github.com:cosmos/cosmos-sdk into anil/7195_…

    …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
    anilcse committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    03fc53e View commit details
    Browse the repository at this point in the history