Skip to content

Releases: RunOnFlux/flux

v1.10.0

07 Feb 02:45
cf99a57
Compare
Choose a tag to compare
  • Adds domain, https support for official load balanced solution available at https://home.runonflux.io with api at https://api.runonflux.io
  • Improves performance and system usage
  • adds invalid PubKeys to temporarily blocked list
  • node list cache optimization

This version will be enforced on all nodes on 13 February and also latest zelcash version.

v1.9.0

26 Jan 04:02
d21edd8
Compare
Choose a tag to compare
  • Kadena application hard redeploy fork ( + temporary lower probability of application update)
  • Better caching on ZelNode list
  • stop block processor if zel daemon not synced

v1.8.1

14 Jan 00:47
04f2fb8
Compare
Choose a tag to compare
  • Fixes missing return statement which launch block processing sooner than expected possibly multiple times.

v1.8.0

13 Jan 10:05
b11845f
Compare
Choose a tag to compare
  • Introduce periodical check for zelcash sync status with expectation of minimum header
  • Use inner flux function of zelcash sync to check zelcash sync status
  • correct crontab adjustment
  • additional check for cron job validity

v1.7.0

12 Jan 04:46
c214e0b
Compare
Choose a tag to compare

Release targets zelcash daemon stability and updates KDA applicaiton

  • Flux will now only start some services once zelcash is synced.
  • Flux will now always use unfiltered list of determinstic nodes and mainly its cached value instead of casking for a filtered one, this results in less load for daemon
  • Kadena Chainweb application v2.4

v1.6.0

31 Dec 05:26
2a83390
Compare
Choose a tag to compare
  • Handling of Application volumes
    -> Volumes are now properly mounted after system reboot
    -> Fixes an issue with disappearing volumes, files from application after a system restart
  • Adjustment of Visit button for KDA application
  • Improved KDA application image

Update can take up to 5 minutes as of additional dependency

v1.5.0

25 Dec 07:08
b5c4e6b
Compare
Choose a tag to compare
  • General bug preventions
  • Add deep rescan when duplication of key is found in database
  • slow down block processing of transaction
  • correct zelid logo
  • KDA application description to explain heathy status
  • Minor dev corrections
  • Remove CruxID from UI

v1.4.3.

15 Nov 15:14
bb6dd8a
Compare
Choose a tag to compare

Minor release to bump Kadena Node application hash to force soft redeployment so operators stayup to date with Kadena Chainweb node releases.

v1.4.2

05 Nov 22:17
4638ea2
Compare
Choose a tag to compare
  • Fixes typo issues of paddress instead of ipaddress on adjusting cruxid/kadena. This had no effect as it was correctly overwritten by auto check later on
  • Fixes an issue where a new version of element UI was installed but Flux was using a deprecated event
    -> updates element-ui package and event
  • updates axios package

v1.4.1

29 Oct 18:40
ef20de4
Compare
Choose a tag to compare

App Removal Fixes
Background: When Flux decides that application shall be removed, this removal could have been interrupted by another Flux process deciding that application shall be running. Tracing like this:

  1. Removal process stops ZelApp
  2. Check Running Apps starts the ZelApp which was supposed to be removed
  3. Removal process fails to remove ZelApp properly leaving some data of ZelApp on the node.
  • Correct Removal of application with force. Using force parameter will now further check global specifications, locally available specifications and permanent messages ensuring that some specifications are found.
  • Wait with starting a stopped application if removal is in progress

Other Tweaks

  • Increase timeout from when Flux begins application installation from 10 mins to 16 mins
    -> this allows more zelapprunning messages to be present to better determine if an application shall be spawned
  • Remove logging of failing to broadcast a message to peer