Skip to content

Releases: Convex-Dev/convex-api-py

Release v0.3.1

05 Mar 07:58
Compare
Choose a tag to compare
  • Minor fixes and sync from 0.3.0

Release v0.3.0

05 Mar 07:47
v0.3.0
de76538
Compare
Choose a tag to compare
  • Add type hints for all the things
  • Rename Address method is_address to has_address
  • Move convex_api.utils.is_address to Address static method is_address
  • Move convex_api.utils.to_address to Address static method to_address
  • Move convex_api.utils.is_public_key_hex to KeyPair static method is_public_key_hex
  • Move convex_api.utils.is_public_key to KeyPair static method is_public_key
  • Move convex_api.utils.to_public_key_checksum to KeyPair static method to_public_key_checksum
  • Move convex_api.utils.is_hexstr to KeyPair static method is_hexstr
  • Move convex_api.utils.add_0x_prefix to KeyPair static method add_0x_prefix
  • Move convex_api.utils.remove_0x_prefix to KeyPair static method remove_0x_prefix
  • Move convex_api.utils.to_bytes to KeyPair static methods to_bytes for data: bytes argument use case and to_ for hexstr: string argument use case
  • Move convex_api.utils.to_hex to KeyPair static method to_hex
  • Add pydantic dependency

Release v02.6

28 Feb 08:38
Compare
Choose a tag to compare

Add cr, tab to contract text encoding

Release v0.2.5

09 Jun 01:02
Compare
Choose a tag to compare

Rename contract 'register' to 'register_contract_name'

Release v0.2.4

08 Jun 09:24
Compare
Choose a tag to compare

Add escape_string to Contract class, to escape string data

Release v0.2.3

08 Jun 08:26
Compare
Choose a tag to compare

New Contract class, to allow for easier contract deployment and usage

Release v0.2.2

09 Sep 07:29
Compare
Choose a tag to compare
  • Upgrade to use Alpha-RC4 Convex
  • Add all address fields to have a prefix of #
  • Fix registry conversion issues

Release v0.2.1

27 Jul 06:38
Compare
Choose a tag to compare

Remove Convex Scrypt language

Release v0.2.0

18 Jun 04:51
Compare
Choose a tag to compare
  • Add KeyPair class, now you have to pass a KeyPair object to the create_account method.
  • Rename ConvexAPI to API

Release v0.1.4

24 May 08:32
Compare
Choose a tag to compare

Add address '#' identifier before each address number.