- Oct 15, 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
-
- 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
- Sep 16, 2020
- Sep 10, 2020
-
-
Moul authored
-
- Sep 08, 2020
-
-
Moul authored
-
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
-