8000 Tags · jakubcech/hornet · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: jakubcech/hornet

Tags

v0.5.0-rc13

Toggle v0.5.0-rc13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release v0.5.0 rc13 (iotaledger#613)

* Fix TransactionConfirmed event

* Release v0.5.0 rc13

* Change error messages to warnings

v0.5.0-rc12

Toggle v0.5.0-rc12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

v0.5.0-rc11

Toggle v0.5.0-rc11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.5.0-rc10

Toggle v0.5.0-rc10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.5.0-rc9

Toggle v0.5.0-rc9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 0.5.0-rc9 (iotaledger#606)

v0.5.0-rc8

Toggle v0.5.0-rc8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.5.0-rc7

Toggle v0.5.0-rc7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 0.5.0-rc7 (iotaledger#588)

v0.5.0-rc6

Toggle v0.5.0-rc6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.5.0-rc5

Toggle v0.5.0-rc5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.5.0-rc4

Toggle v0.5.0-rc4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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
0