github RunOnFlux/flux v2.2.0

latest releases: v5.6.0, v5.5.0, v5.4.0...
2 years ago
  • FluxOS Fork height: 983000

  • Apps Specifications v3:

    • Inclusion of number of instances
    • instances is an integer value between 3-100 specifying minimum instances to be spawned per application
    • Minimum of 3 instances is required and new base standard
    • Price is calculated based on every 3 instances. Eg. For 3 instances (base) user is supposed to pay 4 Flux. If user decides to that a minimum of 8 instances is required, then price
let price = 4;
const additionalPrice = (price * 5) / 3;
price = (Math.ceil(additionalPrice * 100) + Math.ceil(price * 100)) / 100;
price = (Math.ceil(6.66666 * 100) + Math.ceil(4* 100)) / 100;
= 10.67 FLUX
  • Price changes
    • price is now possible to be adjusted via Flux forks
    • In incoming Flux fork, price for applications will be lowered 10 times and as well minPrice for application registration or update.
height: 984000, // height from which price spec is valid. Counts from when app was registerd on blockchain!
cpu: 0.3, // per 0.1 cpu core,
ram: 0.1, // per 100mb,
hdd: 0.05, // per 1gb,
minPrice: 0.1, // minimum price that has to be paid for registration or update. Flux listens only to message above or equal this price
  • Minimum instances changes to 3 (previously 5). Maximum additional instances per application stays same (+5). Eg. For application with minimum instances of 12, application will now run on 12-17 nodes.
  • UDP support
  • Applications can still use v2 or even v1 specifications. However UI will be enforced to v3 specifications at time blockheight fork
  • Additional minor fixes and improvements

All nodes must update prior 983000 (3rd November).

Don't miss a new flux release

NewReleases is sending notifications on new releases.