- Oct 30, 2022
- Oct 17, 2022
-
-
Moul authored
Adapt tests
-
- Oct 14, 2022
-
-
Moul authored
-
Moul authored
Revocation tests are failing since test_transfer::test_generate_and_send_transaction runs first. network.send_document() patching issue? Used to work before when they use to run in the other order: test_revocation/test_tx -> wot.test_revocation/money.test_transaction Skipping test_generate_and_send_transaction which anyway will be removed in next Substrate milestone %0.20.0
-
Moul authored
-
Moul authored
-
Moul authored
-
Moul authored
-
Moul authored
-
Moul authored
-
Moul authored
Closer to money commands usage Would avoid import cycle issue
-
Moul authored
In order to avoid as much as possible circural import Also fits better with other pubkey tools
-
Moul authored
-
Moul authored
-
Moul authored
-
Moul authored
-
Moul authored
-
Moul authored
Split balance cmd in a file, money_tools in an other
-
Moul authored
-
Moul authored
-
- Jun 25, 2022
-
-
Moul authored
Fix types Improve method Set value types in blocks cells in order to get the proper format
-
- Jun 20, 2022
-
-
-
generate_table does not add table headers any more.
-
-
-
Import entire tui module Adapt balance test In the test environment, the checksum gets to the line below In the test environment and the runtime env, shutil.get_terminal_size().columns is of same value No idea why this is happening Check if checksum present in output
-
update related tests
-
- create related tests
-
- Jun 07, 2022
-
-
Moul authored
-
Moul authored
To avoid following report: W0622: Redefining built-in 'license' (redefined-builtin)
-
Moul authored
To be compatible with mypy, pylint, pytest Returning in case of dry-run Not returning a value since mypy and pylint complain that every parts of the functions should return an integer
-
- Jun 05, 2022