nethermind icon indicating copy to clipboard operation
nethermind copied to clipboard

Paprika snap sync support

Open damian-orzechowski opened this issue 1 year ago • 0 comments

Changes

  • Changes to enabled snap sync and fast sync (healing) support for integrating Paprika into Nethermind client
  • Redesign SnapProvider and TreeSync components to use PaprikaStateFactory and IRawState interface to process data sync

Types of changes

What types of changes does your code introduce?

  • [ ] Bugfix (a non-breaking change that fixes an issue)
  • [x] New feature (a non-breaking change that adds functionality)
  • [x] Breaking change (a change that causes existing functionality not to work as expected)
  • [ ] Optimization
  • [ ] Refactoring
  • [ ] Documentation update
  • [ ] Build-related changes
  • [ ] Other: Description

Testing

Requires testing

  • [x] Yes
  • [ ] No

If yes, did you write tests?

  • [x] Yes
  • [ ] No

Notes on testing

Optional. Remove if not applicable.

damian-orzechowski avatar Jun 09 '24 20:06 damian-orzechowski