Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ojo-network/turbine-py-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.8
Choose a base ref
...
head repository: ojo-network/turbine-py-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.9
Choose a head ref
  • 3 commits
  • 12 files changed
  • 3 contributors

Commits on Feb 10, 2026

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

Commits on Feb 11, 2026

  1. Configuration menu
    Copy the full SHA
    97c79fc View commit details
    Browse the repository at this point in the history
  2. fix: add owner field to batch-ctf-redemption request (#13)

    The relayer expects 'owner' as a top-level field in the batch
    redemption payload, but request_batch_ctf_redemption was only
    sending { chainId, redemptions }. This caused the relayer to
    return 'Invalid owner address format'.
    
    Now includes the signer's address as 'owner' in the request body,
    matching the frontend's request format:
      { chainId, owner, redemptions }
    
    Also adds _require_signer() check since owner comes from the signer.
    ten-nex authored Feb 11, 2026
    Configuration menu
    Copy the full SHA
    fcc417f View commit details
    Browse the repository at this point in the history
Loading