- Minor fixes and sync from 0.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
- Add cr, tab to contract text encoding
- Rename contract 'register' to 'register_contract_name'
- Add escape_string to Contract class, to escape string data
- New Contract class, to allow for easier contract deployment and usage
- Upgrade to use Alpha-RC4 Convex
- Add all address fields to have a prefix of #
- Fix registry conversion issues
- Remove Convex Scrypt language
- Add KeyPair class, now you have to pass a KeyPair object to the
create_account
method. - Rename ConvexAPI to API
- Add address '#' identifier before each address number.
- 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
- Improve registration of account names and resolving account names from the CNS registry
- Incease minimum topup_account funds to 10,000,000
- Allow to register and load accounts using a name
- 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
- Rebuild with new release
- Rename Account create_new to create
- Rename Account create_from_bytes to import_from_bytes
- Add topup_account method to api
- Add a 0x prefix to retuned addresses
- Import/export account private keys as a word phrase
- Convex Wallet tool
- Pre-alpha release
- Add retry sending a transcation during a SEQUENCE error
- Initial Alpha Release