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(core/config): enable override of rpc.host and grpc.host, and add ability to use secure connections #3242

Closed
wants to merge 21 commits into from

Commits on Feb 1, 2024

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

Commits on Feb 26, 2024

  1. Merge branch 'main' into 2931

    ramin committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    0d18111 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Merge branch 'main' into 2931

    ramin committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    4aecfc5 View commit details
    Browse the repository at this point in the history
  2. enable setting grpc and rpc hosts separately, switch to using host te…

    …rminology vs ip, allow setting/overriding scheme by passing in as part of host, allow (untested) setting of a grpc cert
    ramin committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    ecf1ab0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5ee2f0 View commit details
    Browse the repository at this point in the history
  4. organize config struct block

    ramin committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    9875a2f View commit details
    Browse the repository at this point in the history
  5. fix missed flag rename

    ramin committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    3dd243a View commit details
    Browse the repository at this point in the history
  6. lint

    ramin committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    c8d4381 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    48b324e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b0e0be6 View commit details
    Browse the repository at this point in the history
  9. remove debugs

    ramin committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    2b8d549 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    064bb04 View commit details
    Browse the repository at this point in the history
  2. clean up and ready for testing

    ramin committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    0797f74 View commit details
    Browse the repository at this point in the history
  3. add tests for flag parsing

    ramin committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    decc39f View commit details
    Browse the repository at this point in the history
  4. keep the scheme setting cleaner

    ramin committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    1826c49 View commit details
    Browse the repository at this point in the history
  5. remove unused for linter

    ramin committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    bf639bd View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    8745d09 View commit details
    Browse the repository at this point in the history
  2. fmt

    ramin committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    b9de135 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d00494 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ffb07f View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. resolve upstream conflicts while reconciling main, nodebuilder/state/…

    …core.go, state/core_access.go, state/core_access_test.go, state/integration_test.go
    ramin committed May 2, 2024
    Configuration menu
    Copy the full SHA
    c8a91ca View commit details
    Browse the repository at this point in the history