-
Notifications
You must be signed in to change notification settings - Fork 671
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
Feat/add all indexes #3029
Commits on Jan 31, 2022
-
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.
Configuration menu - View commit details
-
Copy full SHA for c781c2d - Browse repository at this point
Copy the full SHA c781c2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe183f0 - Browse repository at this point
Copy the full SHA fe183f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 512a48a - Browse repository at this point
Copy the full SHA 512a48aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1b4ed9 - Browse repository at this point
Copy the full SHA a1b4ed9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6e58e0 - Browse repository at this point
Copy the full SHA a6e58e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ec678f - Browse repository at this point
Copy the full SHA 2ec678fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d147934 - Browse repository at this point
Copy the full SHA d147934View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 2f8b546 - Browse repository at this point
Copy the full SHA 2f8b546View commit details -
Configuration menu - View commit details
-
Copy full SHA for 284e92e - Browse repository at this point
Copy the full SHA 284e92eView commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for c08a6c3 - Browse repository at this point
Copy the full SHA c08a6c3View commit details
Commits on Feb 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 93dc371 - Browse repository at this point
Copy the full SHA 93dc371View commit details -
fix: create indexes when connecting to the database in read/write mod…
…e, in addition to doing so on instantiation
Configuration menu - View commit details
-
Copy full SHA for 509f209 - Browse repository at this point
Copy the full SHA 509f209View commit details -
Merge branch 'feat/add-all-indexes' of https://github.com/stacks-netw…
…ork/stacks-blockchain into feat/add-all-indexes
Configuration menu - View commit details
-
Copy full SHA for 41717c1 - Browse repository at this point
Copy the full SHA 41717c1View commit details -
fix: don't set peers to always-allowed when resetting allowed status …
…on boot-up (this was only meant to forget about bans)
Configuration menu - View commit details
-
Copy full SHA for 8e341fa - Browse repository at this point
Copy the full SHA 8e341faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 890f121 - Browse repository at this point
Copy the full SHA 890f121View commit details