Skip to content

Releases: RunOnFlux/flux

v3.9.0

27 Feb 03:29
896ae6a
Compare
Choose a tag to compare
  • Verification service is now separated from general service helper.
  • Verification service test suite
  • General service test suite
  • Initial Multiport support
  • Updates github action environment and testing
  • Bumps chain validity
  • Faster block processing
  • Insight block processing
  • additional caching
  • Insert Many options
  • Correct RPC addressindex post calls
  • Check for correct version of app running instances
  • Add address index for single address
  • Fixes bugs related to skip check on inserting duplicate entry
  • General improvements, fixes

Api changes:

  • GET /flux/checkfluxavailability/:ip?/:port? now includes port

New Api

  • GET /daemon/getaddresstxids/:address?/:start?/:end?
  • GET /daemon/getaddressbalance/:address?
  • GET /daemon/getaddressdeltas/:address?/:start?/:end?/:chaininfo?
  • GET /daemon/getaddressutxos/:address?/:chaininfo?
  • GET /daemon/getaddressmempool/:address?

v3.8.1

21 Feb 11:14
92cb05a
Compare
Choose a tag to compare
  • Fixes registration, updates of applications
  • Further preparation for Insight fork

v3.8.0

20 Feb 08:38
79a080d
Compare
Choose a tag to compare

Update Home UI
Fixes appExec for apps v3 or lower specifications
Preparations for Halving fork
Add image architecture check prior app installation
Node v16 compatibility
removes requirement of unique ports for all apps on network. Apps can now reuse ports
Adjusts port checks prior app installation
Fixes daemon rpc testnet port
Updates Kadena application to v2.13.0
Adjusts Automatic Domains according to new FDM specifications
Insight explorer RPC calls available over API

GET:

  • /daemon/getblockdeltas/:hash?
  • /daemon/getblockhashes/:high?/:low?/:noorphans?/:logicaltimes?
  • /daemon/getblockhash/:index?
  • /daemon/getspentinfo/:txid?/:index?

POST:

  • /daemon/getblockhashes
  • /daemon/getspentinfo
  • /daemon/getaddresstxids
  • /daemon/getaddressbalance
  • /daemon/getaddressdeltas
  • /daemon/getaddressutxos
  • /daemon/getaddressmempool

v3.7.0

23 Jan 03:31
6fe4eb3
Compare
Choose a tag to compare
  • Fix installation of application on additional instances
  • Update Kadena Chainweb Node application

v3.6.0

20 Jan 14:13
801131f
Compare
Choose a tag to compare
  • Fix Flux communication issues where multiple nodes can share the same node key
    • Previous system did not expected light node addition that share the same node key. Current expansion of Zelcore light nodes has a bigger impact where many nodes have the same pubKey resulting in finding wrong node, refusing their messages and adding them to blocked list.
  • Improve application spawning by not trying the same application to be spawned multiple times within the last half an hour

v3.5.0

18 Jan 04:06
2d4d255
Compare
Choose a tag to compare
  • Flux Watch Tower
    • Flux Apps are now automatically updated to latest version of available image every couple hours
  • Automatically stop all non Flux Apps on the node
    • Docker containers that are not tied to FluxOS are being automatically stopped

v3.4.0

11 Jan 04:18
99a0a3f
Compare
Choose a tag to compare
  • Fix installing apps on nodes without enough resources
  • Fix getting resources
  • Fix flux usage
  • UI typo fix

This release is highly recommended to be installed ASAP due to many bug fixes.

v3.3.0

11 Jan 04:17
99a0a3f
Compare
Choose a tag to compare
  • Updated KadenaChainWebNode to version 12.2
  • Other small improvements.

This version is mandatory to all FluxNodes running KadenaChainWebNode.
Version will be enforced on 12th of January for nodes running KadenaChainWebNode

v3.2.2

21 Dec 15:04
40552fe
Compare
Choose a tag to compare
  • Reduce max additional instances
  • Not allowing multiple apps with same app image on a node
  • Include Flux-SOL on economics dashboard.

v3.2.1

19 Dec 02:23
50491f2
Compare
Choose a tag to compare
  • Fix sign app message with zelcore on marketplace;
  • Fix register app button on marketplace.