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

IF: Update fork database fork-choice rule #2273

Merged
merged 45 commits into from
Mar 1, 2024

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    472b1d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    7c19670 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8101af0 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    5d2a839 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29ddf49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57371bd View commit details
    Browse the repository at this point in the history
  4. GH-2125 Remove fork database adaptors and use fork database accessors…

    … instead. Move current_core to block_state.
    heifner committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    6ab1146 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    f8828ac View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    d0f7bf7 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. GH-2125 Add updated_core and most_recent_ancestor_with_qc to block_st…

    …ate, use values for fork_database by_best_branch rule.
    heifner committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    970528c View commit details
    Browse the repository at this point in the history
  2. GH-2125 Revert unneeded changes

    heifner committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    9e0a226 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    17274e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    842ed6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37a7a17 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    042ffde View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1eda923 View commit details
    Browse the repository at this point in the history
  6. GH-2125 Use descriptive types

    heifner committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    2767821 View commit details
    Browse the repository at this point in the history
  7. GH-2125 Change order of eval

    heifner committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    bc5d464 View commit details
    Browse the repository at this point in the history
  8. GH-2125 Improve logging

    heifner committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    c3847eb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6a45921 View commit details
    Browse the repository at this point in the history
  10. GH-2125 Revert unneeded change

    heifner committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    69373f4 View commit details
    Browse the repository at this point in the history
  11. GH-2125 Remove duplicate

    heifner committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    f9dd443 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    772d74e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2153ba2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    39b3d3f View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    3ec3d79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9c1b87 View commit details
    Browse the repository at this point in the history
  3. GH-2125 Add some comments

    heifner committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    e2f0d4d View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    bbe24e7 View commit details
    Browse the repository at this point in the history
  2. GH-2125 Use simpler fork-choice rule that doesn't change with votes. …

    …Only update LIB on block qc not on votes.
    heifner committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    1471adc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f521d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48f2253 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cdb5381 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f9fa56b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7f18b5b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c88d6e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. GH-2125 Normalize types

    heifner committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    14b04b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93a7fee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04dcfeb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fab0bbe View commit details
    Browse the repository at this point in the history
  5. GH-2125 Remove unneeded bs acccessor methods. Use log_fork_comparison…

    … instead of fork_comparison struct.
    heifner committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    31da03f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bc827ec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ee5291f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e3059bf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2a2a5da View commit details
    Browse the repository at this point in the history