-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: t12631748/lighter-python
base: main
head repository: elliottech/lighter-python
compare: main
- 12 commits
- 301 files changed
- 8 contributors
Commits on Oct 29, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 8e29a60 - Browse repository at this point
Copy the full SHA 8e29a60View commit details -
Update README.md (elliottech#71)
A bit better way to test the api is working
Configuration menu - View commit details
-
Copy full SHA for c9b8de6 - Browse repository at this point
Copy the full SHA c9b8de6View commit details
Commits on Nov 20, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for f8c46e1 - Browse repository at this point
Copy the full SHA f8c46e1View commit details
Commits on Nov 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b885804 - Browse repository at this point
Copy the full SHA b885804View commit details
Commits on Dec 2, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for c3cecf5 - Browse repository at this point
Copy the full SHA c3cecf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41fde29 - Browse repository at this point
Copy the full SHA 41fde29View commit details
Commits on Dec 4, 2025
-
* 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>
Configuration menu - View commit details
-
Copy full SHA for c580b18 - Browse repository at this point
Copy the full SHA c580b18View commit details
Commits on Dec 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7682022 - Browse repository at this point
Copy the full SHA 7682022View commit details -
Configuration menu - View commit details
-
Copy full SHA for aecdec0 - Browse repository at this point
Copy the full SHA aecdec0View commit details
Commits on Dec 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9aac7cd - Browse repository at this point
Copy the full SHA 9aac7cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b489f27 - Browse repository at this point
Copy the full SHA b489f27View commit details
Commits on Jan 27, 2026
-
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
Configuration menu - View commit details
-
Copy full SHA for 54d3582 - Browse repository at this point
Copy the full SHA 54d3582View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main