- Oct 30, 2022
- Oct 28, 2022
- Oct 26, 2022
-
-
Moul authored
To fix deprecation warnings
-
Moul authored
Requires Poetry v1.2 https://python-poetry.org/blog/announcing-poetry-1.2.0/#dependency-groups
-
Moul authored
Pylint wasn't supported by Python 3.11 Fix new report
-
Moul authored
Moved pre-commit and git installation from 3.9 to 3.11 container
-
Moul authored
-
Moul authored
Rename job from "coverage" to "cov"
-
Moul authored
-
Moul authored
Doesn’t make sense anymore Was set up to load equaly the load onto the two runners I am fine with the fact that runners takes the jobs by themselves dependending on their availabilities
-
- Oct 19, 2022
-
-
Moul authored
Specially happening in local condition, where there is no network latency blocks, history -u, and tx commands Define BMA_SLEEP constant to 0.1 second Set time.sleep(BMA_SLEEP) between the requests
-
- Oct 17, 2022
- Oct 14, 2022
-
-
Moul authored
-
Moul authored
So the jobs start when the python files changes
-
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
-
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
-