hornet icon indicating copy to clipboard operation
hornet copied to clipboard

HORNET is a powerful IOTA fullnode software

Results 52 hornet issues
Sort by recently updated
recently updated
newest added

Is the same format used for loading and storing of the `peering.json` ? Is "peers" just an `[]string` or `[]*PeerConfig`?

bug

- We need to notify all INX plugins that there is an upcoming protocol parameters so they can start using the new protocol parameters and/or gracefully stop if an unsupported...

feature

We want to expose streams/events for clients to be notified for when a block needs to be re-attached or promoted. We previously added a partial solution to this through the...

If a node crashes, the database is flagged as broken now. It would be helpful to store the reason for the crash. The node should not restart without manual interaction...

There are cases where e.g. exchanges want to establish outbound connections to the IF without allowing inbound connections from external nodes. A node can be promoted to "known relation" by...

feature

Checkout logs/captures and find the bottlenecks causing the highest resource usage at the node's breakpoint.

As a node operator, I want my node to perform automatic protocol upgrades, so I am no longer reliant on global snapshots for breaking changes.

We could add an additional pruning interval for the ledger. interval == 0: same as normal pruning interval != 0: always needs to be bigger than normal pruning interval.