Releases: Convex-Dev/convex-api-py
Releases · Convex-Dev/convex-api-py
Release v0.3.1
Release v0.3.0
- Add type hints for all the things
- Rename
Address
methodis_address
tohas_address
- Move
convex_api.utils.is_address
toAddress
static methodis_address
- Move
convex_api.utils.to_address
toAddress
static methodto_address
- Move
convex_api.utils.is_public_key_hex
toKeyPair
static methodis_public_key_hex
- Move
convex_api.utils.is_public_key
toKeyPair
static methodis_public_key
- Move
convex_api.utils.to_public_key_checksum
toKeyPair
static methodto_public_key_checksum
- Move
convex_api.utils.is_hexstr
toKeyPair
static methodis_hexstr
- Move
convex_api.utils.add_0x_prefix
toKeyPair
static methodadd_0x_prefix
- Move
convex_api.utils.remove_0x_prefix
toKeyPair
static methodremove_0x_prefix
- Move
convex_api.utils.to_bytes
toKeyPair
static methodsto_bytes
fordata: bytes
argument use case andto_
forhexstr: string
argument use case - Move
convex_api.utils.to_hex
toKeyPair
static methodto_hex
- Add pydantic dependency
Release v02.6
Add cr, tab to contract text encoding
Release v0.2.5
Rename contract 'register' to 'register_contract_name'
Release v0.2.4
Add escape_string to Contract class, to escape string data
Release v0.2.3
New Contract class, to allow for easier contract deployment and usage
Release v0.2.2
- Upgrade to use Alpha-RC4 Convex
- Add all address fields to have a prefix of #
- Fix registry conversion issues
Release v0.2.1
Remove Convex Scrypt language
Release v0.2.0
- Add KeyPair class, now you have to pass a KeyPair object to the
create_account
method. - Rename ConvexAPI to API
Release v0.1.4
Add address '#' identifier before each address number.