Fix a bug when a migration is followed by a rebalance #238

Merged
lx merged 1 commit from bug/migrate-rebalance into main 2022-02-10 16:38:28 +00:00

1 commit

Author SHA1 Message Date
d2c54abf8a
Fix a bug when a migration is followed by a rebalance
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
continuous-integration/drone Build is passing
Nodes would stabilize on different encoding formats for the values,
some having the pre-migration format and some having the post-migration
format. This would be reflected in the Merkle trees never converging
and thus having an infinite resync loop.
2022-02-10 12:33:29 +01:00