Skip to content

Releases: FindoraNetwork/findora-toolbox

v2.0.0

11 May 16:07
6243bd6
Compare
Choose a tag to compare

New version for v0.4.10-release of fractal!

Name of repository is now fractal-toolbox locally, working on having this updated here on github.

v1.5.3 - Claiming fixed

06 Nov 03:31
71010f8
Compare
Choose a tag to compare

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

28 Oct 17:46
182e4e7
Compare
Choose a tag to compare

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

17 Oct 19:03
be3954c
Compare
Choose a tag to compare

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

25 Sep 05:59
c6f3a0c
Compare
Choose a tag to compare

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!

24 Sep 22:52
ffbcab9
Compare
Choose a tag to compare

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!

24 Sep 18:56
892558a
Compare
Choose a tag to compare

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

12 Jul 00:48
2783294
Compare
Choose a tag to compare

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

01 Jun 21:06
aacad83
Compare
Choose a tag to compare

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

14 Feb 19:35
87c4112
Compare
Choose a tag to compare

Update the help menu with most options to quick launch them going forward.