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

Cherry-pick upgrade-14 cosmos changes #8869

Merged
merged 70 commits into from
Feb 19, 2024

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    fb30a30 View commit details
    Browse the repository at this point in the history
  2. chore: update ibc-go import versions

    JimLarson authored and mhofman committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    2d5fb88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3566817 View commit details
    Browse the repository at this point in the history
  4. fix: unwrap account keeper for app module

    Allows it to access some internal struct fields.
    JimLarson authored and mhofman committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    4807023 View commit details
    Browse the repository at this point in the history
  5. build: use temporary tag for cosmos-sdk

    JimLarson authored and mhofman committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    bd7f21e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc1668f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    972d243 View commit details
    Browse the repository at this point in the history
  8. fix: pick up snapshot initiation fix

    JimLarson authored and mhofman committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    2d41178 View commit details
    Browse the repository at this point in the history
  9. fix: avoid broken goleveldb

    This was a replace directive in the cosmos-sdk go.mod file,
    hence not automatically propagaged.
    JimLarson authored and mhofman committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    f4bd519 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0be9f00 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e1fb84e View commit details
    Browse the repository at this point in the history
  12. fix: govulncheck updates

    JimLarson authored and mhofman committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    e83fb57 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8633f4d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    947048b View commit details
    Browse the repository at this point in the history
  15. docs: typo

    JimLarson authored and mhofman committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    f91fbf3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    63bdd54 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #8462 from zmanian/zaki/ledger

    Fix for MacOS Sonoma Ledger detection issues
    mergify[bot] authored and mhofman committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    4fed53b View commit details
    Browse the repository at this point in the history
  18. feat: upgrade ibc-go to v6.2.1

    JimLarson authored and mhofman committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    2371b51 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a489858 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #8769 from Agoric/8767-ibc-4-proto

    fix: update protobuf download and generation for ibc-go v4
    mergify[bot] authored and mhofman committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    b6bc1c3 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    aa4c9d4 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    13ee402 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #8791 from Agoric/8224-ibc5

    feat: upgrade interchain stack to ibc5
    mergify[bot] authored and mhofman committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    89ffa75 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f49e069 View commit details
    Browse the repository at this point in the history
  25. Merge pull request #8865 from Agoric/8224-ibc6

    feat: upgrade interchain stack to ibc6
    mergify[bot] authored and mhofman committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    b770ab4 View commit details
    Browse the repository at this point in the history
  26. Merge pull request #8866 from Agoric/mfig-silence-golint-errors

    Tolerate `golangci-lint` deprecation errors
    mergify[bot] authored and mhofman committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    9c3e86f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    a7fa8c3 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    ce1197d View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    eb856af View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    bd95f61 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    4f429c8 View commit details
    Browse the repository at this point in the history
  32. chore: debug faucet script

    mhofman committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    4cb5bc9 View commit details
    Browse the repository at this point in the history
  33. Merge pull request #8902 from Agoric/mhofman/8887-fix-governance

    Handle cosmos 0.46 gov breaking changes
    mergify[bot] authored and mhofman committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    04eae85 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    f1b6b74 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    d20e708 View commit details
    Browse the repository at this point in the history
  36. chore(cosmos): Regenerate protobuf code

    gibson042 authored and mhofman committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    0cf99ec View commit details
    Browse the repository at this point in the history
  37. fixup! feat(cosmos): Add a "CapData" vstorage RPC endpoint

    chore(cosmos): Fix Go formatting
    gibson042 authored and mhofman committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    8f6f377 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    8cd6cd6 View commit details
    Browse the repository at this point in the history
  39. test(cosmos): Test vstorage capdata

    gibson042 authored and mhofman committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    68598e8 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    5426135 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    4c4dc2f View commit details
    Browse the repository at this point in the history
  42. chore(cosmos): Add vstorage README

    gibson042 authored and mhofman committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    b0c6e7d View commit details
    Browse the repository at this point in the history
  43. chore(cosmos): Avoid special treatment of HTML characters in vstorage…

    … JSON encoding
    gibson042 authored and mhofman committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    26d4b6c View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    49429b5 View commit details
    Browse the repository at this point in the history
  45. feat(cosmos): Always include alleged name and slot id in vstorage Cap…

    …Data remotable representations
    gibson042 authored and mhofman committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    ee23c4e View commit details
    Browse the repository at this point in the history
  46. docs(cosmos): Fix hyperlinks

    gibson042 authored and mhofman committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    ae0e71d View commit details
    Browse the repository at this point in the history
  47. Merge pull request #8056 from Agoric/gibson-7581-rpc-capdata-formatting

    feat(cosmos): Add a "CapData" vstorage RPC endpoint
    gibson042 authored and mhofman committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    8cda00a View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    3f7f19e View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    f2d2bc8 View commit details
    Browse the repository at this point in the history
  50. Merge pull request #8119 from Agoric/gibson-8056-followup

    chore(cosmos): Update doc comments for accuracy
    gibson042 authored and mhofman committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    4d3c6e0 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    72556d1 View commit details
    Browse the repository at this point in the history
  52. Merge pull request #8130 from Agoric/gibson-8056-followup-2

    docs(cosmos/x/vstorage): Add REAME link to vstorage/query.proto
    gibson042 authored and mhofman committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    f71b439 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    71a217e View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    9a61356 View commit details
    Browse the repository at this point in the history
  55. Merge pull request #8134 from Agoric/gibson-8056-followup-3

    docs(cosmos/x/vstorage): Add README sections for CLI and "REST" API interfaces
    gibson042 authored and mhofman committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    3a00786 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    428fbea View commit details
    Browse the repository at this point in the history
  57. Merge pull request #8475 from Agoric/gibson-2023-10-vstorage-protobuf…

    …-example
    
    docs(vstorage): Add an example external protobuf interface interaction
    mergify[bot] authored and mhofman committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    0417812 View commit details
    Browse the repository at this point in the history
  58. style(golang): Align CLI command fields with upstream recommendations

    cf. https://pkg.go.dev/github.com/spf13/cobra#Command
    and https://github.com/spf13/cobra/blob/v1.8.0/site/content/user_guide.md#example
    Only optional arguments should be wrapped in square brackets,
    alternatives should be wrapped in curly braces,
    and `Long` strings should generally start similar to `Use`.
    gibson042 authored and mhofman committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    70e5121 View commit details
    Browse the repository at this point in the history
  59. Merge pull request #8637 from Agoric/ta/vstorage-cli

    feat: agd query vstorage trailing slash for children
    mergify[bot] authored and mhofman committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    c8611f7 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    2463df5 View commit details
    Browse the repository at this point in the history
  61. chore: Avoid out-of-bounds reads in go-lang code (#8674)

    Replace panics with friendly error messages.
    gibson042 authored and mhofman committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    29bc63d View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    1279bec View commit details
    Browse the repository at this point in the history
  63. chore(golang): Clarify error messages (#8677)

    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    2 people authored and mhofman committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    95e9aca View commit details
    Browse the repository at this point in the history
  64. Merge pull request #8678 from Agoric/gibson-2023-12-golang-cli-commands

    style(golang): Align CLI command fields with upstream recommendations
    mergify[bot] authored and mhofman committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    7d6d60a View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    5440139 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    0624a16 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    02f7abc View commit details
    Browse the repository at this point in the history
  68. Merge pull request #8855 from Agoric/gibson-gh-8703-followup

    docs(golang): Improve the description of PopulateAction
    mergify[bot] authored and mhofman committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    a96d23b View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    0bb03a0 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    e8a3a77 View commit details
    Browse the repository at this point in the history