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

x/evidence module implementation #5240

Merged
merged 76 commits into from
Nov 6, 2019
Merged

Commits on Oct 24, 2019

  1. Configuration menu
    Copy the full SHA
    2d0b5fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e1a726 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fff7429 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e92430 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b3cd14e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d5b6a7 View commit details
    Browse the repository at this point in the history
  7. rename file

    alexanderbez committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    30af5af View commit details
    Browse the repository at this point in the history
  8. add module constants

    alexanderbez committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    45db95e View commit details
    Browse the repository at this point in the history
  9. add initial codec

    alexanderbez committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    eee71d2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6c102f4 View commit details
    Browse the repository at this point in the history
  11. update alias'

    alexanderbez committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    e8851a6 View commit details
    Browse the repository at this point in the history
  12. nolint alias file

    alexanderbez committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    1f33d38 View commit details
    Browse the repository at this point in the history
  13. implement AppModuleBasic

    alexanderbez committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    5a27e5b View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

  1. update AppModule

    alexanderbez committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    46a1fb8 View commit details
    Browse the repository at this point in the history
  2. add unit tests for types

    alexanderbez committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    febbbf5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e589478 View commit details
    Browse the repository at this point in the history
  4. implement initial keeper

    alexanderbez committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    e51c9d2 View commit details
    Browse the repository at this point in the history
  5. update adr

    alexanderbez committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    9b76411 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    37ca15f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dbaba7a View commit details
    Browse the repository at this point in the history
  8. add initial error types

    alexanderbez committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    9e18744 View commit details
    Browse the repository at this point in the history
  9. exec evidence handler

    alexanderbez committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    793b1d4 View commit details
    Browse the repository at this point in the history
  10. update godoc

    alexanderbez committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    f3dbc52 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    50c72ef View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2019

  1. Configuration menu
    Copy the full SHA
    79e8e28 View commit details
    Browse the repository at this point in the history
  2. add tests

    alexanderbez committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    e1c0120 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. Configuration menu
    Copy the full SHA
    ce64ee6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10537e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39d1142 View commit details
    Browse the repository at this point in the history
  4. start querier types

    alexanderbez committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    e638306 View commit details
    Browse the repository at this point in the history
  5. add ErrNoEvidenceExists

    alexanderbez committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    a593d67 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e90488f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    674fc90 View commit details
    Browse the repository at this point in the history
  8. godoc and misc.

    alexanderbez committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    9d4c1ea View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    add9d08 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. Configuration menu
    Copy the full SHA
    fd3c6f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    129eb7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    964b4ff View commit details
    Browse the repository at this point in the history
  4. redo type tests

    alexanderbez committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    8aad1fb View commit details
    Browse the repository at this point in the history
  5. add handler unit tests

    alexanderbez committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    6374cd6 View commit details
    Browse the repository at this point in the history
  6. add DONTCOVER to errors

    alexanderbez committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    4ef7797 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    25816dd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    371ca0b View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. Configuration menu
    Copy the full SHA
    8aa1cbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c2413b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd9a484 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b3976d View commit details
    Browse the repository at this point in the history
  5. add genesis tests

    alexanderbez committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    8b21b3b View commit details
    Browse the repository at this point in the history
  6. add doc.go

    alexanderbez committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    8e8d382 View commit details
    Browse the repository at this point in the history
  7. remove TODO from module

    alexanderbez committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    2e1485f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f3c9d8b View commit details
    Browse the repository at this point in the history
  9. remove TODO from module

    alexanderbez committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    5a727fd View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. Configuration menu
    Copy the full SHA
    ba048c6 View commit details
    Browse the repository at this point in the history
  2. update SubmitEvidenceCMD

    alexanderbez committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    2dfe2e5 View commit details
    Browse the repository at this point in the history
  3. add spec

    alexanderbez committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    615a3c0 View commit details
    Browse the repository at this point in the history
  4. add changelog entry

    alexanderbez committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    946628d View commit details
    Browse the repository at this point in the history
  5. update adr

    alexanderbez committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    c829a3f View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. Update x/evidence/client/cli/query.go

    Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    alexanderbez and fedekunze committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    829c674 View commit details
    Browse the repository at this point in the history
  2. Update x/evidence/client/cli/query.go

    Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    alexanderbez and fedekunze committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    2fc3737 View commit details
    Browse the repository at this point in the history
  3. Update x/evidence/client/cli/query.go

    Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    alexanderbez and fedekunze committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    2d12a84 View commit details
    Browse the repository at this point in the history
  4. Update x/evidence/client/cli/tx.go

    Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    alexanderbez and fedekunze committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    bac71c0 View commit details
    Browse the repository at this point in the history
  5. Update x/evidence/client/cli/tx.go

    Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    alexanderbez and fedekunze committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    ad7e945 View commit details
    Browse the repository at this point in the history
  6. Update x/evidence/client/cli/tx.go

    Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    alexanderbez and fedekunze committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    4f9eb5d View commit details
    Browse the repository at this point in the history
  7. Update x/evidence/client/rest/query.go

    Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    alexanderbez and fedekunze committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    0aebd95 View commit details
    Browse the repository at this point in the history
  8. fix build

    alexanderbez committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    0737aa8 View commit details
    Browse the repository at this point in the history
  9. remove abci.go

    alexanderbez committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    6991768 View commit details
    Browse the repository at this point in the history
  10. add to docs file

    alexanderbez committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    0d5bd13 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1b46150 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ba5c236 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    709d5f5 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'bez/evidence-module-impl' of github.com:cosmos/cosmos-s…

    …dk into bez/evidence-module-impl
    alexanderbez committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    4338e05 View commit details
    Browse the repository at this point in the history
  15. fix tests; goimports

    alexanderbez committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    cffa3b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. Configuration menu
    Copy the full SHA
    177b5d3 View commit details
    Browse the repository at this point in the history
  2. add GetEvidenceHandler

    alexanderbez committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    3219e64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d07c383 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9039963 View commit details
    Browse the repository at this point in the history