Skip to content
Snippets Groups Projects
  1. Oct 15, 2020
    • matograine's avatar
      [test] #282: split patched.py · ae0b2a8c
      matograine authored
      * create patched directory
      * create files matching the silkaj modules
          * money.py
          * tools.py
          * wot.py
          * blockchain_tools.py
      * delete patched.py
      * change calls in the tests
      ae0b2a8c
  2. Oct 14, 2020
  3. Oct 11, 2020
  4. Oct 05, 2020
  5. Oct 03, 2020
  6. Sep 16, 2020
  7. Sep 10, 2020
  8. Sep 08, 2020
  9. Jul 29, 2020
  10. Jul 27, 2020
  11. Jul 07, 2020
  12. Jul 01, 2020
  13. Jun 14, 2020
  14. Jun 05, 2020
    • Moul's avatar
      [fix] #323: Handle recipients pubkey with a checksum · 664c4430
      Moul authored
      Passed pubkeys with a checksum wasn't returned without the checksum
      
      recipient/outputAddresses: Click stores the arguments in a tuple which
      is immutable. Convert it to a list in order to be able to change it.
      Though it is not necessary to return the value since it's a list.
      
      outputAddresses: use enumerate in order to assign the pubkeys without the
      checksum
      
      ouputBackChange: remove duplicate call to check_public_key()
      store pubkey in case it get erased by a boolean
      Return the value as a string is not a pointer and does not get modified
      in the parent scope as a list or a dict.
      
      Add comments in check_transaction_values()
      
      This feature was broken and forgotten since v0.5.0 release
      664c4430
    • Moul's avatar
      2fa97766
    • Moul's avatar
      8ee5c243
Loading