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

WIP: initial support for Penumbra chains in Hermes #1

Merged
merged 33 commits into from
Sep 20, 2023

Commits on Aug 17, 2023

  1. WIP: initial support for Penumbra chains in Hermes

    Co-Authored-By: Conor Schaefer <conor@penumbralabs.xyz>
    Co-Authored-By: Ava Howell <ava@avahowell.me>
    3 people committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    6910a64 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. add verify_header impl

    avahowell committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    578fd05 View commit details
    Browse the repository at this point in the history
  2. add detect_misbehavior

    avahowell committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    d324b73 View commit details
    Browse the repository at this point in the history
  3. add query_clients

    avahowell committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    27a42c3 View commit details
    Browse the repository at this point in the history
  4. add abci_query capability

    avahowell committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    9d8221d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4274702 View commit details
    Browse the repository at this point in the history
  6. implement query_connections

    avahowell committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    965afe6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7ec3fdc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    646f3d3 View commit details
    Browse the repository at this point in the history
  9. implement query_channels

    avahowell committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    208d451 View commit details
    Browse the repository at this point in the history
  10. implement query_channel

    avahowell committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    da049dc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0c28c78 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0db565b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9d768b2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    47e74f3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1a83512 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    800f55e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9c1cfbb View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1d649fb View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    49be57d View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. add config.toml, fill out more implementation

    Co-Authored-By: Henry de Valence <hdevalence@penumbralabs.xyz>
    avahowell and hdevalence committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    fdff421 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    2f56495 View commit details
    Browse the repository at this point in the history
  2. handshake is working now

    avahowell committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    9c9db90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ab1d99 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e8657c View commit details
    Browse the repository at this point in the history
  5. add query_packet_events

    hdevalence committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    8a0f79d View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Configuration menu
    Copy the full SHA
    4ecf555 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0485b23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64cf3a2 View commit details
    Browse the repository at this point in the history
  4. cleanup

    hdevalence committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    b5f0914 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. copy impl of query_txs

    hdevalence committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    298f9f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    a93fdc7 View commit details
    Browse the repository at this point in the history
  2. break out penumbra tx mod

    avahowell committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    ca8ec42 View commit details
    Browse the repository at this point in the history