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: bump jsonrpsee v0.22 and fix race in rpc v2 chain_head #3230

Merged
merged 30 commits into from
Feb 14, 2024

Commits on Feb 6, 2024

  1. jsonrpsee v0.22

    niklasad1 committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    3f7e94b View commit details
    Browse the repository at this point in the history
  2. fix race in chainhead

    niklasad1 committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    250f109 View commit details
    Browse the repository at this point in the history
  3. fix some nits

    niklasad1 committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    8bc7fd7 View commit details
    Browse the repository at this point in the history
  4. fix bad Cargo.toml fmt

    niklasad1 committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    b0769b7 View commit details
    Browse the repository at this point in the history
  5. make test compile

    niklasad1 committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    3d16db8 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. fix tests

    niklasad1 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    a7032d9 View commit details
    Browse the repository at this point in the history
  2. jsonrpsee v0.22

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

    niklasad1 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    6326b34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc856ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d088e1 View commit details
    Browse the repository at this point in the history
  6. update Cargo.lock

    niklasad1 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    b77a992 View commit details
    Browse the repository at this point in the history
  7. fix rustdocs

    niklasad1 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    4802cc4 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. remove needless box

    niklasad1 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    485393f View commit details
    Browse the repository at this point in the history
  2. address grumbles

    niklasad1 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    bdc42f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8bf3636 View commit details
    Browse the repository at this point in the history
  4. clarify breaking ws pings

    niklasad1 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    3a78c54 View commit details
    Browse the repository at this point in the history
  5. fix nits

    niklasad1 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    118480d View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

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

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    91437e9 View commit details
    Browse the repository at this point in the history
  2. add prdoc

    niklasad1 committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    6d96bd6 View commit details
    Browse the repository at this point in the history
  3. improve prdoc

    niklasad1 committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    467f11b View commit details
    Browse the repository at this point in the history
  4. fix prdoc

    niklasad1 committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    8a9e5c7 View commit details
    Browse the repository at this point in the history
  5. fix bad merge

    niklasad1 committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    1ad6d28 View commit details
    Browse the repository at this point in the history
  6. Update prdoc/pr_3230.prdoc

    niklasad1 authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    1a61781 View commit details
    Browse the repository at this point in the history
  7. Update prdoc/pr_3230.prdoc

    niklasad1 authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    5936168 View commit details
    Browse the repository at this point in the history
  8. Update prdoc/pr_3230.prdoc

    niklasad1 authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    70b98a2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    18b636e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    25a5320 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5f892f2 View commit details
    Browse the repository at this point in the history
  12. fix merge nits

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