Geoff Walmsley
Geoff Walmsley
When I run the quickstart example, I get the following error: 'tuple' object has no attribute 'get' in relating to this line in base.py: self._task_handler_url = task_handler_url or DCTConfig.task_handler_root_url() Would...
This PR adds the DID wallet functionality needed for the standalone nft bulk minting tool. It includes: - a function and tests for the DID wallet to mint NFTs directly...
I am processing some fairly simple pdfs from S3 using textract document detection. For most of these documents, the returned JSON contains very little text. For example, using the pdf...
To support SECP keys in the vault, DerivationRecord.pubkey should support both G1Element and bytes.
after a wallet DB resync, the dao_cat coins are missing the parent coin lineage proof. This PR adds the parent proof if needed so coins locked in voting mode can...