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

feat: remote backend #117

Merged
merged 9 commits into from
May 24, 2024
Merged

feat: remote backend #117

merged 9 commits into from
May 24, 2024

Commits on May 23, 2024

  1. feat: remote backend

    hacdias committed May 23, 2024
    Configuration menu
    Copy the full SHA
    134612e View commit details
    Browse the repository at this point in the history
  2. docs: clarify libp2p-specific config options

    These are only applied to libp2p nodes, not the entire rainbow.
    lidel authored and hacdias committed May 23, 2024
    Configuration menu
    Copy the full SHA
    6a5f4b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    921d0ab View commit details
    Browse the repository at this point in the history
  4. docs: remote backend configuration

    lidel authored and hacdias committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0dee5f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76b8064 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    038e75f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e2e8070 View commit details
    Browse the repository at this point in the history
  8. test(ci): both block and car gws

    Block and CAR backends have significate difference in code paths and
    abstractions. We need to run conformance against them separately
    to ensure both code paths behave the same way.
    lidel authored and hacdias committed May 23, 2024
    Configuration menu
    Copy the full SHA
    3433adb View commit details
    Browse the repository at this point in the history
  9. docs: RAINBOW_REMOTE_BACKENDS

    Setting RAINBOW_REMOTE_BACKENDS should be enough to
    turn off libp2p and delegate everything to HTTP endpoints.
    lidel authored and hacdias committed May 23, 2024
    Configuration menu
    Copy the full SHA
    bdd3fc3 View commit details
    Browse the repository at this point in the history