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: Scribulus/lighter-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: elliottech/lighter-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 289 files changed
  • 6 contributors

Commits on Dec 2, 2025

  1. Update toPython SDK to match lighter-go refactored CGO binaries (elli…

    …ottech#85)
    
    * Update Python SDK to match upstream lighter-go refactored CGO binaries
    
    - Added SignedTxResponse struct for new Go response format
    - Updated all function signatures to include api_key_index and account_index parameters
    - Updated response decoding to handle SignedTxResponse structure
    
    * update signers based on 0.1.5 lighter-go release
    
    * refactor nonce-manager and use API Key dict only in signer
    - pass API key directly to signer
    - pass a list of arbitrary API keys to nonce manager
    - setup stores multiple API keys
    
    * python 3.8 Tuple
    
    * remove duplicate
    
    * fix nonce manager
    
    * examples lint
    
    * typo
    
    ---------
    
    Co-authored-by: Alex Velea <dev@velea.cc>
    Bvvvp009 and alexvelea authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    c3cecf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41fde29 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2025

  1. Spot (elliottech#92)

    * wip
    
    * spot api changes
    
    * remove unused files
    
    * manually fix volume_quota_remaining from sendTx and sendBatchTx
    
    * get assets -- HTTP
    
    * get assets -- WS
    
    * batch TXs example -- cancel orders at the end
    
    * get order books example
    
    * create orders configurable for spot
    
    * README & configurable spot markets for sendBatchTx examples
    
    * Update binaries w/ latest release
    
    * Public pools
    
    * system setup for sub-accounts & pools
    
    * fast withdraw example and update binaries
    
    * withdraw example
    
    * transfer notes and cleanup
    
    ---------
    
    Co-authored-by: gioto64 <gpopescuioan@gmail.com>
    alexvelea and gioto64 authored Dec 4, 2025
    Configuration menu
    Copy the full SHA
    c580b18 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2025

  1. Configuration menu
    Copy the full SHA
    7682022 View commit details
    Browse the repository at this point in the history
  2. 1.0.1 for consistency

    Bodo171 committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    aecdec0 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2025

  1. v1.0.2 (elliottech#99)

    alexvelea authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    9aac7cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b489f27 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2026

  1. update-jan-2026 1.0.3 (elliottech#109)

    * update-jan-2026 1.0.3
    
    * misc
    
    * remove more deprecated endpoints, less strict model validation
    
    * enable transfers between subaccounts
    
    * update existing transfer examples + README
    lavrric authored Jan 27, 2026
    Configuration menu
    Copy the full SHA
    54d3582 View commit details
    Browse the repository at this point in the history
Loading