Qado Update: v0.1.4 (2026-02-22)v0.1.4 - Status- Alpha / testnet phase.
- Not mainnet; do not make mainnet assumptions.
v0.1.4 - Added- Reorg-aware mempool reconcile: transactions from reorged-out canonical blocks are re-evaluated and requeued if still valid.
- Reconcile result now exposes requeued tx payloads for downstream handling.
- Reorg requeue gossip:
- requeued transactions are rebroadcast after reorg adoption.
- dedupe (short-lived LRU), trickle pacing, and per-adoption broadcast cap.
- SelfTest coverage added for reorg + mempool reconcile behavior.
v0.1.4 - Changed- Block sync transfer mode:
- windowed in-flight block requests (`QADO_BLOCKSYNC_WINDOW`).
- enforced clamp range: `360..1440` (default `720`).
- Block sync peer selection hardened:
- no blind full-list dialing in sync loop.
- sync now uses exactly one known-dialable peer per pass.
- TIP handling during sync is now chainwork-aware before adoption/catch-up.
- Immediate sync trigger throttling hardened:
- separate cooldown for handshake-driven triggers.
- additional per-peer handshake-trigger cooldown.
- P2P inbound block handling hardened:
- per-peer inbound block rate limiting.
- orphan buffering/promotion flow for missing-parent arrivals.
- duplicate "block already known" logs are rate-limited.
- PEX behavior tightened:
- inbound PEX is announce-only for unknown peers (no `last_seen` refresh on existing rows).
- outbound PEX only advertises peers with `last_seen > 0`.
- sent/received PEX logs now use suppression windows to reduce spam.
- Peer persistence defaults:
- peer TTL fallback reduced from `21` days to `1` day.
- Ban behavior:
- configured seed host is exempt from fail-ban logic.
- GUI updates:
- `State` tab entries are hard-sorted by descending balance.
- peers with unknown `last_seen` are shown as `-`.
- peer status now distinguishes `Stale (cooling down)`.
Compatibility NoticeThere are no consensus-breaking changes in v0.1.4.
No hard fork or chain reset is required.
For this update, replacing the
Qado.exe is sufficient (rolling update is possible).
You can keep your existing `data-testnet` folder.
Binaries:
https://github.com/detnonzero/Qado/releases/tag/v0.1.4-testnetSources:
https://github.com/detnonzero/QadoGenesis Node Availability (February 21 and February 22, 2026)The seed/genesis node had intermittent downtime today due to restarts and testings during the v0.1.4 rollout.