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
During upgrades, DevOps must perform diffs on the pre- and post-update 101/102 files for validation. With Dynamic Address Book P2, nodes now generate files 101 and 102 based on the address book in the node store. However, the current implementation does not generate these files in a consistent order, causing the diff operation to fail.
Problem
During upgrades, DevOps must perform diffs on the pre- and post-update 101/102 files for validation. With Dynamic Address Book P2, nodes now generate files 101 and 102 based on the address book in the node store. However, the current implementation does not generate these files in a consistent order, causing the diff operation to fail.
Solution
When applying nodestore changes to 101/102, structure the files in sequential order by nodeID, consistent with how the Mirror Node structures its nodes endpoint - https://mainnet-public.mirrornode.hedera.com/api/v1/network/nodes
Alternatives
No response
The text was updated successfully, but these errors were encountered: