You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
P2WPKH decoding/encoding methods don't need anymore the witness version as parameter, since it's fixed to zero internally (it can still be passed without errors though, it's just ignored)
Use Cryptodome if ripemd160 and sha512_256 algorithms are not available in hashlib
Add documentation using sphinx
Some refactoring for mnemonic module
Breaking changes:
Mnemonic-specific checksum exceptions (i.e. Bip39ChecksumError and MoneroChecksumError) were replaced by the common MnemonicChecksumError