Repository restructuration
- A command per file
- Tools in a file
-
silkaj
andtests
folders should look similar.
-
silkaj
-
blockchain/
:-
info
(argos
) difficulty
blocks
verify
tools
-
-
money/
:transfer
balance
history
tools
-
wot/
:lookup
wot
certification
membership
-
revocation
: Failing whentest_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
- Solutions: reverting back the order, or skipping
test_generate_and_send_transaction
which anyway will be removed in %0.20.0. Fixing the actual issue (doesn’t make sense to fix v1/BMA issue now)
- Used to work before when they use to run in the other order:
tools
-
ui/
?:tui
- potential
gui
?
-
auth
->authentication
? - Move
cli_tools
content totools
-
about
checksum
-
crypto_tools
->public_key
, becausepubkey
is commonly used variable constants
g1_monetary_license
-
network_tools
->network
-
-
tests
: With the same structure as the sources
Edited by Moul