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

Implement proof verification functions for Tendermint client #1583

Merged
merged 30 commits into from
Dec 22, 2021

Commits on Nov 22, 2021

  1. proof verification functions

    yito88 committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    468b4fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d54a5a View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. verify delay

    yito88 committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    5272eae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df667bb View commit details
    Browse the repository at this point in the history
  3. verify height

    yito88 committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    4735aa7 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Revert "verify height"

    This reverts commit 4735aa7.
    hu55a1n1 committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    aa2336b View commit details
    Browse the repository at this point in the history
  2. Impl verify_height()

    hu55a1n1 committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    33e493c View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Configuration menu
    Copy the full SHA
    be733a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50aa14a View commit details
    Browse the repository at this point in the history
  3. Clippy happy

    hu55a1n1 committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    3ec08f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. Modify ClientDef API

    hu55a1n1 committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    16189f2 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2021

  1. Configuration menu
    Copy the full SHA
    a5483ea View commit details
    Browse the repository at this point in the history
  2. Fix mock build

    hu55a1n1 committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    41b80dd View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Configuration menu
    Copy the full SHA
    34c029e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3075c61 View commit details
    Browse the repository at this point in the history
  3. Remove usages of std::

    hu55a1n1 committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    424088d View commit details
    Browse the repository at this point in the history
  4. Fix clippy errors

    hu55a1n1 committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    4933269 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2cf3d2b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f9b16e6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    db66a34 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. Configuration menu
    Copy the full SHA
    11c641d View commit details
    Browse the repository at this point in the history
  2. Augment packet delay errors

    hu55a1n1 committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    5c1ee1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec08b33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8dcb33d View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Co-authored-by: Adi Seredinschi <adizere@gmail.com>
    hu55a1n1 and adizere committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    6b010bf View commit details
    Browse the repository at this point in the history
  6. Fix conflicts

    hu55a1n1 committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    43a8468 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7381e02 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. Configuration menu
    Copy the full SHA
    71403c2 View commit details
    Browse the repository at this point in the history
  2. Fix clippy errors

    hu55a1n1 committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    bb66a5f View commit details
    Browse the repository at this point in the history
  3. Add changelog entry

    hu55a1n1 committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    630a84b View commit details
    Browse the repository at this point in the history