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
All functions to create a node allow it to be setup for either autosharding or static sharding depending on which options are passed. However, we want to encourage users to run nodes with autosharding. Requiring specific configuration options in order to set up a node to run autosharding makes it more difficult to do so.
Proposed Solutions
Create a function just for creating autosharding nodes that accepts an application and version.
Notes
The text was updated successfully, but these errors were encountered:
This is a feature or change request
Problem
All functions to create a node allow it to be setup for either autosharding or static sharding depending on which options are passed. However, we want to encourage users to run nodes with autosharding. Requiring specific configuration options in order to set up a node to run autosharding makes it more difficult to do so.
Proposed Solutions
Create a function just for creating autosharding nodes that accepts an application and version.
Notes
The text was updated successfully, but these errors were encountered: