Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(autonomi): restructure modules and private/public naming #2499

Merged
merged 14 commits into from
Dec 6, 2024

Conversation

b-zee
Copy link
Contributor

@b-zee b-zee commented Dec 6, 2024

  • Strip _private suffixes from private API and add _public suffixes to public APIs.
    This makes private the sensible default. E.g.:
    • data_put -> data_put_public.
    • data_put_private -> data_put.
  • Various README.md changes.
    • More succint instructions.
  • Make dir_upload_public not upload the PublicArchive, allowing the user to choose to do this himself.

@b-zee b-zee force-pushed the refactor-autonomi-private-public branch from a23a199 to ca21807 Compare December 6, 2024 10:27
@b-zee b-zee force-pushed the refactor-autonomi-private-public branch from ce8ed53 to d6c7676 Compare December 6, 2024 12:43
@b-zee b-zee marked this pull request as ready for review December 6, 2024 13:24
@b-zee b-zee enabled auto-merge December 6, 2024 13:25
@b-zee b-zee added this pull request to the merge queue Dec 6, 2024
Merged via the queue into maidsafe:main with commit 53cbf8d Dec 6, 2024
28 checks passed
@b-zee b-zee deleted the refactor-autonomi-private-public branch December 6, 2024 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants