Skip to content

axon-r05

Latest
Compare
Choose a tag to compare
@karlem karlem released this 25 Sep 13:07
· 5 commits to main since this release
1fb7333

[axon-r05] - 2024-09-24

Full changelog below.

⭐ HIGHLIGHT | Token-bound validator collateral 🪙🔐

Token-bound validator collateral enables subnets to designate an ERC20 token as the staking collateral for consensus validators, rather than being limited to the parent chain's native token (e.g., FIL).

This feature provides subnet operators with the flexibility to use their own tokens for staking, aligning network security with the native token economy. As subnets grow and evolve, this capability becomes increasingly important for subnet autonomy. Validators can stake the subnet’s native token, simplifying participation and reinforcing the subnet's economic model.

By decoupling consensus security from the parent token, subnet operators gain greater control over their own cryptoeconomics, making it easier to integrate staking, rewards, and penalties with their native token. This is essential for future subnet development, ensuring that staking mechanisms can evolve alongside the growth of specialized token economies.

release-05

🚀 Features

  • (contracts) Token-bound validator collateral (#1130)

🐛 Bug Fixes

  • (topdown) Pull effects up until committed finality. (#887)

⚙️ Miscellaneous Tasks

  • Remove Python requirement for contracts development (#1144)