- Sep 08, 2020
-
-
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
-
Moul authored
To represent what they contain: - value -> inputs_balance - amount -> balance
-
Moul authored
Which is hardly comparable the more N is bigger The comparison to M/N makes more sense We could round to five instead of two digits, to be able to see something, but that does not make sense as explain earlier
-
Moul authored
-
Moul authored
-
Moul authored
-
- May 19, 2020
-
-
Moul authored
- To avoid 503 http code error got when reaching the request spam limit
-
- May 16, 2020
-
-
Moul authored
-
- Apr 25, 2020
-
-
Moul authored
- Will be removed from GitLab v13.0 - https://docs.gitlab.com/ee/ci/yaml/#rules
-
- Apr 21, 2020
- Apr 07, 2020
-
-
matograine authored
* create a patched get_sources() function
-
matograine authored
* use display_amount() to display pubkey's amounts * modify test_transaction_confirmation() to match new behavior * add new test case * remove useless float()
-