Skip to content

Releases: Sunny6889/tron-docker-main

v0.1.0

24 Jan 03:17
0ef53eb
Compare
Choose a tag to compare

v0.1.0 - 2025-01-24

Overview

This is the very first release of tron-docker.

This release provides essential guidance and tools for the community to quickly get started with the TRON network and development. It includes features for setting up FullNodes, private chains, and monitoring tools, along with CI and testing utilities.


New Features

  • [Quick Start for Single FullNode] – Easily start a single TRON FullNode connected to either the Mainnet or NileNet using the provided Docker configurations.(#1, #2))

  • [Private Chain Setup] – Set up a private TRON blockchain network for development and testing purposes with straightforward deployment and management configurations.(#1, #4)

  • [Node Monitoring with Prometheus and Grafana] – Integrated monitoring tools allow for real-time visualization and tracking of TRON node health and performance metrics.(#3)

  • [Tools: Gradle Docker] – Automate the build and test processes for the Java-Tron image using Gradle.(#8, #12, #13, #15)

  • [Tools: DB Fork] – Launch a private Java-Tron network based on the Mainnet database state to support shadow fork testing.(#7, #10)

Contributors

Thanks to the following contributors for this release:
@Sunny6889 @Federico2014 @yuekun0707 @3for

Documentation Updates

  • Add guidance for single fullnode quick start. (#1, #2)
  • Add private TRON blockchain network set up guidance.(#1, #4)
  • Add java-tron fullnode monitor and metric guidance.(#3)
  • Add GitHub issue template.(#15)
  • Add contribution guidance with pre-commit style check.(#9)

Contributors

Thanks to the following contributors for this release:
@Sunny6889 @Federico2014 @yuekun0707 @3for