Skip to content

Releases: Convex-Dev/convex-api-py

Release v0.1.3

14 Apr 02:09

Choose a tag to compare

  • 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

06 Apr 06:13

Choose a tag to compare

Improve registration of account names and resolving account names from the CNS registry

Release v0.1.1

16 Mar 03:22

Choose a tag to compare

  • Incease minimum topup_account funds to 10,000,000
  • Allow to register and load accounts using a name

Release v0.1.0

15 Feb 01:17

Choose a tag to compare

  • 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

27 Nov 06:04

Choose a tag to compare

Rebuild with new release - same as 0.0.7

Release v0.0.7

27 Nov 02:07

Choose a tag to compare

  • Rename Account create_new to create
  • Rename Account create_from_bytes to import_from_bytes

Release v0.0.6

20 Nov 09:01

Choose a tag to compare

Add topup_account method to api

Release v0.0.5

02 Nov 01:53

Choose a tag to compare

Add a 0x prefix to retuned addresses

Release v0.0.4

23 Oct 09:07

Choose a tag to compare

  • Import/export account private keys as a word phrase
  • Convex Wallet tool

Release v0.0.3

16 Oct 01:10

Choose a tag to compare

Pre-alpha release