- Oct 11, 2020
-
-
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
- Sep 16, 2020
- Sep 10, 2020
-
-
Moul authored
-
- Sep 08, 2020
-
-
Moul authored
-
Moul authored
To avoid non-necessary requests, which wasn't working due to the membership tests which was closing the client Found #335 Remove useless monkeypatch
-
Moul authored
-
Moul authored
-
Moul authored
To know that an uid and a pubkey can be passed as argument It is not possible to add an help on argument() as for option() https://click.palletsprojects.com/en/7.x/arguments/
-
Moul authored
to choose identity among identities from wot/lookup Display the uid, pubkey and the blockstamp to choose Add tests on choose_identity() Delete get_information_for_identity() based on top of the lookup Allow to pass pubkey to the following commands: The uid was the only identifier before Adapt 'wot' and 'cert' commands to choose_identity() Import silkaj.wot and click directly Import directly bma otherwise there is a namespace conflict on 'wot' on silkaj.wot and bma.wot
-
- Jul 29, 2020
-
-
-
Moul authored
-
- Jul 27, 2020
-
-
Moul authored
-
- Jul 07, 2020
- Jul 01, 2020
-
-
- Jun 14, 2020
- Jun 05, 2020
-
-
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
-
Moul authored
-
Moul authored
-
Moul authored
-
Moul authored
Click https://click.palletsprojects.com/en/7.x/changelog/#version-7-1-2 - Fix test: the error message changed from double to simple cotes PyNaCl: https://github.com/pyca/pynacl/blob/master/CHANGELOG.rst#140-2020-05-25 Pytest: https://docs.pytest.org/en/latest/changelog.html#pytest-5-4-3-2020-06-02
-
Moul authored
Update parsing, help. Change word
-
Moul authored
-
Moul authored
to be able to develop with whatever Python version > 3.5 'language_version' is optional: https://pre-commit.com/#pre-commit-configyaml---hooks Originally found on: https://github.com/psf/black#version-control-integration
-
- Jun 01, 2020
-
-
Moul authored
Add a comment about default port if not specified Use defaults endpoints from constants
-