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

feat: support multiple chain ids in FinalizedChainsInfo #365

Merged
merged 31 commits into from
May 2, 2023

Commits on Apr 28, 2023

  1. finalized chains info

    gusin13 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    9ad14f8 View commit details
    Browse the repository at this point in the history
  2. update proto

    gusin13 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    3ae0569 View commit details
    Browse the repository at this point in the history
  3. comments

    gusin13 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    8a8cb01 View commit details
    Browse the repository at this point in the history
  4. update tests

    gusin13 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    b2723d9 View commit details
    Browse the repository at this point in the history
  5. update comments

    gusin13 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    d8caeaa View commit details
    Browse the repository at this point in the history
  6. update query

    gusin13 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    823d3a5 View commit details
    Browse the repository at this point in the history
  7. fix e2e tests

    gusin13 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    5e729dc View commit details
    Browse the repository at this point in the history
  8. fix query params in e2e test

    gusin13 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    841411a View commit details
    Browse the repository at this point in the history
  9. add e2e test

    gusin13 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    a67ad65 View commit details
    Browse the repository at this point in the history
  10. add log

    gusin13 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    86b0302 View commit details
    Browse the repository at this point in the history
  11. clean up proto

    gusin13 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    a7feb68 View commit details
    Browse the repository at this point in the history
  12. fix swag

    gusin13 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    34f5a95 View commit details
    Browse the repository at this point in the history
  13. update comment

    gusin13 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    c2e1fda View commit details
    Browse the repository at this point in the history
  14. fix e2e tests

    gusin13 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    69a3775 View commit details
    Browse the repository at this point in the history
  15. wrap up input checker fn

    gusin13 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    e956f83 View commit details
    Browse the repository at this point in the history
  16. update docstring

    Co-authored-by: Vitalis Salis <VitSalis@gmail.com>
    gusin13 and vitsalis authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    6d8ee0c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3c7002b View commit details
    Browse the repository at this point in the history
  18. remove err log

    gusin13 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    160ed0a View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. optimize

    gusin13 committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    bcaa672 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. helper func

    gusin13 committed May 2, 2023
    Configuration menu
    Copy the full SHA
    1f0868e View commit details
    Browse the repository at this point in the history
  2. add docstring

    gusin13 committed May 2, 2023
    Configuration menu
    Copy the full SHA
    6184aaa View commit details
    Browse the repository at this point in the history
  3. desc error message by caller

    gusin13 committed May 2, 2023
    Configuration menu
    Copy the full SHA
    4c76dc4 View commit details
    Browse the repository at this point in the history
  4. wrap error

    gusin13 committed May 2, 2023
    Configuration menu
    Copy the full SHA
    b0936b6 View commit details
    Browse the repository at this point in the history
  5. optimize as per suggestions

    gusin13 committed May 2, 2023
    Configuration menu
    Copy the full SHA
    ac08c02 View commit details
    Browse the repository at this point in the history
  6. reduce loc

    gusin13 committed May 2, 2023
    Configuration menu
    Copy the full SHA
    d161505 View commit details
    Browse the repository at this point in the history
  7. extra line

    gusin13 committed May 2, 2023
    Configuration menu
    Copy the full SHA
    5141fea View commit details
    Browse the repository at this point in the history
  8. simplify exists

    Co-authored-by: Vitalis Salis <VitSalis@gmail.com>
    gusin13 and vitsalis authored May 2, 2023
    Configuration menu
    Copy the full SHA
    ba3e00b View commit details
    Browse the repository at this point in the history
  9. simplify exists

    gusin13 committed May 2, 2023
    Configuration menu
    Copy the full SHA
    425c3e7 View commit details
    Browse the repository at this point in the history
  10. simplify logic

    gusin13 committed May 2, 2023
    Configuration menu
    Copy the full SHA
    dcbb49d View commit details
    Browse the repository at this point in the history
  11. fix comments

    gusin13 committed May 2, 2023
    Configuration menu
    Copy the full SHA
    4b14662 View commit details
    Browse the repository at this point in the history
  12. more comments

    gusin13 committed May 2, 2023
    Configuration menu
    Copy the full SHA
    abccd46 View commit details
    Browse the repository at this point in the history