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

Fix issue with reported fork head vs retrieval of block from fork db #774

Merged
merged 6 commits into from
Mar 5, 2023

Commits on Mar 3, 2023

  1. GH-772 Remove unused methods

    heifner committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    6e7d98e View commit details
    Browse the repository at this point in the history
  2. GH-772 Simplify fork db head interface on controller. Fixes issue wit…

    …h net_plugin asking for a block that should be available but is not.
    heifner committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    a215b2c View commit details
    Browse the repository at this point in the history
  3. GH-772 Simplify fetch_block_state_by_number by using controller fork_…

    …db_head_block_id() which checks db mode.
    heifner committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    629aa81 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6444b27 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. GH-772 Remove unused variables

    heifner committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    61173fc View commit details
    Browse the repository at this point in the history
  2. GH-772 Additional cleanup

    heifner committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    cf07a4e View commit details
    Browse the repository at this point in the history