-
Notifications
You must be signed in to change notification settings - Fork 906
Draft: Add PostgresDB backend support for Lighthouse Beacon Node #7639
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
Conversation
Closes: - sigp#7363 - Change default state cache size back to 128. - Make state pruning properly LRU rather than MSU after skipping the cull-exempt states.
Bump all required version numbers to `v7.0.1` to prepare for the next release.
* Add additional mergify rules to automate triaging. * Update mergify config.
* Fix mergify infinite loop. * Update rule for `ready-for-review` label. * More fix to prevent infinite loop
… - to reduce noise and avoid updating stale PRs. (sigp#7494)
…at's passing CI. Remove noisy comments.
I know its just an early draft PR but I think you'll need tor rebase your branch to unstable |
it says |
I think your branch has some changes from |
I’ve pushed a WIP PostgresDB implementation (get_bytes, put_bytes) with a test. Looking for feedback before wiring it in. |
The PR diff is a bit messy You're reverting a bunch of changes from unstable so its hard to review this |
@eserilev I’ve pushed a clean version of the PostgresDB backend implementation (with get_bytes, put_bytes, and basic tests) in the new PR. Not sure if you've had a chance to see it yet, but I'd really appreciate any early feedback on the direction before wiring it into the broader store interface. Thanks! |
closing in favor of #7685 |
Issue #7638
Proposed Changes
Additional Info