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(BOUN-1233): rework ic-boundary CLI, bump ic-gateway #2451

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

blind-oracle
Copy link
Contributor

  • Rework ic-boundary CLI: re-group & rename, move http client & server CLI to ic-bn-lib
  • ic-boundary now gets configured through env vars like ic-gateway
  • Add & enable shedding (for now only the system one) for API BNs

@blind-oracle blind-oracle requested review from a team as code owners November 5, 2024 19:56
@github-actions github-actions bot added the feat label Nov 5, 2024
@@ -156,25 +156,29 @@ impl BoundaryNodeManager {

// TODO: Should these values be settable via config?
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would this clean up the code here and/or reduce the frequency of changes?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No idea. Changes would anyway happen, whether in code or the config.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, but depending on where this config would live you might at least no longer have to block on consensus review

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, well if you have an idea where to put that - I guess we don't really care how to specify those args and can use the config. I'm not really familiar with the orchestrator-related parts. Also we can take env vars if that would be easier to do.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the replica we pass the ic.json5 config file here, for instance

@blind-oracle blind-oracle requested a review from a team as a code owner November 6, 2024 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants