Releases: tradeparadex/paradex-cli
Releases · tradeparadex/paradex-cli
Release list
v0.2.1
What's Changed
- feat: add sign-register-sub-operator-message command by @sv in #24
- EVM (Argent v0.4.0/v0.5.0) account support + subkey management by @amayvs in #25
- Bump version to 0.2.1 by @amayvs in #26
- ci: publish to PyPI via trusted publishing (OIDC) by @amayvs in #29
New Contributors
Full Changelog: v0.1.4...v0.2.1
v0.1.4
What's Changed
- Bump requests from 2.32.3 to 2.32.4 by @dependabot[bot] in #7
- Bump protobuf from 5.27.2 to 5.29.5 by @dependabot[bot] in #8
- Bump urllib3 from 2.2.2 to 2.5.0 by @dependabot[bot] in #9
- Add escape_guardian CLI command for triggering escapeGuardian by @bobbobr in #5
- Bump h11 from 0.14.0 to 0.16.0 by @dependabot[bot] in #10
- Bump aiohttp from 3.9.5 to 3.10.11 by @dependabot[bot] in #11
- Bump certifi from 2024.6.2 to 2024.8.30 by @dependabot[bot] in #12
- Update dependencies to use
paradex_py0.5.1 by @amayvs in #16 - Bump version to 0.1.4 by @amayvs in #17
New Contributors
- @dependabot[bot] made their first contribution in #7
- @bobbobr made their first contribution in #5
Full Changelog: v0.1.3...v0.1.4
v0.1.3
v0.1.2
v0.1.1
Release Notes: Paradex CLI v0.1.1
🚀 Initial Release of Paradex CLI 🚀
Introducing Paradex CLI, a powerful tool for managing account contracts!
Commands:
-
Print Account Info:
paradex_cli print-account-info ACCOUNT_ADDRESS
-
Add Guardian:
paradex_cli add-guardian PUB_KEY
-
Add Guardian Backup:
paradex_cli add-guardian-backup PUB_KEY
-
Change Signer:
paradex_cli change-signer PUB_KEY
-
Sign Invoke Tx:
paradex_cli sign-invoke-tx FILE_PATH
-
Submit Invoke Tx:
paradex_cli submit-invoke-tx TX_FILE_PATH SIG_FILES
-
Withdraw to L1:
paradex_cli withdraw-to-l1 L1_ADDRESS AMOUNT_DECIMAL
-
Transfer on L2:
paradex_cli transfer-on-l2 L2_ADDRESS AMOUNT_DECIMAL
-
Deposit to Paraclear:
paradex_cli deposit-to-paraclear AMOUNT_DECIMAL
Manage accounts, enhance security, and handle transactions seamlessly. Feedback and contributions are welcome on our GitHub repository.
Happy managing! 🌟