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

Make JSONMarshaler methods require proto.Message #7054

Merged
merged 27 commits into from
Aug 26, 2020

Commits on Aug 13, 2020

  1. Configuration menu
    Copy the full SHA
    97c59de View commit details
    Browse the repository at this point in the history
  2. Use &msg with MarshalJSON

    blushi committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    8f43ba6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6dd69b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3af5055 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    282cc28 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f572cd3 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. Configuration menu
    Copy the full SHA
    3f68d9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ed3b64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d452d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

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

    …rie/6982-json-marshaler-proto
    aaronc committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    fa96cfe View commit details
    Browse the repository at this point in the history
  2. Test fixes

    aaronc committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    28db5ea View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. Remove unrelevant comment

    blushi committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    2b65f5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48103b9 View commit details
    Browse the repository at this point in the history
  3. Use TxConfig.TxJSONEncoder

    blushi committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    b4da972 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ecc133a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e6d09d View commit details
    Browse the repository at this point in the history
  6. Use JSONMarshaler in cli tests

    blushi committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    abfdd22 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Configuration menu
    Copy the full SHA
    a3e394e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5f88e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. Use tmjson for tm GenesisDoc

    blushi committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    7665df4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ab0066 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Update types/module/simulation.go

    Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    blushi and fedekunze authored Aug 25, 2020
    Configuration menu
    Copy the full SHA
    12754cd View commit details
    Browse the repository at this point in the history
  2. Update types/module/module_test.go

    Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    blushi and fedekunze authored Aug 25, 2020
    Configuration menu
    Copy the full SHA
    17ea317 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Add godoc comments

    blushi committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    4121810 View commit details
    Browse the repository at this point in the history
  2. Remove unused InsertKeyJSON

    blushi committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    4aa1d08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5060ae3 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    blushi committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    0cff5ca View commit details
    Browse the repository at this point in the history