chore: update CHANGELOG for v0.6.0

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Mukan Erkin TÖRÜK 2026-04-24 14:55:20 +03:00
parent 3eb361df36
commit 3711bc450c

View file

@ -7,6 +7,15 @@ Format: [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
## [Unreleased]
## [0.6.0] — 2026-04-24
### Added
- `block_loop.rs``BlockLoopConfig.dev_mode`; rotation check: non-dev modda `slot_producer()` çağrılır, sıra başka validatörde ise slot atlanır
- `block_loop.rs``load_validator_set(db)`: her slot başında `"validator:"` prefix'i taranarak canlı `ValidatorSet` oluşturulur
- `block_loop.rs``update_validator_pon(db, address)`: dürüst blok sonrası PoN skoru ve `consecutive_blocks` güncellenir
- `nu-consensus/src/validator_set.rs``slot_producer()`, `update()`, `get()`, `active_count()`, `Default` impl; `schedule()` filtresine `is_banned()` eklendi
- `nu-rpc/src/handlers.rs``nu_getValidator`: verilen adres için `ValidatorState` döner, kayıt yoksa null
## [0.5.0] — 2026-04-24
### Added