- Dec 10, 2020
-
-
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
-
- Dec 09, 2020
- Dec 08, 2020
-
-
matograine authored
* reason: "moulid" new uid creates conflict with "moul" and makes tests fail
-
- Dec 06, 2020
- Nov 18, 2020
-
-
matograine authored
-> return error in that case. -> displays an error for each wrong pubkey * write tests for errors on `balance` command
-
- Nov 05, 2020
-
-
Moul authored
-
- Oct 26, 2020
- Oct 25, 2020
-
-
Moul authored
Requires Python 3.6.8 Remove test job
-
Moul authored
-
Moul authored
-
Moul authored
Not added as a direct dependency, since it is a DuniterPy dependency And Silkaj won't get away from DuniterPy, nor DuniterPy will stop using base58.
-
Moul authored
-
Moul authored
Not compatible with Poetry v1.0 Update dependencies
-
Moul authored
- Set poetry-core v1.0.0 as requirement and new build system https://python-poetry.org/blog/announcing-poetry-1-1-0.html
-
- Oct 20, 2020
-
-
Moul authored
-
- Oct 18, 2020
-
- Oct 17, 2020
- Oct 14, 2020
- Oct 11, 2020
-
-
matograine authored
-
matograine authored
change the tests to match the new behavior
-
matograine authored
* for display * as input
-
matograine authored
* display * parameter * change tests/test_wot and test_end_to_end to match new behavior * change in choose_identity() will affect commands `cert` and `membership` display.
-
matograine authored
* Change test_end_to_end.py to match new behavior
-
matograine authored
* in the display * as parameter
-
matograine authored
* for each pubkey in the tx confirmation * when sending the transaction * modify the function display_pubkey() and related tests
-
matograine authored
and related tests
-
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
-
matograine authored
* gets a pubkey in for input * returns the checksum
-
matograine authored
* move test_display_amount() and test_display_pubkey() from test_unit_tx.py to test_tui.py
-
- Oct 05, 2020
-
-
Moul authored
-
- Oct 03, 2020
-
-
Moul authored
-