Skip to content

Releases: RunOnFlux/flux

v0.66.0

15 Jul 19:41
78da0b9
Compare
Choose a tag to compare

correct handleZelAppRegisterMessage
introduce serviceManager that starts flux instead of communication service
available call /zelapps/hashes
tweak conditions for scanning app hashes
add boolean message parameter to app hashes
continuous scanning of for missing zelapps messages
do not check for possible forks on safe heights
use findOne for scanned height
tweak storing with random delays
fix db rescan for apps

v0.65.0

11 Jul 15:55
e68cd81
Compare
Choose a tag to compare

Add precautions and resolve possibility of multiple block processors running

v0.64.1

10 Jul 10:32
f4a88ab
Compare
Choose a tag to compare

Fixes wrong index name

v0.64.0

10 Jul 09:41
4e9ccf1
Compare
Choose a tag to compare

Rewrite Block processing - fixes bugs and up to 3x performance - sync within 12 hours on 4 cores (super node).
Rewrite connecting to mongo database - use single connection
Breaking change: utxo database now contains vout instead of voutIndex to be in alignment with insight api
/zelapps/permanentmessages call now available
/zelapps/globalspecifications call now available
/explorer/reindex/:reindexapps? has now possibility to reindex apps database - use with caution
/explorer/rescan/:blockheight?/:rescanapps? has now possibility to rescan apps database - use with caution
Better database indexes
Fixes possible unresponsivness of reindex and rescan calls
Takes chain reorganisations in consideration

v0.63.0

30 Jun 15:00
0e44f71
Compare
Choose a tag to compare

Temporarily disable block processing
Flux logo
Keep range of connections between 1-2%
Adds delay as helper
Broadcasts to incoming connections about apps messages
Requests of apps messages
checks and requests of apps messages
correct receivedAt and validTilll in temp messages so it is always when we receive the message and not on first broadcast
if we do not have a message, request it from other peers
checks of message existance now returns the message
proper sending message to WS
wsList for sending to outgoing
zelapprequest type of message
responds to zelappregister of outgoing connection is the some as of inc

v0.62.0

15 Jun 10:32
5b5b525
Compare
Choose a tag to compare

Apps registration specifications
Apps registration form
Apps registration messages communication
Apps messages temporary storage
Apps verification
Apps API checking
Changes to messages serialisation, signatures on the network
ZelID checks
Rewriting to helpr service
Providing of signatures over ws
ZelCore signature implementation
Usage of ZelApp ID
Some UI tweaks and register ZelApp form for easier testing
Other minor adjustments

v0.61.0

05 Jun 09:09
2d778a6
Compare
Choose a tag to compare

Better firewall adjustments
If an error during app registration occurs, revert of changes is done
Tweak registration of local zelapp
Tweak removal of local zelapp
Better logging
Correct typos
Correct collision detection
Correction of DOS state
Correction of proper error message for zelapp installation

v0.60.0

04 Jun 21:21
76dbfc3
Compare
Choose a tag to compare

Finalisation of ZelApps volumes