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

penumbra - pclientd integration #480

Merged
merged 41 commits into from
Sep 22, 2023
Merged

penumbra - pclientd integration #480

merged 41 commits into from
Sep 22, 2023

Commits on Apr 4, 2023

  1. wip penumbra pclientd

    agouin committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    0b4c133 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Updates for 049-pasiphae

    agouin committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    46474af View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

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

Commits on Apr 24, 2023

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

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    79ff14e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    648e373 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

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

Commits on Jun 8, 2023

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

Commits on Jun 26, 2023

  1. use raw byte slices in getAddress

    we can rather naively convert address strings to byte slices, and not
    have to worry about bech32m encoding: the protos will accept the raw
    byte slice as sufficient to reconstitute the address.
    
    sprinkled around some debug logging to make sense of what's breaking.
    conorsch authored and jtieri committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    e0836b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

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

Commits on Jun 29, 2023

  1. fix allocations file format

    pd was *silently failing* to process the weirdly constructed csv file.
    the golang code was inserting liternal `\n`s rather than newlines.
    pd should definitely error on this.
    
    A previous debugging commit touched up the allocations indexing logic,
    which wasn't necessary to fix the bug, but sure made things more
    comprehensible. This commit restores the original allocations to the
    pre-debugging values, aiui.
    conorsch authored and jtieri committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    8f14e77 View commit details
    Browse the repository at this point in the history
  2. handle grpc streaming request for balance

    Updates the GetBalanceByAddress request to handle a gRPC streaming
    request. Sadly the Penumbra docs aren't very clear that this method
    returns a stream; we'll work on that! For now, the
    for-loop-and-break-on-EOF seems a sufficiently idiomatic pattern for our
    needs. Still to come is making the balance info intelligble.
    conorsch authored and jtieri committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    6a5e01c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a2c7e1 View commit details
    Browse the repository at this point in the history
  4. remove more debug output

    jtieri committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    3770e33 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

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

    jtieri committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    32f2856 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df5bf4c View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    13e89af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa41ee8 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    486217b View commit details
    Browse the repository at this point in the history
  2. update penumbra 0.57.0, pull new protos, adjust code to account for b…

    …igint and rpc changes
    jtieri committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    fba94af View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

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

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    eb14aec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15bb77f View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

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

Commits on Sep 12, 2023

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

Commits on Sep 13, 2023

  1. more cleanup

    jtieri committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    a47132b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8143c91 View commit details
    Browse the repository at this point in the history
  3. update protos for ictest v8

    jtieri committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    5a7bd8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b48896 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    757e816 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bd2eef9 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    86183ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41d5099 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    5f24804 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    649cada View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f23c66e View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    d7d560e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ca5510 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a0cdc4 View commit details
    Browse the repository at this point in the history