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

rpc server: listen to ipv6 socket if available and --experimental-rpc-endpoint CLI option #4792

Merged
merged 75 commits into from
Aug 28, 2024

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    12c57c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0aadd3d View commit details
    Browse the repository at this point in the history
  3. cleanup

    niklasad1 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    15691d6 View commit details
    Browse the repository at this point in the history
  4. make it compile

    niklasad1 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    f681f0e View commit details
    Browse the repository at this point in the history
  5. fix test build

    niklasad1 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    bd74645 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    88a7c00 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. jsonrpsee v0.23.1

    niklasad1 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    369db7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa8cda3 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. remove needless deps

    niklasad1 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    a2418a2 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    5f62b6e View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. rpc: add --rpc-listen-addr

    niklasad1 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    a2e6e07 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    489a598 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. fix bad merge

    niklasad1 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    f3df0da View commit details
    Browse the repository at this point in the history
  2. add prdoc

    niklasad1 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    0b0cabe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0237951 View commit details
    Browse the repository at this point in the history
  4. fix prdoc

    niklasad1 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    0f90c4e View commit details
    Browse the repository at this point in the history
  5. fix prdoc again

    niklasad1 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    3115029 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    d969257 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0bd8b2 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    0477b67 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Configuration menu
    Copy the full SHA
    1b4c2d3 View commit details
    Browse the repository at this point in the history
  2. fix nits

    niklasad1 committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    cc98347 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    d1ddf14 View commit details
    Browse the repository at this point in the history
  2. Delete prdoc/pr_4730.prdoc

    niklasad1 authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    66b64c8 View commit details
    Browse the repository at this point in the history
  3. fix todos

    niklasad1 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    a3e5f52 View commit details
    Browse the repository at this point in the history
  4. sc-rpc: fix tests

    niklasad1 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    0eb3e5f View commit details
    Browse the repository at this point in the history
  5. fix clippy

    niklasad1 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    11a871f View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. cleanup

    niklasad1 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    c564cdc View commit details
    Browse the repository at this point in the history
  2. remove stale tests

    niklasad1 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    b8e575c View commit details
    Browse the repository at this point in the history
  3. add warnings for rpc cfg

    niklasad1 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    8b8b083 View commit details
    Browse the repository at this point in the history
  4. fix test build

    niklasad1 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    7e1c30e View commit details
    Browse the repository at this point in the history
  5. remove unused deps

    niklasad1 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    9122ba7 View commit details
    Browse the repository at this point in the history
  6. fix warnings

    niklasad1 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    fdd335e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5b1f5ff View commit details
    Browse the repository at this point in the history
  8. fix more warnings

    niklasad1 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    3e78406 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    d08985a View commit details
    Browse the repository at this point in the history
  2. update jsonrpsee

    niklasad1 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    42bc717 View commit details
    Browse the repository at this point in the history
  3. update jsonrpsee

    niklasad1 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    5d0afcd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    245f265 View commit details
    Browse the repository at this point in the history
  5. update jsonrpsee

    niklasad1 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    4ea49af View commit details
    Browse the repository at this point in the history
  6. remove used import

    niklasad1 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    d16b0bd View commit details
    Browse the repository at this point in the history
  7. fix more nits

    niklasad1 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    9fc691a View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. rpc: remove slow logging

    niklasad1 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    6073e86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fb416e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c7f8e3 View commit details
    Browse the repository at this point in the history
  4. fix test build

    niklasad1 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    270f178 View commit details
    Browse the repository at this point in the history
  5. fix broken tests

    niklasad1 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    811dfa4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce6c96f View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. fix some nits

    niklasad1 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    738f435 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    e68f05f View commit details
    Browse the repository at this point in the history
  2. fix nits

    niklasad1 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    a4e01a0 View commit details
    Browse the repository at this point in the history
  3. fix tests

    niklasad1 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    e1394e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32be5a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. fix grumbles

    niklasad1 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    2ecbafd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    799e3e0 View commit details
    Browse the repository at this point in the history
  3. Update substrate/client/cli/src/commands/run_cmd.rs

    Co-authored-by: Sebastian Kunert <skunert49@gmail.com>
    niklasad1 and skunert authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    d2e0844 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e452047 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/na-rpc-support-ipv6-sockets' int…

    …o na-rpc-support-ipv6-sockets
    niklasad1 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    2f663ea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0bb4871 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9d593c3 View commit details
    Browse the repository at this point in the history
  8. add prdoc and minor fixes

    niklasad1 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    3827211 View commit details
    Browse the repository at this point in the history
  9. Update prdoc/pr_4792.prdoc

    niklasad1 authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    a4dec4e View commit details
    Browse the repository at this point in the history
  10. Update prdoc/pr_4792.prdoc

    niklasad1 authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    9ddaf45 View commit details
    Browse the repository at this point in the history
  11. fix toml fmt

    niklasad1 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    4ede846 View commit details
    Browse the repository at this point in the history
  12. Merge remote-tracking branch 'origin/na-rpc-support-ipv6-sockets' int…

    …o na-rpc-support-ipv6-sockets
    niklasad1 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    a4ec638 View commit details
    Browse the repository at this point in the history
  13. update prdoc

    niklasad1 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    829e9ca View commit details
    Browse the repository at this point in the history
  14. semver v2

    niklasad1 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    c7a100e View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. semver v3

    niklasad1 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    12e27fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46671b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0857baa View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    bb8a039 View commit details
    Browse the repository at this point in the history
  2. separate override

    niklasad1 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    ecd1146 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    f490e7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2d90d0 View commit details
    Browse the repository at this point in the history
  3. cargo fmt

    niklasad1 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    304036e View commit details
    Browse the repository at this point in the history