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

Python tools for the exploration of the Avalanche AVAX network

Results 2 avax-python issues
Sort by recently updated
recently updated
newest added

Looks like in [v1.11.0 of bip_utils](https://github.com/ebellocchia/bip_utils/commit/41364d6a30c5419da544a21890ada9cbe5401da9) **addr_fct** was renamed to **addr_cls**. Since this was constructed as a positional argument the change broke it

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...