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
Currently we have with_node (in relay) and with_collator (in para) but the node is by default a validator and can be confusing. To reduce the friction we should:
Currently we have
with_node
(in relay) andwith_collator
(in para) but thenode
is by default a validator and can be confusing. To reduce the friction we should:In relay builder:
add:
with_validator
(make authority, pass --validator flag)change:
add_node
(full node)In para builder:
add:
add_node
(full node)change:
with_collator
(make authority, pass --collator flag)And remove the methods that allow to set the role of the node.
cc: @bkchr
The text was updated successfully, but these errors were encountered: