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

rpc: add SetPendingTransferProofCourierAddr endpoint to fix erroneous courier addresses #1097

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Aug 21, 2024

  1. tapfreighter: rename method transferReceiverProof for clarity

    This commit renames the ChainPorter.transferReceiverProof method for
    clarity, reflecting that multiple proofs may be transferred. The
    documentation has also been updated accordingly.
    ffranr committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    313bd2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1df76fe View commit details
    Browse the repository at this point in the history
  3. rpc: add position field to TransferOutput proto message

    This commit introduces the `position` field to the `TransferOutput`
    proto message. This field serves as a unique index, enabling precise
    identification of an output within a given transfer.
    ffranr committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    7520292 View commit details
    Browse the repository at this point in the history
  4. rpc: add endpoint SetPendingTransferProofCourierAddr

    This commit adds a new RPC endpoint which can be used to override the
    proof courier address for a pending asset transfer output.
    ffranr committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    c4ff3c6 View commit details
    Browse the repository at this point in the history