elrond-sdk-erdpy
elrond-sdk-erdpy copied to clipboard
Pubkey converter refactor
- Pending the PubkeyConverter refactoring and sovereign chains, the actual hrp
erdshould not be a constant and unchangeable value. - Changes:
-
Address(..)accepts now an optional hrp, other than the default oneDEFAULT_HRP= "erd"; -
_decode_bech32(..)doesn't check for "erd" anymore and returns the decoded hrp; - Install libtinfo5 for ubuntu-latest.