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

portal-bridge: Pass bridge node arguments via portal-bridge CLI #880

Open
ogenev opened this issue Sep 1, 2023 · 0 comments
Open

portal-bridge: Pass bridge node arguments via portal-bridge CLI #880

ogenev opened this issue Sep 1, 2023 · 0 comments
Labels
good-first-issue Good for newcomers

Comments

@ogenev
Copy link
Member

ogenev commented Sep 1, 2023

When we run portal-bridge, we spin trin or fluffy bridge node alongside the service that queries the data from EL and CL nodes. Then we use this bridge node to gossip the data to the rest of the network.

Currently, this bridge node runs with a hard-coded arguments:

.arg("--storage-size:0")

What we would like is to be able to modify most of those arguments via the portal-bridge CLI here

pub struct BridgeConfig {

For example, this can be useful when we want to run the portal-bridge node locally and if we want to connect the bridge node to a local or specific public bootnode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good-first-issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant