- Feb 08, 2020
-
-
Moul authored
- Build and tests jobs weren't triggered when the code was changing
-
- Jan 28, 2020
-
-
- Kept for pyinstaller because unmaintained and lazy to search
-
-
- Jan 23, 2020
- Jan 17, 2020
- Jan 15, 2020
-
-
Moul authored
-
- Jan 08, 2020
- Nov 24, 2019
-
-
matograine authored
* change the balance display to a table * use display_amount() and tabulate in the balance display * mod tests_end_to_end.py to match new display
-
matograine authored
* create tui.py with license statement * move display_amount() and display_pubkey() to tui.py to prevent circular dependencies * change display_amount() to prevent circular dependency with money.py. * Now display_amount() needs the ud_value parameter. * display_amount() is no more async * mod tx.py and test_unit_tx.py to match new location of the two features.
-
- Nov 22, 2019
-
-
Moul authored
- for tx and cert commands
-
- Nov 21, 2019
-
-
Moul authored
-
- Nov 14, 2019
-
-
Moul authored
-
Moul authored
- Try using same only files block changes to trigger tests-3.7 and pages jobs - Otherwise, pages job could think tests-3.7 does not exists
-
matograine authored
* mock_ud_value set to 314. Former value 3.14159 shall never occur.
-
- Nov 12, 2019
-
-
Moul authored
-
- Nov 08, 2019
-
- Nov 03, 2019
-
-
* 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()`
-
* add display_pubkey() and display_amount() functions to match the proposal * modify transaction_confirmation()
-
- Oct 29, 2019
-
-
Moul authored
-
- Oct 28, 2019
-
-
Moul authored
-
Moul authored
- '--' is necessary to pass options - Update documentation and CI - See https://github.com/sdispater/poetry/issues/1500
-
- Oct 13, 2019
- Oct 01, 2019
- Sep 23, 2019
-
-
Moul authored
-
- Sep 14, 2019
-
-
Moul authored
-
- Sep 12, 2019
-
-
Moul authored
-
- Sep 11, 2019
- Sep 10, 2019
-
-
Moul authored
-
- Sep 08, 2019