Releases: tronprotocol/tron-docker
Releases · tronprotocol/tron-docker
v0.2.0
v0.2.0
Overview
This release includes documentation updates for TRON blockchain network set up, node and metric monitor. It also brings a new command-line tool and new features for tools already released.
New Features
- New
trondcommand-line tool that allows developers to easily initiate features with a single tool, enabling the community to quickly engage in TRON network development and interaction by @abc-x-t @Sunny6889 @3for @bladehan1 in #26 #32 #38 #40 #42 #60 #62 - Rename image name and default version for Gradle Docker tool by @3for in #25
- Add the ability to modify the TRC10 and TRC20 balance for shadow fork tool by @Federico2014 in #31
- Add the toolkit and merge shadow fork tool as a sub tool by @Federico2014 in #39
- Add the stress test tool by @Federico2014 in #49
- Add Gradle support for building Nile docker image by @3for in #54
- Add the db query tool to get latest vote and reward by @Federico2014 in #57
Documentation Updates
- Readme and configure documentation update by @Sunny6889 @abc-x-t in #27 #29 #33 #34 #35 #50 #55 #56 #58 #63 #64 #65
- Optimize the readme documentation of Gradle Docker tool by @3for in #43
Security
v0.1.0
Overview
This release provides essential tools and guidance for quickly getting started with the TRON network via Docker. It includes features for setting up FullNode, private chain, monitoring tools, and CI/testing utilities.
New Features
- Easily start a single TRON FullNode connected to either the Mainnet or NileNet using the provided Docker configurations by @Sunny6889 in #1
- Set up a private TRON blockchain network for development and testing purposes with straightforward deployment and management configurations by @Sunny6889 in #1 #4
- Integrated monitoring tools allow for real-time visualization and tracking of TRON node health and performance metrics by @Sunny6889 in #3
- Automate the build and test processes for the java-tron image using Gradle by @3for @Sunny6889 in #8 #12 #13 #15
- Launch a private Java-Tron network based on the Mainnet database state to support shadow fork testing by @Federico2014 in #7 #10
Documentation Updates
- Add guidance for single fullnode quick start by @Sunny6889 @abc-x-t in #1 #2
- Add private TRON blockchain network set up guidance by @Sunny6889 in #1 #4
- Add java-tron fullnode monitor and metric guidance by @Sunny6889 in #3
- Add GitHub issue template by @Sunny6889 in #5
- Add contribution guidance with pre-commit style check by @Sunny6889 in #9