Skip to content

Commit cdc9661

Browse files
authoredSep 19, 2024··
chore(release): axon-r04 (#1138)
1 parent 8403e47 commit cdc9661

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
 

‎CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

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

5+
## [axon-r04] - 2024-09-18
6+
7+
_Full changelog below._
8+
9+
### ⭐ HIGHLIGHT | Validator Gating 🌁🌉
10+
11+
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.
12+
13+
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.
14+
15+
### 🚀 Features
16+
17+
- _(contracts)_ Validator gating (#1127)
18+
19+
### 📚 Documentation
20+
21+
- _(docs)_ Validator gating docs (#1127)
22+
23+
### ⚙️ Miscellaneous Tasks
24+
25+
- Fixed typos (#1137)
26+
- Fixed clippy (#1133)
27+
528
## [axon-r03] - 2024-09-06
629

730
_Full changelog below._

0 commit comments

Comments
 (0)
Please sign in to comment.