Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: rewritten gossip sync to be async from block processing (#711)
* 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