-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(sync, store)!: Remove adjacency requirement from Store.Append (#186
) ## Overview Things that gonna change after we drop adjacency requirement from `Store.Append`: - Obviously dropping `ErrNonAdjacent` (breaking change). - `Store.Append` comment is **already** outdated (looks like there were 2 return params) - `store.Store.Append` will not verify for adjacency (obviously) - `Syncer.setSubjectiveHead` will not verify for `ErrNonAdjacent` - adjacency check is happening in `sync` instead of `store`. Fixes #32
- Loading branch information
1 parent
5872766
commit 72d6506
Showing
4 changed files
with
34 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters