[mod] #320 #301 change check_public_key() behavior
* create has_pubkey_checksum() * create is_pubkey_and_check() * change use of check_public_key in tx, balance and history commands. * use is_pubkey_and_check() in `id` command and solve #320 * create tests for is_pubkey_and_check, has_pubkey_checksum() and check_public_key() * change imports in silkaj.money to prevent loop dependency
Showing
- silkaj/crypto_tools.py 33 additions, 15 deletionssilkaj/crypto_tools.py
- silkaj/money.py 11 additions, 6 deletionssilkaj/money.py
- silkaj/tx.py 5 additions, 8 deletionssilkaj/tx.py
- silkaj/tx_history.py 3 additions, 3 deletionssilkaj/tx_history.py
- silkaj/wot.py 7 additions, 2 deletionssilkaj/wot.py
- tests/test_crypto_tools.py 84 additions, 1 deletiontests/test_crypto_tools.py
Loading
Please register or sign in to comment