8000 Releases · chaineco/bisonexplorer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: chaineco/bisonexplorer

bison-exp v1.0.0

09 Feb 06:57
2220a0e
Compare
Choose a tag to compare

What's Changed

The first version v1.0.0 of Bison Explorer includes changes since the fork from dcrdata
(*): Important

Support for Decred:

  • Homepage Redesign (*): The layout and display components on the homepage have been redesigned to enhance the presentation of essential Decred information, including blockchain and market data, charts, and metrics from the past 24 hours.
  • Financial Reporting (*): Financial reporting is a prominent feature in the v1.0.0 development phase. The reporting feature aggregates data on treasury inflows and outflows, provides estimates for recurring payments on approved proposals, and supports multiple modes for data display and views.
  • Visual Block Improvements: The UI for visual blocks has been enhanced and restored on the Blocks page, Mempool page, homepage, and block detail page.
  • Staking Reward Calculator (*): A Staking Reward Calculator tool has been added, allowing users to estimate potential rewards. All processing is performed client-side using JavaScript, enhancing calculation speed and minimizing server load.
  • Attack Cost Page Update: Previously outdated parameters on the Attack Cost page have been revised to align with the 2023 transition of the hash function algorithm to Blake3.
  • Supply Page Creation: The Supply page has been implemented. It displays a countdown to the next block reward reduction, a countdown to the next ticket price change, and detailed distribution data.
  • Market Charts Enhancement (*): The functionality of market charts has been enhanced to enable users to select and visualize data from multiple exchanges concurrently. Support additional trading pairs, such as DCR/USDT and DCR/BTC. Integrate new exchanges to replace outdated or discontinued ones.
  • Improve Hashrate and PoW Difficulty charts (*) by modifying the calculation algorithm for hashrate and segmenting the display stages according to the algorithm change to Blake3.
  • Develop the Bison Wallet Dashboard: Inspired by bwdash, we built the Bison Wallet Dashboard using data from dcrsnapcsv. This dashboard will display aggregated data and various chart types for Bison Wallet statistics.

Support for Multiple blockchains

  • Blockchain Synchronization: Enable synchronization of BTC and LTC blockchain data in the database, following the same approach used for Decred data synchronization.
  • Given the resource-intensive nature of synchronizing BTC and LTC blockchain data, an additional option has been introduced to use APIs for looking up blocks, addresses, and transaction information.
  • Multi-chain Homepage: Develop a homepage for multi-chain support featuring key information boxes. Including: summary info, market charts, chain charts, the latest block, mempool, mining, 24-hour metrics, halving data, and more.
  • Pages displayed for block data include: Block list, Block details, transaction details, and address details.
  • Build a mempool page with mempool data and some recent transactions.
  • Build a supply page that displays the countdown to the next halving and distribution data.
  • Create a Chain Charts page using an external API like CoinEx.
  • Create a market charts page that displays market data for multichain. It supports exchanges like Binance, KuCoin, Gemini, Coinex, and Huobi.
  • Create parameters page for multi-chain
  • Built Visual blocks page for multi-chain

General system improvements

  • Support multi-chain search via addresses, blocks, and transactions.
  • Support switching views of blockchain types while maintaining pages with the same properties.
  • Provide a list view of supported blockchains, with the ability to display aggregated information, market charts, and blockchain data charts for all supported chains, allowing for comparisons of basic parameters.
  • Fix existing bugs on dcrdata and improve outdated components.
  • Provide a market list page to display market data such as price, market cap, and 24h volume of specified blockchains.
  • Implement system-wide UI improvements.

Contributors

Full Changelog: https://github.com/chaineco/bisonexplorer/commits/v1.0.0

0