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

[Bifrost] Let providers propose their own parameters #2451

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AhmedSoliman
Copy link
Contributor

@AhmedSoliman AhmedSoliman commented Dec 20, 2024

  • BifrostAdmin can now init empty logs configuration
  • BifrostAdmin can now auto extend the chain
  • Providers now have control over suggesting a new segment configuration
  • Introduces a temporary copy of NodeSetSelector into bifrost until log-controller is removed

Stack created with Sapling. Best reviewed with ReviewStack.

Copy link

github-actions bot commented Dec 20, 2024

Test Results

  7 files  ±0    7 suites  ±0   5m 17s ⏱️ +38s
 47 tests ±0   29 ✅  - 17  1 💤 ±0  0 ❌ ±0  17 🔥 +17 
182 runs  ±0  158 ✅  - 21  3 💤 ±0  0 ❌ ±0  21 🔥 +21 

For more details on these errors, see this check.

Results for commit f4d6cad. ± Comparison against base commit 1ac1f70.

♻️ This comment has been updated with latest results.

- BifrostAdmin can now init empty logs configuration
- BifrostAdmin can now auto extend the chain
- Providers now have control over suggesting a new segment configuration
- Introduces a temporary copy of NodeSetSelector into bifrost until log-controller is removed
Comment on lines +938 to +941
BifrostAdmin::new(&bifrost, &metadata_writer, &metadata_store_client)
.init_metadata()
.await
.map_err(|e| LogsControllerError::Other(e.into()))?;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Note: this conflicts with the changes that @tillrohrmann is working on in #2452

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant