diff --git a/docs/content/operate/3-uluwatu.md b/docs/content/operate/3-uluwatu.md index 8e7777908..1a4fc247a 100644 --- a/docs/content/operate/3-uluwatu.md +++ b/docs/content/operate/3-uluwatu.md @@ -18,7 +18,11 @@ This guide describes the process to participate in the *critical coordinated* Om The “uluwatu” upgrade is the first network upgrade (hard fork) planned for the Omni Omega network and is included in the `halo:v0.9.0` release. -The upgrade contains changes to `halo`’s `attest` module logic ensuring that attestations are only deleted when they exit the modified vote window. See [issue](https://github.com/omni-network/omni/issues/1787) and [PR](https://github.com/omni-network/omni/pull/1983) for details. +The upgrade changes the `x/slashing` module parameters, see [issue](https://github.com/omni-network/omni/issues/2018) for more details. +Quick jailing ensures good network performance. Small inactivity slashing ensures little value is lost in the event jailing. +Validator downtime is mostly disincentivised by missed rewards of long jailing period which is required by XChain security model. + +The upgrade also contains changes to `halo`’s `attest` module logic ensuring that attestations are only deleted when they exit the modified vote window. See [issue](https://github.com/omni-network/omni/issues/1787) and [PR](https://github.com/omni-network/omni/pull/1983) for details. No changes to `geth` is required, this version is compatible with `v1.14.11`.