Skip to content
Snippets Groups Projects
  • matograine's avatar
    c919f8f7
    [mod] #320 #301 split check_public_key() · c919f8f7
    matograine authored
        check_public_key() was used for money- and wot- related commands that have differend needs.
        * remove check_public_key()
        * create is_pubkey_and_check(), check_pubkey_format() and validate_checksum()
        * create related tests
        * modify tx, balance and history commands.
        * use is_pubkey_and_check() in `id` command and solve #320
    
        * change imports in silkaj.money to prevent loop dependency
    c919f8f7
    History
    [mod] #320 #301 split check_public_key()
    matograine authored
        check_public_key() was used for money- and wot- related commands that have differend needs.
        * remove check_public_key()
        * create is_pubkey_and_check(), check_pubkey_format() and validate_checksum()
        * create related tests
        * modify tx, balance and history commands.
        * use is_pubkey_and_check() in `id` command and solve #320
    
        * change imports in silkaj.money to prevent loop dependency