avax-python
avax-python copied to clipboard
BipPublicKey class usage
Hello, I noticed by chance that you are using my bip_utils library in your code. I recently updated it and made a change to the BipPublicKey class to break a circular dependency with Bip32, so it's not compatible anymore with your code (BipPublicKey is not exported externally, so I didn't think it'd create problems). Therefore, you should either force the compatibility with bip_utils version 1.7.0 or update the BipPublicKey usage. Anyway, I'm also adding AVAX support directly in the library.
Kind Regards