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: Transition from dpos to instant-finality #2085

Merged
merged 19 commits into from
Jan 16, 2024

Commits on Jan 12, 2024

  1. GH-2045 Rename finalize_block to finish_block to avoid confusion with…

    … finalizing a block in instant finality
    heifner committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    3b15160 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Configuration menu
    Copy the full SHA
    8408763 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c3315a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe1d3bb View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. GH-2045 Add get_data_dir()

    heifner committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    a482982 View commit details
    Browse the repository at this point in the history
  2. GH-2045 Add constructor for transition from block_state_legacy to blo…

    …ck_state. Add missing set of transactions in block.
    heifner committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    4e631ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abdfa68 View commit details
    Browse the repository at this point in the history
  4. GH-2045 Add transition from dpos fork database to instant finality fo…

    …rk database. Remove fetch_block_state_* methods.
    heifner committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    61a595f View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    c3e8423 View commit details
    Browse the repository at this point in the history
  2. GH-2045 Add block_token as a wrapper of block_state and block_state_l…

    …egacy. Also add block_exists as a performance improvement.
    heifner committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    07f1036 View commit details
    Browse the repository at this point in the history
  3. GH-2045 cleanup implementation

    heifner committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    9b39982 View commit details
    Browse the repository at this point in the history
  4. GH-2045 Fix proposer_policy switching time. Enable instant-finality p…

    …roducer schedule test.
    heifner committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    03f2322 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7962634 View commit details
    Browse the repository at this point in the history
  6. GH-2045 Fix spelling

    heifner committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    7c59cf3 View commit details
    Browse the repository at this point in the history
  7. GH-2045 Don't export qcs

    heifner committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    d0a1e07 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b5dfdd4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    35705b3 View commit details
    Browse the repository at this point in the history
  10. GH-2045 Misc cleanup

    heifner committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    6b62496 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    852f69e View commit details
    Browse the repository at this point in the history