-
Notifications
You must be signed in to change notification settings - Fork 11
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
fix: function()
is made private
#274
Comments
Hi @Daanvdplas, thanks for report it. I will make the fn public and craft another release. Sorry about the issue. Thanks! |
Hi @Daanvdplas, can you share how you are using the Thanks! |
It is to get the names of the validators and write to the terminal about the nodes in the network, with first the relay nodes and then the parachain nodes. https://github.com/r0gue-io/pop-cli/blob/258a4b2b3b1c8b35a3e39a0f3de4ced808ed316d/crates/pop-cli/src/commands/up/parachain.rs#L121 |
Thank you! |
In the following PR the
nodes()
function is replaced under theChainUpgrade
trait and made private. There is now no way to obtain this information for external crates.For parachains it is still possible:
zombienet-sdk/crates/orchestrator/src/network/parachain.rs
Line 194 in 0ac8f6f
The text was updated successfully, but these errors were encountered: