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

blockchain: allow optimistic block insertion in blockchain #3584

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Aug 18, 2024

  1. Configuration menu
    Copy the full SHA
    3b24f64 View commit details
    Browse the repository at this point in the history
  2. add and use optimistic number to hash key/dbop to avoid conflict with…

    … number to ahash and rebuild canonical while backfilling
    g11tech committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    a69d63f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e640849 View commit details
    Browse the repository at this point in the history
  4. debug and fix skeleton tests

    g11tech committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    bbb140b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    23fd13f View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. refactor the entire approach to simply allow building normal index as…

    … optimistic without moving head but track completion by total difficulty index
    g11tech committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    c7f2ae2 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

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

Commits on Sep 3, 2024

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

Commits on Sep 14, 2024

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

Commits on Sep 17, 2024

  1. remove skipping validation

    g11tech committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    3bbed08 View commit details
    Browse the repository at this point in the history