Skip to content
Snippets Groups Projects
  1. Nov 21, 2019
  2. Nov 14, 2019
  3. Nov 12, 2019
  4. Nov 08, 2019
  5. Nov 03, 2019
    • matograine's avatar
      [test] #236: add tests for tx confirmation, mock functions: · 5b990cb5
      matograine authored and Moul's avatar Moul committed
      * add tests for display_pubkey(), display_amount() and transaction_confirmation() in tests/test_unit_tx.py.
      * patch async functions.
      * create the patched.py module containing patched/mocked functions.
      * modify silkaj/tx.py to match patch requirements:
        * `from silkaj.wot import is_member` -> `from silkaj import wot`
        * `await is_member()` -> `await wot.is_member()`
      5b990cb5
    • matograine's avatar
      [enh] #236: improve the tx confirmation display · ceb7c1a3
      matograine authored and Moul's avatar Moul committed
      * add display_pubkey() and display_amount() functions to match the proposal
      * modify transaction_confirmation()
      ceb7c1a3
  6. Oct 29, 2019
  7. Oct 28, 2019
  8. Oct 13, 2019
  9. Oct 01, 2019
  10. Sep 23, 2019
  11. Sep 14, 2019
  12. Sep 12, 2019
  13. Sep 11, 2019
  14. Sep 10, 2019
  15. Sep 08, 2019
Loading