Precision Fixes for Transaction Display & Enhanced Node Reliability Across the BlockDAG Network!
Key Highlights
Explorer Updates
Blockchain Updates
Open Issues
Next Steps
Conclusion
Precision Fixes for Transaction Display & Enhanced Node Reliability Across the BlockDAG Network!
This release focuses on key improvements within the BlockDAG Explorer and core blockchain infrastructure. The updates address incorrect transaction value formatting, provide user-friendly visibility of token transfer amounts, and enhance the reliability of RPC traffic through an upgraded load-balancing mechanism. Together, these changes boost accuracy, clarity, and operational stability across the ecosystem.
Key Highlights
Explorer:
Fixes implemented to correctly convert values from Wei to BDAG and replace scientific notation with readable decimal formatting for token transfers.
Blockchain:
A new sync-aware relay/proxy service is being deployed across nodes to ensure unsynced nodes are automatically removed from the RPC load-balancer set.
Repository Update:
The public blockdag-scripts repo is being refreshed, including updates tied to the Docker Hub repository.
Explorer Updates
Transaction Value Conversion Fix
The contract transaction details page currently displays raw values in Wei (e.g., 343545000000000000) instead of converting them to BDAG.
Goals:
- Convert all transaction values by dividing by 1e18 for accurate BDAG display.
- Deliver a clean, readable output for end users.
- Ensure consistent formatting across all transaction-related views.
Next Steps:
- Apply conversion logic across frontend components.
- Validate formatting during QA review.
- Roll out update after regression and UI confirmation.
Token Transfer Amount Formatting
On the contract listing page, token transfers are appearing in scientific notation (e.g., 1e-12) instead of a standard decimal format.
Fix Approach:
- Implement fixed-decimal formatting based on token decimals.
- Remove scientific notation for all token display contexts.
- Standardize output for better readability across token types.
Outcome:
Users will receive precise, user-friendly token values without ambiguity or formatting inconsistencies.
Blockchain Updates
RPC Load Balancer Enhancement
To ensure higher reliability and prevent unsynced nodes from serving traffic, the team is improving the current load-balancing setup.
Core Implementations:
- The service enables REST-based status checks from the load balancer.
- Unsynced nodes will be automatically removed and replaced in the active pool.
Impact:
- Stronger network stability under high-traffic conditions.
- Reduced risk of stale or incomplete blockchain responses.
- Improved resilience and self-healing for RPC endpoints.
Public blockdag-scripts Repository Update
The public repo is undergoing maintenance to reflect the latest standards and deployment workflows.
Included Updates:
- Docker Hub repository refresh
- Script consistency improvements
- Updated automation flow for node setup
Benefit:
Smooth onboarding for contributors and seamless deployment for infrastructure teams.
Open Issues
- Validation of decimal formatting across all token variations.
- Stress-testing RPC relay under multi-node failover scenarios.
Next Steps
- Complete UI fixes for value formatting and release into staging.
- Update documentation tied to the blockdag-scripts repo.
- Perform final QA before production rollout.
Conclusion
This release strengthens accuracy, reliability, and transparency across BlockDAG’s ecosystem. By refining transaction and token display formatting and enhancing RPC node stability, users gain clearer insights, and developers benefit from more dependable infrastructure. These updates mark another step toward delivering a polished, scalable, and high-trust decentralized environment for the entire community.