Skip to content

Releases: TH3BAT/Blockchaininfo

Blockchaininfo v0.2.3

21 Jan 14:08
Compare
Choose a tag to compare

Blockchaininfo v0.2.3

🚀 New Features

Fee Metrics

  • Average Fee Rate (sats/vByte):
    • Introduced the calculation and display of the average fee rate for transactions.
    • Provides additional insights into the current mempool dynamics.

Footer Version Display

  • Added the application version to the footer.
  • Ensures users can easily identify the current running version at all times.

🛠 Improvements

  • Enhanced TUI with a Fee Metrics section, grouping related data for better readability and organization.
  • Updated footer design to include the dynamically fetched version from Cargo.toml.

📦 How to Update

To upgrade to this version:

git pull origin main
cargo build --release

🔍 What's Next

We continue to focus on improving visibility into the Bitcoin network without reliance on fiat metrics, pushing forward a decentralized-first mindset. Stay tuned for more features and enhancements!


Thank you for using Blockchaininfo! 🎉

Blockchaininfo v0.2.1 - Bug Fix

20 Jan 18:44
Compare
Choose a tag to compare

Release 0.2.1 fixes the average block propagation time.
- Converted from minutes to seconds
- Only include peers with a valid timestamp / clock to populate last_block

Blockchaininfo v0.2.0

18 Jan 04:21
Compare
Choose a tag to compare

Release 0.2.0 introduces significant upgrades to enhance usability, performance, and real-time data analysis:

  1. Transition to TUI and Crossterm:

    • A sleek, terminal-based user interface powered by TUI and Crossterm, offering a more interactive and visually appealing experience.
    • Seamless navigation and improved accessibility for users working directly in terminal environments.
  2. Live Data Polling and Looping:

    • Implemented a robust polling mechanism to frequently capture live data, ensuring updates in near real-time.
    • Optimized looping logic for efficient resource use while maintaining responsiveness.
  3. Expanded Metrics and Insights:

    • Added new metrics to provide deeper insights and more comprehensive data analysis.
    • Enhanced data visualization to better communicate key information at a glance.

This release represents a leap forward in functionality and performance, laying the groundwork for future enhancements while delivering a polished and dynamic user experience.