-
Notifications
You must be signed in to change notification settings - Fork 146
feat(internal/database): replace chaindb/badgerdb with pebbledb
#3434
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 14 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
1282977
wip: introduce pebbledb, remove chaindb/badger
EclesioMeloJunior 8ed732d
feat: replace chaindb with pebbledb
EclesioMeloJunior 426fd88
chore: introduce pebble + remove chaindb
EclesioMeloJunior c0da568
chore: remove unneeded deltas
EclesioMeloJunior fc01e3f
chore: use `database.ErrNotFound` to wrap `pebble.ErrNotFound`
EclesioMeloJunior c3c6d6d
chore: add license
EclesioMeloJunior 77fa81f
chore: remove errors wrappers over database iteractions
EclesioMeloJunior 4d1f09d
replace `Key not found` with `pebble: not found`
EclesioMeloJunior 0221d8b
chore: avoiding database twice
EclesioMeloJunior ec82fe5
chore: adjust `isNodeInitialised` to return `bool` instead of `error`
EclesioMeloJunior 9098ffa
chore: closing db when finish tests
EclesioMeloJunior b041eec
chore: fix `testDelGetter` test
EclesioMeloJunior de692ac
chore: introduces `ClearDatabase` and add tests
EclesioMeloJunior 31eaf13
chore: fix tests
EclesioMeloJunior 535a25b
chore: remove `Close` method from `Table` interface
EclesioMeloJunior 2e89be8
chore: `OfflinePruner.Prune` uses `database.Database` instead of pebb…
EclesioMeloJunior 98258c5
chore: address comments
EclesioMeloJunior ec6d8a7
Merge branch 'development' into eclesio/introduce-pebbledb
EclesioMeloJunior 8d94fbb
chore: resolve conflicts
EclesioMeloJunior 8a4b747
chore: ignore `&pebble.Options` and move `SetupDatabase/ClearDatabase…
EclesioMeloJunior 107a24b
chore: address README suggestion
EclesioMeloJunior d0717c4
chore: add license
EclesioMeloJunior 755929b
chore: introduce `sync.WaitGroup` in babe
EclesioMeloJunior 04f51e8
Merge branch 'development' into eclesio/introduce-pebbledb
EclesioMeloJunior 7dd69fd
Merge branch 'development' into eclesio/introduce-pebbledb
EclesioMeloJunior 806c9ef
Merge branch 'development' into eclesio/introduce-pebbledb
EclesioMeloJunior 217bb7a
Merge branch 'development' into eclesio/introduce-pebbledb
EclesioMeloJunior 85a3c59
chore: solve deepsource warns
EclesioMeloJunior 50b4597
Merge branch 'eclesio/introduce-pebbledb' of github.com:ChainSafe/gos…
EclesioMeloJunior 6494307
chore: address deepsource warns
EclesioMeloJunior File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.