Skip to content

Commit

Permalink
chore(release): axon-r04 (#1138)
Browse files Browse the repository at this point in the history
  • Loading branch information
karlem authored Sep 19, 2024
1 parent 8403e47 commit cdc9661
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

All notable changes to this project will be documented in this file.

## [axon-r04] - 2024-09-18

_Full changelog below._

### ⭐ HIGHLIGHT | Validator Gating 🌁🌉

The Validator Gater feature allows the interception of validator-related actions, such as staking, unstaking, and explicit validator membership adjustments (federated membership), based on user-defined policies. By implementing a custom smart contract that adheres to the `IValidatorGater` interface, developers can enforce custom logic to either permit or deny these actions.

This feature is designed to support both federated and collateral-based networks, providing flexibility to manage validator permissions and validator power assignments through an external gating contract.

### 🚀 Features

- _(contracts)_ Validator gating (#1127)

### 📚 Documentation

- _(docs)_ Validator gating docs (#1127)

### ⚙️ Miscellaneous Tasks

- Fixed typos (#1137)
- Fixed clippy (#1133)

## [axon-r03] - 2024-09-06

_Full changelog below._
Expand Down

0 comments on commit cdc9661

Please sign in to comment.