Tags: jakubcech/hornet
Tags
Release v0.5.0 rc13 (iotaledger#613) * Fix TransactionConfirmed event * Release v0.5.0 rc13 * Change error messages to warnings
Release v0.5.0 rc12 (iotaledger#612) * Force release consumer functions * Add database tainted flag for coordinator * Do not panic if snapshot creation is aborted * Fix solid entry point indexes * Add additional security check in whiteflag * Add health to getNodeInfo * Rename health to isHealthy * Fix spikes in conf.rate calculation * Refactor the future cone solidifier to reduce recursion * Make dag traverser callbacks optional * - Updated the mainnet COO address * Use solidifyFutureCone for gossip solidifier * Release v0.5.0 rc12 Co-authored-by: Alexander Sporn <github@alexsporn.de>
Release v0.5.0 rc11 (iotaledger#610) * Remove tanglebay snapshot source * Fix deadlock in revalidation * Rename protocol FeatureSetName to chrysalis * Add more metrics in solidifier * Fix possible deadlock at coordinator shutdown * Update go modules * Add dirty workaround for object storage deadlock * Release 0.5.0-rc11 * Remove unused var from struct * Update to go v1.15
Release v0.5.0 rc10 (iotaledger#608) * Fix misc page not shown if spammer is enabled * Add old api calls for compatibility reasons * Add getTipInfo api call * Rename gtta.go to tips.go * Fix panic in URTS UpdateScores if the node was unsync for a longer time * Remove unused defaults from config.json * Add check for staled autopeers * Fix Dashboard websocket reconnected too often * Release 0.5.0-rc10
Fix SupportedFeatureSets (iotaledger#594) * Fix SupportedFeatureSets * Fix loop counter type * Release 0.5.0-rc8 * Fix syncedNeighbors calculation * Delete bundles during revalidation of which their tail tx doesn't exist anymore * Flush storages during revalidation
Release 0.5.0-rc6 (iotaledger#579) * Fix index out of range in attachToTangle * Remove unused RefsInvalidBundles cache * Add detailed logging in ObjectStorage Update funcs * Do not drop autopeering and "acceptAny" peers on peering.json change * Add autopeering rule to drop neighbors with LSMI below our pruning index * Release 0.5.0-rc6
Release 0.5.0 rc5 (iotaledger#578) * Add retentionRulesTipsLimit parameter to URTS * Fix DFS walk in TraverseApprovees * Add worker for CleanUpReferencedTips to not leak go routines * Release 0.5.0-rc5
Release 0.5.0-rc4 (iotaledger#577) * Catch ErrOperationAborted of the solidifier * Update the outdated root snapshot indexes even if txs were missing * Do not panic if ErrTransactionNotFound * Do not update root transaction snapshot indexes if not synced * Use stack based DFS in TraverseApprovees This was necessary to get correct ordering for the solidifier and URTS. * Do not add the startTx to the outdatedTransactions in GetTransactionRootSnapshotIndexes * Update scores of the URTS tips * Use stack based BFS in TraverseApprovers * Fix wrong scoreSum in URTS * Set higher default verticesLimit in visualizer * Do not add tips to URTS if the node becomes unsync * Do not traverse approvers in TraverseApprovers if already discovered * Avoid calling condition and onSolidEntryPoint multiple times * Fix nil pointer in removeMessageEventHandlers * Release 0.5.0-rc4
PreviousNext