You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow overriding peer_id, height and hash in light add command.
Problem Definition
During testing, we often need to add both a primary and witness which point to the same node.
Those will thus get the same peer id, causing the light add command to rightfully prevent us from adding the second one.
We can work around this by updating the configuration file manually, but that's quite cumbersome.
We therefore need a way to override the peer id from the command line (and while we are it the height and hash as well).
Proposal
Add options to the light add command to override the fetched peer id, height and hash.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate milestone (priority) applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Crate
relayer-cli
Summary
Allow overriding peer_id, height and hash in
light add
command.Problem Definition
During testing, we often need to add both a primary and witness which point to the same node.
Those will thus get the same peer id, causing the
light add
command to rightfully prevent us from adding the second one.We can work around this by updating the configuration file manually, but that's quite cumbersome.
We therefore need a way to override the peer id from the command line (and while we are it the height and hash as well).
Proposal
Add options to the
light add
command to override the fetched peer id, height and hash.For Admin Use
The text was updated successfully, but these errors were encountered: