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!: extract plaintext into separate module #2221

Merged
merged 4 commits into from
Nov 9, 2023

Commits on Nov 9, 2023

  1. refactor!: extract DCUtR into separate module

    BREAKING CHANGE: imports from `libp2p/dcutr` now need to be from `@libp2p/dcutr`
    achingbrain committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    a7b0bec View commit details
    Browse the repository at this point in the history
  2. chore: readme update

    achingbrain committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    a70bace View commit details
    Browse the repository at this point in the history
  3. refactor!: extract plaintext encrypter into separate module

    BREAKING CHANGE: imports from `libp2p/plaintext` should be changed to `@libp2p/plaintext`
    achingbrain committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    e528529 View commit details
    Browse the repository at this point in the history
  4. chore: fix linting

    achingbrain committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    3427bcc View commit details
    Browse the repository at this point in the history