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/add all indexes #3029

Merged
merged 15 commits into from
Feb 1, 2022
Merged

Feat/add all indexes #3029

merged 15 commits into from
Feb 1, 2022

Commits on Jan 31, 2022

  1. feat: add get_highest_burnchain_block() method, which can tell you wh…

    …at the highest burnchain block header is, or return None if the DB doesn't exist yet.
    jcnelson committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    c781c2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe183f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    512a48a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1b4ed9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a6e58e0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ec678f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d147934 View commit details
    Browse the repository at this point in the history
  8. fix: during IBD, try to begin neighbor walks with *bootstrap* peers, …

    …not just peers we've seen before and haven't banned yet. This ensures that a node quickly resumes downloading blocks if it gets stopped and restarted during ibd
    jcnelson committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    2f8b546 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    284e92e View commit details
    Browse the repository at this point in the history
  10. fix: make it so that when a node stops and restarts during bootstrap,…

    … it immediately begins to resume downloading stacks blocks (the current, erroneous behavior is for it to download 2100 bitcoin blocks unconditionally)
    jcnelson committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    c08a6c3 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Configuration menu
    Copy the full SHA
    93dc371 View commit details
    Browse the repository at this point in the history
  2. fix: create indexes when connecting to the database in read/write mod…

    …e, in addition to doing so on instantiation
    jcnelson committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    509f209 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41717c1 View commit details
    Browse the repository at this point in the history
  4. fix: don't set peers to always-allowed when resetting allowed status …

    …on boot-up (this was only meant to forget about bans)
    jcnelson committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    8e341fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    890f121 View commit details
    Browse the repository at this point in the history