mirror of
https://github.com/nspcc-dev/dbft.git
synced 2026-03-01 04:28:38 +00:00
Implement dynamic block time #27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @roman-khimov on GitHub (Jun 23, 2025).
See https://github.com/neo-project/neo/issues/4018. The only thing I'd like to note as an implementation detail is that we don't need a full subscription to memory pool events. Rather a special channel that is closed once is sufficient for the purpose (or a stable channel between two components that accepts a single event per request (passed to mempool once and requested as needed), depends on which one is easier to implement for mempool/consensus sync).
@roman-khimov commented on GitHub (Jun 24, 2025):
And
MinTimeis not really needed as a name, old one works fine for it (for compatibility).