Skip to content
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

feat(internal/database): replace chaindb/badgerdb with pebbledb #3414

Closed
wants to merge 139 commits into from

Conversation

EclesioMeloJunior
Copy link
Member

Changes

  • Removes all occurrences of chaindb from Gossamer source code
  • Introduces PebbleDB implementation to Gossamer under internals/database
  • Uses the same interface as chaindb

https://pkg.go.dev/github.com/cockroachdb/pebble

Tests

go test -tags integration github.com/ChainSafe/gossamer/internal/database

Issues

Primary Reviewer

@timwu20

@EclesioMeloJunior EclesioMeloJunior marked this pull request as draft July 31, 2023 18:32
@EclesioMeloJunior
Copy link
Member Author

Closing in favor of #3434

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Gossamer panics with runtime error: slice bounds out of range [:-8]
1 participant