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: introduce PreBlock #17421

Merged
merged 42 commits into from
Sep 13, 2023
Merged

feat: introduce PreBlock #17421

merged 42 commits into from
Sep 13, 2023

Commits on Aug 17, 2023

  1. replace RunMigrationBeginBlock with PreBeginBlock

    * to runs before begin blocker, and be more generic than hardcode with migration
    * allowed to modify consensus parameters and the changes are visible to the following state machine logics
    mmsqe committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    9944fe1 View commit details
    Browse the repository at this point in the history
  2. fix test

    mmsqe committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    97437d2 View commit details
    Browse the repository at this point in the history
  3. update doc

    mmsqe committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    5df47ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4cb3ead View commit details
    Browse the repository at this point in the history
  5. fix doc

    mmsqe committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    875aef9 View commit details
    Browse the repository at this point in the history
  6. add test

    mmsqe committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    fa4d36c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8f901a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. force register in upgrade

    mmsqe committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    0bf24db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6aef95e View commit details
    Browse the repository at this point in the history
  3. keep UpgradeModule

    mmsqe committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    952c619 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Revert "keep UpgradeModule"

    This reverts commit 952c619.
    mmsqe committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    9ab334d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81aea05 View commit details
    Browse the repository at this point in the history
  3. add proto

    mmsqe committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    bded698 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1294aba View commit details
    Browse the repository at this point in the history
  5. add SetOrderPreBlockers

    mmsqe committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    41eac61 View commit details
    Browse the repository at this point in the history
  6. fix doc

    mmsqe committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    5a80397 View commit details
    Browse the repository at this point in the history
  7. fix test

    mmsqe committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    b9d1447 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5306a6f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9fac2e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. replace dep

    mmsqe committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    b5e9072 View commit details
    Browse the repository at this point in the history
  2. decouple dep

    mmsqe committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    e9247db View commit details
    Browse the repository at this point in the history
  3. use latest sdk ResponsePreBlock

    mmsqe committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    e40de51 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    afbf503 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. replace dep

    mmsqe committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    069488d View commit details
    Browse the repository at this point in the history
  2. Revert "add when dep is ready (to be reverted)"

    This reverts commit afbf503.
    mmsqe committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    91b8fb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3d2aa6 View commit details
    Browse the repository at this point in the history
  4. fix replace

    mmsqe committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    67b41af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3ff3ca4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c2a4320 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3ffb4e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

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

Commits on Aug 26, 2023

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

Commits on Aug 29, 2023

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

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    4fb0496 View commit details
    Browse the repository at this point in the history
  2. reset gas meter after update cp

    mmsqe committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    2a9966d View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    19901c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2ac765 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    7a7dbaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    766c82d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95a19e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e55d9e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88b1801 View commit details
    Browse the repository at this point in the history