mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 05:23:04 +00:00
f2b26ac194
* add a hash to config entries when normalizing * add GetHash and implement comparing hashes * only update if the Hash is different * only update if the Hash is different and not 0 * fix proto to include the Hash * fix proto gen * buf format * add SetHash and fix tests * fix config load tests * fix state test and config test * recalculate hash when restoring config entries * fix snapshot restore test * add changelog * fix missing normalize, fix proto indexes and add normalize test
4 lines
149 B
Plaintext
4 lines
149 B
Plaintext
```release-note:enhancement
|
|
wan-federation: use a hash to diff config entries when replicating in the secondary DC to avoid unnecessary writes..
|
|
```
|