datahaven/operator/runtime/testnet
Gonza Montiel 91987daf1e
fix: set username grace period and deposit (#416)
### Summary
Set username deletion to use a 30‑day grace period (in blocks) and added
a non‑zero username deposit, both based on the Moonbeam's runtimes. This
makes username unbinding wait before deletion and makes authority‑issued
usernames non‑free, mitigating the sybil vector while aligning with
existing identity config patterns.

### Changes
- Configures for `pallet_identity`
  - `UsernameGracePeriod = 30 * DAYS`
  - `UsernameGracePeriod = deposit(0, MaxUsernameLength::get())`
2026-01-29 10:13:31 -03:00
..
src fix: set username grace period and deposit (#416) 2026-01-29 10:13:31 -03:00
tests fix: 🔨 Replace FreezeChainOnFailedMigration with SafeMode handler (#308) 2025-11-25 16:09:19 +01:00
build.rs chore: ♻️ Add missing license header in operator & AVS contracts source code (#285) 2025-11-10 12:56:41 +01:00
Cargo.toml feat : Slashing integration in EigenLayer and Datahaven AVS (#345) 2026-01-16 20:49:45 +01:00