Releases: Convex-Dev/convex-api-py
Releases · Convex-Dev/convex-api-py
Release v0.1.3
- Add transfer_account, the ability to change your account public key for a given account address
- Remove eth-utils library dependency
- Improve CLI to do account create / topup / fund / balance / info / name registration / name resolve, query and submit
Release v0.1.2
Improve registration of account names and resolving account names from the CNS registry
Release v0.1.1
- Incease minimum topup_account funds to 10,000,000
- Allow to register and load accounts using a name
Release v0.1.0
- Now need to use ConvexAPI.create_account method to create a new account, and get the address number
- Internal bug fixes, and name conventions for the API calls
Release v0.0.8
Rebuild with new release - same as 0.0.7
Release v0.0.7
- Rename Account create_new to create
- Rename Account create_from_bytes to import_from_bytes
Release v0.0.6
Add topup_account method to api
Release v0.0.5
Add a 0x prefix to retuned addresses
Release v0.0.4
- Import/export account private keys as a word phrase
- Convex Wallet tool
Release v0.0.3
Pre-alpha release