-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Set node name as JAID to prevent overwrite #8737
Set node name as JAID to prevent overwrite #8737
Conversation
…rect_nodes_evm_list_output
I see that you haven't updated any CHANGELOG files. Would it make sense to do so? |
I thought I had rigged up the slice index, but clearly that wouldn't have worked 🤦 |
Should we include the other chains too while we're at it? We also return the same type from a few other methods - do those need an update too? Must the ID be an integer? If string is allowed, then the node name might be simpler to reuse. It is already validated to be unique. |
Yes, other chains exhibit the same behavior added incremental id to them also
Changing the ID from int to string means making changes to |
…rect_nodes_evm_list_output
…rect_nodes_evm_list_output # Conflicts: # core/web/presenters/starknet_chain.go
…rect_nodes_evm_list_output
…rect_nodes_evm_list_output
…rect_nodes_evm_list_output
Nodes were initialized with ID=0 and overwritten when unmarshalling.
https://smartcontract-it.atlassian.net/browse/BCF-2132