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
Smartnode should ideally work for any ethereum network.
If we move network-specific constants and behavior into .yml files, we can trivially support locally run testnets, which will be important for e2e test automation. Additionally, chores like #437 become trivial- only one file needs to be updated, with optional "what's changed" update elsewhere.
We can package some 'default' networks with smartnode-install, and read an optional extra-networks.yml from the project directory (~/.rocketpool)
Edit: additionally, putting everything that fornax had to delete in
The text was updated successfully, but these errors were encountered:
Smartnode should ideally work for any ethereum network.
If we move network-specific constants and behavior into .yml files, we can trivially support locally run testnets, which will be important for e2e test automation. Additionally, chores like #437 become trivial- only one file needs to be updated, with optional "what's changed" update elsewhere.
We can package some 'default' networks with smartnode-install, and read an optional extra-networks.yml from the project directory (~/.rocketpool)
Edit: additionally, putting everything that fornax had to delete in
The text was updated successfully, but these errors were encountered: