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

beacon: Cull beacon db memory (passivation) #2069

Merged

Commits on Mar 27, 2021

  1. Implement passivate() and passivate_db() functions

    This includes adjustments to implement passivation and modification
    of the shared pointer implementation.
    jamescowens committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    de5c063 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dad2d9f View commit details
    Browse the repository at this point in the history
  3. Refactor beacon_tests.cpp to eliminate duplicated code

    This refactors the BeaconRegistry tests in beacon_tests.cpp to
    eliminate the duplicated code between the testnet and mainnet tests.
    jamescowens committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    d036b82 View commit details
    Browse the repository at this point in the history