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

[backports] v0.40.0-rc1 #7590

Merged
merged 23 commits into from
Oct 19, 2020
Merged

Commits on Oct 19, 2020

  1. Update Encoding Doc for 0.40 (#7430)

    * Remove deprecated docs and add first guidelines to protobuf migration
    
    * Add conventions
    
    * Reorder and add more FAQ doc
    
    * Update guidelines for pb msg definitions
    
    * Use commit hash in github links
    
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    2 people authored and clevinson committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    ca44ef0 View commit details
    Browse the repository at this point in the history
  2. docs: Update "Basics" section (#7416)

    * Prettier
    
    * docs: Update "Basics" section
    
    * appcli -> appd
    
    * Better wording
    
    * Fix to appCodec
    
    * Add gRPC mention
    
    * Add grpc
    
    * Reference simapp code
    
    * Update docs/basics/accounts.md
    
    Co-authored-by: Marie Gauthier <marie.gauthier63@gmail.com>
    
    * Add section about gRPC query services
    
    * Optional LegacyQuerierHandler
    
    * Clearer docs
    
    * Update docs/basics/app-anatomy.md
    
    Co-authored-by: Marie Gauthier <marie.gauthier63@gmail.com>
    
    * Update docs/basics/app-anatomy.md
    
    Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    
    * Address comments
    
    * Address comments
    
    * Update docs/basics/accounts.md
    
    Co-authored-by: Marie Gauthier <marie.gauthier63@gmail.com>
    Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    3 people authored and clevinson committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    6aec47b View commit details
    Browse the repository at this point in the history
  3. Fix misbehaviour handling for solo machine (#7515)

    * add timestamp to SignatureAndData
    
    Add timestamp field to signature and data. Add ValidateBasic check for timestamp. Add ValidateBasic test. Update misbehaviour handler to use supplied timestamp.
    
    * fix typo
    
    * add timestamp check
    
    * fix lint
    
    Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    2 people authored and clevinson committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    f3be396 View commit details
    Browse the repository at this point in the history
  4. update solo machine specs (#7512)

    * update solo machine specs
    
    * update concepts
    
    * self review fixes
    
    * Apply suggestions from code review
    
    * add note on upgarding solo machines
    
    Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    2 people authored and clevinson committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    48dab9f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc5146c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b61f3eb View commit details
    Browse the repository at this point in the history
  7. tendermint: update sdk to rc5 (#7527)

    * update sdk to rc5
    
    * Update baseapp/params.go
    
    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    2 people authored and clevinson committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    79ee6c6 View commit details
    Browse the repository at this point in the history
  8. Bump github.com/spf13/cobra from 1.0.0 to 1.1.0 (#7553)

    Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.0.0 to 1.1.0.
    - [Release notes](https://github.com/spf13/cobra/releases)
    - [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md)
    - [Commits](spf13/cobra@v1.0.0...v1.1.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and clevinson committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    8e6403f View commit details
    Browse the repository at this point in the history
  9. remove test_utils.go in tm client (#7522)

    * remove test_utils from tm client
    
    * fix build
    
    * fix lint?
    
    * fix lint?
    
    * apply @fedekunze review suggestion
    
    * add tests as per @alessio suggestion
    
    * fix typo
    colin-axner authored and clevinson committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    9b301fc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    86b87c4 View commit details
    Browse the repository at this point in the history
  11. Update Building Modules documentation (#7473)

    * Update module-manager.md
    
    * Update modules #messages doc
    
    * Fix typo
    
    * Update message implementation example link
    
    * Update messages-and-queries.md#queries doc
    
    * Update querier.md
    
    * Update handler.md
    
    * Update links in beginblock-endblock.md
    
    * Update keeper.md
    
    * Update invariants.md
    
    * Update genesis.md
    
    * Update module-interfaces.md#transaction-commands
    
    * Update module-interfaces.md#query-commands
    
    * Update module-interfaces.md#flags
    
    * Update module-interfaces.md#rest
    
    * Update structure.md
    
    * Update module-interfaces.md#grpc
    
    * Update errors.md
    
    * Update module-interfaces.md#grpc-gateway-rest
    
    * Add more info on swagger
    
    * Address comments
    
    * Fix go.sum
    
    * Fix app-anatomy.md
    
    * Update docs/building-modules/module-interfaces.md
    
    Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    
    * Update docs/building-modules/querier.md
    
    Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    
    * Update docs/building-modules/querier.md
    
    Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    
    * Update docs/building-modules/module-interfaces.md
    
    Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    
    * Update docs/building-modules/module-interfaces.md
    
    Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    
    * Address part of review comments
    
    * Update old ref of RegisterQueryService
    
    * Add example code for Manager
    
    * Update queriers.md to query-services.md and refs
    
    * Add new query-services.md
    
    * Revert "Update old ref of RegisterQueryService"
    
    This reverts commit 1ea1ea8.
    
    * Update keeper.md
    
    * Update handler.md
    
    * Update handler.md
    
    * Update messages-and-queries.md
    
    * Update docs/basics/app-anatomy.md
    
    Co-authored-by: Amaury Martiny <amaury.martiny@protonmail.com>
    
    * Update docs/building-modules/intro.md
    
    Co-authored-by: Amaury Martiny <amaury.martiny@protonmail.com>
    
    * Fix typo
    
    Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    Co-authored-by: Amaury Martiny <amaury.martiny@protonmail.com>
    3 people authored and clevinson committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    9f3ad91 View commit details
    Browse the repository at this point in the history
  12. client: add GetAccount and GetAccountWithHeight to AccountRetriever (#…

    …7558)
    
    * client: add GetAccount and GetAccountWithHeight to AccountRetriever
    
    * update ADR
    
    * address comments from review
    fedekunze authored and clevinson committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    1b75a6d View commit details
    Browse the repository at this point in the history
  13. Add the option of emitting amino encoded json from the CLI (#7221)

    * Add the option of emitting amino encoded json
    
    * Update AMINO JSON serialization with ConvertTxToStdTx
    
    * Make the Amino flag more self documenting by serializing the BroadcastRequest type instead of StdTx
    
    * Handle amino encoding error
    
    * Update x/auth/client/cli/tx_multisign.go
    
    Co-authored-by: Alessio Treglia <alessio@tendermint.com>
    
    * Update x/auth/client/cli/tx_sign.go
    
    Co-authored-by: Alessio Treglia <alessio@tendermint.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: Alessio Treglia <alessio@tendermint.com>
    
    * Fix go format
    
    Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    Co-authored-by: Alessio Treglia <alessio@tendermint.com>
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    4 people authored and clevinson committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    be81979 View commit details
    Browse the repository at this point in the history
  14. ibc: update solo machine client command (#7579)

    Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    2 people authored and clevinson committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    8e256b2 View commit details
    Browse the repository at this point in the history
  15. docs: Revert SPEC-SPEC and update x/{auth,bank,evidence,slashing} (#7407

    )
    
    * Revert some changes from #7404
    
    * Update x/slashing
    
    * Address review comments
    
    * Small tweak
    
    Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    3 people authored and clevinson committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    3d13b46 View commit details
    Browse the repository at this point in the history
  16. remove id in localhost (#7577)

    Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    Co-authored-by: Christopher Goes <cwgoes@pluranimity.org>
    3 people authored and clevinson committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    ab8f89f View commit details
    Browse the repository at this point in the history
  17. update changelog

    clevinson committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    0d64056 View commit details
    Browse the repository at this point in the history
  18. Update CHANGELOG.md

    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    clevinson and alexanderbez authored Oct 19, 2020
    Configuration menu
    Copy the full SHA
    0de50cc View commit details
    Browse the repository at this point in the history
  19. Fix solomachine cmds (#7581)

    * fix solo machine cli cmds
    
    * polish
    
    Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    3 people authored and clevinson committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    2f1764c View commit details
    Browse the repository at this point in the history
  20. simapp: use tmjson on InitChainer (#7514)

    Co-authored-by: Alessio Treglia <alessio@tendermint.com>
    2 people authored and clevinson committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    182b01c View commit details
    Browse the repository at this point in the history
  21. [IAVL]: Bump to v0.15.0-rc4 (#7549)

    * iavl 0.15.0-rc4 version bump
    
    * update comments on error modes for store.LoadStore
    
    * update CONFIO_URL in makefile
    
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    clevinson and mergify[bot] committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    77dd62b View commit details
    Browse the repository at this point in the history
  22. Handle nil *Any in UnpackAny and add panic handler for tx decoding (#…

    …7594)
    
    * Handle nil any in UnpackAny
    
    * Add test
    
    * Add flag back
    
    * Update runTx signature
    
    * Update Simulate signature
    
    * Update calls to Simulate
    
    * Add txEncoder in baseapp
    
    * Fix TestTxWithoutPublicKey
    
    * Wrap errors
    
    * Use amino in baseapp tests
    
    * Add txEncoder arg to Check & Deliver
    
    * Fix gas in test
    
    * Fix remaining base app tests
    
    * Rename to amionTxEncoder
    
    * Update codec/types/interface_registry.go
    
    Co-authored-by: Aaron Craelius <aaron@regen.network>
    
    * golangci-lint fix
    
    Co-authored-by: Amaury Martiny <amaury.martiny@protonmail.com>
    Co-authored-by: Aaron Craelius <aaron@regen.network>
    Co-authored-by: Cory Levinson <cjlevinson@gmail.com>
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    5 people committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    b15a31f View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    2619b40 View commit details
    Browse the repository at this point in the history