Release Notes — v0.4.0 #11
TH3BAT
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🚀 Release v0.4.0 — The Sovereign Mempool Toggle
This release introduces the long-awaited real-time Dust-Free toggle (D).
Node runners can now dynamically switch between:
• DUST-FREE (only >= threshold txs)
• ALL TX (full mempool view)
…with instant updates across:
The entire toggle pipeline was redesigned using Arc to ensure
async-safe behavior across UI + background tasks without stale or frozen flags.
UI now displays the current mode directly in the [Mempool] border:
[Mempool] [D] DUST-FREE
[Mempool] [D] ALL TX
TX_CACHE logic was refactored to prevent data poisoning when switching modes,
ensuring stable and accurate mempool state at all times.
This feature completes the core interactive architecture and positions
BlockChainInfo on a clear path toward the upcoming v1.0.0 release.
This discussion was created from the release Release Notes — v0.4.0.
Beta Was this translation helpful? Give feedback.
All reactions