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

Make the sender set MASP transaction to IBC memo #3444

Merged
merged 40 commits into from
Jul 5, 2024

Commits on May 28, 2024

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

Commits on Jun 1, 2024

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

Commits on Jun 4, 2024

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

Commits on Jun 7, 2024

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

Commits on Jun 8, 2024

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

Commits on Jun 11, 2024

  1. Centralized the construction of TransparentAddresses to ensure that e…

    …ncodings are consistent.
    murisi committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    b55f5bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5547f09 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    423ee7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ae6f2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    438a4ab View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

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

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    a2854e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6739f0b View commit details
    Browse the repository at this point in the history
  3. Simplify checking packet acknowledgement by assuming the uniqueness o…

    …f the success acknowledgement.
    murisi committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    18fe989 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8de2ec0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c999bd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d0b4f3d View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    0a5d480 View commit details
    Browse the repository at this point in the history
  2. Added changelog entry.

    murisi committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    7ff94bd View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. support NftTransfer

    yito88 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    d44fc56 View commit details
    Browse the repository at this point in the history
  2. fix for apply_recv_msg

    yito88 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    320e9ed View commit details
    Browse the repository at this point in the history
  3. refactoring: add trace.rs

    yito88 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    60ea876 View commit details
    Browse the repository at this point in the history
  4. reduce assumptions for IBC VP

    yito88 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    a942176 View commit details
    Browse the repository at this point in the history
  5. add ibc trace file

    yito88 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    9c51728 View commit details
    Browse the repository at this point in the history
  6. fix convert_to_address

    yito88 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    fb19c25 View commit details
    Browse the repository at this point in the history
  7. fix tests

    yito88 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    210f34b View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

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

Commits on Jun 26, 2024

  1. memo for masp tx

    yito88 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    8d23661 View commit details
    Browse the repository at this point in the history
  2. extract masp_tx in MASP VP

    yito88 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    5c0c424 View commit details
    Browse the repository at this point in the history
  3. add CLI ibc-gen-shielding

    yito88 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    6520631 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. fix e2e tests

    yito88 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    c74c583 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. fix gen_masp_tx in test

    yito88 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    3176b01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6fc2f2 View commit details
    Browse the repository at this point in the history
  3. add IbcShielding action

    yito88 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    a59131d View commit details
    Browse the repository at this point in the history
  4. add changelog

    yito88 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    ad065b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. IbcShieldingData

    yito88 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    da7aff4 View commit details
    Browse the repository at this point in the history
  2. update Hermes

    yito88 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    cbf27b1 View commit details
    Browse the repository at this point in the history
  3. fix refund source

    yito88 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    be2e7df View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. extract_memo_from_packet

    yito88 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    ca79554 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. remove --refund

    yito88 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    7212f7e View commit details
    Browse the repository at this point in the history