Skip to content

Optimistic Sync

Compare
Choose a tag to compare
@asonnino asonnino released this 19 Mar 21:39
· 122 commits to main since this release
  • Mempool optimistically tries to sync with sender of the block. If this fails, it broadcast its sync request.
  • Remove async traits to connect the mempool and consensus in a simpler way
  • Better timers implementations (without using a dedicated tokio task)
  • Minor bug fix on the bench scripts