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

ICS-2 Implement Misbehavior #5321

Merged
merged 42 commits into from
Dec 5, 2019
Merged

ICS-2 Implement Misbehavior #5321

merged 42 commits into from
Dec 5, 2019

Commits on Nov 12, 2019

  1. ibc client evidence route

    fedekunze committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    dbde0d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. Configuration menu
    Copy the full SHA
    4b979b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7e0588 View commit details
    Browse the repository at this point in the history
  3. clean up client events

    fedekunze committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    33ae02e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94790bf View commit details
    Browse the repository at this point in the history
  5. remove comments

    fedekunze committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    f7db0fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e32f304 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

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

Commits on Nov 15, 2019

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

Commits on Nov 18, 2019

  1. remove unnecessary sort

    AdityaSripal committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    6c9fe6d View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

  1. Configuration menu
    Copy the full SHA
    6f7b571 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0c8232 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. Configuration menu
    Copy the full SHA
    baac2e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eaac6c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    948c4c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. add evidence tests

    AdityaSripal committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    0d31c59 View commit details
    Browse the repository at this point in the history
  2. remove debug statements

    AdityaSripal committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    85ab5e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74c7d74 View commit details
    Browse the repository at this point in the history
  4. cleanup evidence test

    AdityaSripal committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    22faf51 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2019

  1. start misbehaviour tests

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

Commits on Nov 25, 2019

  1. fix nondeterministic bug

    AdityaSripal committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    3d3c3c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. Configuration menu
    Copy the full SHA
    373601a View commit details
    Browse the repository at this point in the history
  2. fix bugs

    AdityaSripal committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    d420a0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b1aa96 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09d834b View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. Configuration menu
    Copy the full SHA
    3b3cb99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4764655 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. save

    AdityaSripal committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    40cc70f View commit details
    Browse the repository at this point in the history
  2. final fixes

    AdityaSripal committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    51ed94e View commit details
    Browse the repository at this point in the history
  3. save

    AdityaSripal committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    213002d View commit details
    Browse the repository at this point in the history
  4. fix conflict

    AdityaSripal committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    68927e4 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. fix conflict

    AdityaSripal committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    6ae0e28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d151f46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88ac519 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-Authored-By: Federico Kunze <[email protected]>
    AdityaSripal and fedekunze authored Dec 4, 2019
    Configuration menu
    Copy the full SHA
    d1386b9 View commit details
    Browse the repository at this point in the history
  5. save

    AdityaSripal committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    57c22b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7b53102 View commit details
    Browse the repository at this point in the history
  7. add godocs and fix test

    AdityaSripal committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    0202ce4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f0d6eac View commit details
    Browse the repository at this point in the history
  9. Update x/ibc/02-client/keeper/client.go

    Co-Authored-By: Bot from GolangCI <[email protected]>
    AdityaSripal and golangcibot authored Dec 4, 2019
    Configuration menu
    Copy the full SHA
    9858a8f View commit details
    Browse the repository at this point in the history
  10. add back aliases

    AdityaSripal committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    a5b42e4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a092ff0 View commit details
    Browse the repository at this point in the history