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

Implement DNS Discovery #404

Merged
merged 16 commits into from
Jan 14, 2022
Merged

Implement DNS Discovery #404

merged 16 commits into from
Jan 14, 2022

Commits on Jan 12, 2022

  1. Create discovery submodule

    D4nte committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    f4f6b4a View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Renamed getBootstrapNodes to getNodesFromHostedJson

    So that the name better matches the function's behaviour.
    D4nte committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    e244bae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e47335f View commit details
    Browse the repository at this point in the history
  3. Fix-up new bootstrap API

    D4nte committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    284644b View commit details
    Browse the repository at this point in the history
  4. Export BootstrapOptions

    D4nte committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    4bfe060 View commit details
    Browse the repository at this point in the history
  5. Export enr, dns, entree modules

    D4nte committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    e871da0 View commit details
    Browse the repository at this point in the history
  6. Rename libp2p bootstrap import

    To avoid name conflict.
    D4nte committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    f0eb9d1 View commit details
    Browse the repository at this point in the history
  7. Clarify default DNS servers

    D4nte committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    ae0faa2 View commit details
    Browse the repository at this point in the history
  8. Make parseBootstrap a class

    Makes it easier to use the resulting function and document defaults.
    D4nte committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    fa4e947 View commit details
    Browse the repository at this point in the history
  9. Remove unnecessary declaration of Buffer

    It's handled by the polyfill config in webpack.
    D4nte committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    6276b15 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b65ab17 View commit details
    Browse the repository at this point in the history
  11. Update caniuse in all examples

    D4nte committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    4fd2db6 View commit details
    Browse the repository at this point in the history
  12. Do not run command on js-waku lib when running examples scripts

    This was happening when `d=./examples/README.md`.
    D4nte committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    0bfe9c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Configuration menu
    Copy the full SHA
    2c16f0b View commit details
    Browse the repository at this point in the history
  2. Update changelog

    D4nte committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    8e591f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9976332 View commit details
    Browse the repository at this point in the history