Releases: FindoraNetwork/findora-toolbox
v2.0.0
v1.5.3 - Claiming fixed
Claiming has been fixed in the menu for the new version of fn
option #3.
Or run quick with the shortcut:
./findora.sh --claim
v1.5.0 - New fn app
This update is for compatability with the new fn application and graphql stats.
If you'd like to upgrade to the new fn version run the following to get full stats on your validator toolbox:
./findora.sh --fn-new
After upgrading you should see all values working again. Eventually the normal fn location will be updated and we'll use the regular ./findora.sh --fn
to upgrade as usual.
v1.4.0 - release-from-jail
The release-from-jail folder has been added for those who want to run this on their node.
Setup an evm wallet with FRA for tx fees, customize a properties.conf file with your evm wallet and findora validator node ip/address.
Install requirements, run Main.py
v1.3.2
We've add the start up option --register for brand new validators to create their validator on chain.
We will walk through the staker memo settings so you can update those, get your rate, and starting stake. Then we'll send the command to start validating on Findora.
To run this option, send the command:
./findora.sh --register
v1.3.1 - Testing!
We've added a /test directory with pytest and a github action to run automated testing.
We've built the first tests for test_shared.py and will contiue to build out more testing soon for all possible functions.
v1.3.0 - Install, Upgrade/Restart & Safety_Clean upgrades!
We've moved installing, upgrading/restarting & safety_clean into the toolbox as python code now.
We still have all the bash scripts (also updated for better data and less garbage!) in our src/bin folder for the same tasks.
This upgrade will make restarting, cleaning and installing a new server (for migration or starting up) much easier!
This release does require ubuntu to have the package pv
installed. You will get a notice if this isn't present when you run the updated toolbox. You can install it with:
sudo apt install pv -y
v1.1.8 - Region Support
Upon first run of this version you will be prompted to pick North America or Europe for your download location as we now support either location setup.
For now, if you'd like to switch regions after choosing one, simply edit the FRA_REGION variable in ~/.findora.env to either 'na' or 'eu' to switch locations for your next safety clean.
New installations will also be prompted to pick na or eu on first run.
v1.1.7 - Optimizations
Removed the following line from the docker startup command:
--enable-eth-api-service
This will speed up the sync, reduce memory usage and reduce some disk space.
v1.1.6 - Better help menu context
Update the help menu with most options to quick launch them going forward.