Skip to content

Commit

Permalink
feat: rewritten gossip sync to be async from block processing (#711)
Browse files Browse the repository at this point in the history
* Simplified configs to not require genesis block.
* Removed consensus fields from jsonrpc sync api, to prevent having gaps
in miniblock quorum certificates.
* Moved consensus fields to a separate table to make first/last entry
lookup fast and reliable.
* Migrated consensus integration to new era-consensus API:
matter-labs/era-consensus#53
* Deduplicated code between EN consensus integration and main node
consensus integration
* Implemented support for cloning a db in tests
  • Loading branch information
pompon0 authored Jan 13, 2024
1 parent 6b90b08 commit 3af4644
Show file tree
Hide file tree
Showing 56 changed files with 1,674 additions and 3,560 deletions.
29 changes: 14 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 3af4644

Please sign in to comment.