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: t12631748/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.
  • 12 commits
  • 301 files changed
  • 8 contributors

Commits on Oct 29, 2025

  1. Add read-only-auth example for pre-generating authentication tokens (e…

    …lliottech#61)
    
    - Add setup.py to configure API key 253 for all accounts
    - Add generate.py to create auth tokens at 6-hour intervals
    - Add README.md with documentation and usage examples
    - Tokens generated for configurable duration with 8-hour expiry
    - Output format: auth-tokens.json with account_index -> timestamp -> token mapping
    
    Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
    Co-authored-by: Alexandru Velea <dev@velea.cc>
    devin-ai-integration[bot] and alexvelea authored Oct 29, 2025
    Configuration menu
    Copy the full SHA
    8e29a60 View commit details
    Browse the repository at this point in the history
  2. Update README.md (elliottech#71)

    A bit better way to test the api is working
    iurii2002 authored Oct 29, 2025
    Configuration menu
    Copy the full SHA
    c9b8de6 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2025

  1. Signer global singleton, better examples & update shared library (ell…

    …iottech#74)
    
    * Move all signer-related operations in a global singleton
    
    * fix
    
    * some better examples
    
    * ignore
    
    * add sign thing to client & shared cfg for examples
    
    * reorder
    
    * simplify
    
    * readme
    alexvelea authored Nov 20, 2025
    Configuration menu
    Copy the full SHA
    f8c46e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2025

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

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