avax-python icon indicating copy to clipboard operation
avax-python copied to clipboard

BipPublicKey class usage

Open ebellocchia opened this issue 4 years ago • 0 comments

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

ebellocchia avatar Apr 26 '21 11:04 ebellocchia