Releases: RunOnFlux/flux
v0.66.0
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
v0.64.1
v0.64.0
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
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
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
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