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

prototype: delayed precommit #1431

Draft
wants to merge 54 commits into
base: v0.34.x-celestia
Choose a base branch
from

Commits on Jul 25, 2024

  1. delays precommits

    staheri14 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    5a90ec5 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    86b556d View commit details
    Browse the repository at this point in the history
  2. minor replacement

    staheri14 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    7a727d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ee8842 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    710b5c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    064b55b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    691fd4e View commit details
    Browse the repository at this point in the history
  7. fixes the TestProvider

    staheri14 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    6b9cdf5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b4c184b View commit details
    Browse the repository at this point in the history
  9. increases to block time

    staheri14 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    6120f68 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8d67ff1 View commit details
    Browse the repository at this point in the history
  11. fixes TestHeaderEvents

    staheri14 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    c009f22 View commit details
    Browse the repository at this point in the history
  12. adds a todo

    staheri14 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    91a0bd5 View commit details
    Browse the repository at this point in the history
  13. adds a todo

    staheri14 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    c1f8105 View commit details
    Browse the repository at this point in the history
  14. adds todos and reminders

    staheri14 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    ed4bd1c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2598052 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9d6925e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d44bb3b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    35f921b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    39ace76 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    5ddeaf3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ca9f7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65e5442 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a90067 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. traces precommit time table

    staheri14 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    a7468f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8095e52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de810b1 View commit details
    Browse the repository at this point in the history
  4. does not adjust wait time

    staheri14 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    c544f8a View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. adds a comment

    staheri14 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    b73fb1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b7daab View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

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

Commits on Aug 8, 2024

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

Commits on Aug 9, 2024

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

Commits on Aug 21, 2024

  1. traces the proposer

    staheri14 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    05ac22e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    328db7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5037d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

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

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    8e974ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7c5cdf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19fa595 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    5bdedc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af3a91f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0ae827 View commit details
    Browse the repository at this point in the history
  4. adds log

    staheri14 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    be9a1e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. removes the debugging logs

    staheri14 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    6bb8a76 View commit details
    Browse the repository at this point in the history
  2. adds another log

    staheri14 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    8a52745 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d66356 View commit details
    Browse the repository at this point in the history
  4. minor update

    staheri14 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    cfaf71e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    535046e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd2274c View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

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

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    45de508 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9198700 View commit details
    Browse the repository at this point in the history