Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
silkaj
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
python
silkaj
Commits
924eb7c8
Commit
924eb7c8
authored
2 years ago
by
Moul
Browse files
Options
Downloads
Patches
Plain Diff
Move membership to wot dir (
#330
)
parent
60ebf281
No related branches found
No related tags found
1 merge request
!216
#330: Restructure repository
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
silkaj/cli.py
+1
-1
1 addition, 1 deletion
silkaj/cli.py
silkaj/wot/membership.py
+0
-0
0 additions, 0 deletions
silkaj/wot/membership.py
tests/wot/test_membership.py
+2
-1
2 additions, 1 deletion
tests/wot/test_membership.py
with
3 additions
and
2 deletions
silkaj/cli.py
+
1
−
1
View file @
924eb7c8
...
...
@@ -31,12 +31,12 @@ from silkaj.constants import (
SILKAJ_VERSION
,
)
from
silkaj.g1_monetary_license
import
license_command
from
silkaj.membership
import
send_membership
from
silkaj.money.balance
import
cmd_amount
from
silkaj.money.history
import
transaction_history
from
silkaj.money.transfer
import
send_transaction
from
silkaj.wot.certification
import
send_certification
from
silkaj.wot.lookup
import
id_pubkey_correspondence
from
silkaj.wot.membership
import
send_membership
from
silkaj.wot.wot
import
received_sent_certifications
...
...
This diff is collapsed.
Click to expand it.
silkaj/membership.py
→
silkaj/
wot/
membership.py
+
0
−
0
View file @
924eb7c8
File moved
This diff is collapsed.
Click to expand it.
tests/test_membership.py
→
tests/
wot/
test_membership.py
+
2
−
1
View file @
924eb7c8
...
...
@@ -22,12 +22,13 @@ from duniterpy.api import bma
from
duniterpy.documents
import
Membership
,
get_block_id
from
duniterpy.key
import
SigningKey
from
silkaj
import
auth
,
membership
,
tui
from
silkaj
import
auth
,
tui
from
silkaj.blockchain
import
tools
as
bc_tools
from
silkaj.cli
import
cli
from
silkaj.constants
import
DATE
from
silkaj.network
import
client_instance
from
silkaj.public_key
import
gen_pubkey_checksum
from
silkaj.wot
import
membership
from
silkaj.wot
import
tools
as
w_tools
from
tests.patched.blockchain_tools
import
(
currency
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment