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

[rampup] Stop txn/network after slot feature #15000

Merged
merged 43 commits into from
Jan 31, 2024

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    11dc67b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7aefd8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b273c44 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef37faf View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    7cd90d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6be8cd7 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    c638cf0 View commit details
    Browse the repository at this point in the history
  2. Update slot transaction and chain end flags in CLI

    entrypoint
    joaosreis committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    f13a7a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5aaba0a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fabb4c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d9cdec8 View commit details
    Browse the repository at this point in the history
  6. Add slot_tx_end and slot_chain_end definitions to

    integration_tests.mlh (to be reverted later)
    joaosreis committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    d2f3649 View commit details
    Browse the repository at this point in the history
  7. Removed one BP

    joaosreis committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    737b567 View commit details
    Browse the repository at this point in the history
  8. Fix stop tx slot comparison

    joaosreis committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    c08d084 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    07d6076 View commit details
    Browse the repository at this point in the history
  10. Better test structure

    joaosreis committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    4628a04 View commit details
    Browse the repository at this point in the history
  11. Change build configs

    joaosreis committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    cdd6a70 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    840ea35 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2560a66 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    21ce836 View commit details
    Browse the repository at this point in the history
  15. Revert uneeded changes

    joaosreis committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    da70971 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1f3b8bc View commit details
    Browse the repository at this point in the history
  17. Merge remote-tracking branch 'origin/compatible' into joaosreis/hf-st…

    …op-txn-after-slot-compatible
    joaosreis committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    a440364 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Reformat slot_end_test.ml

    joaosreis authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    0b70f8a View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    da03efb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5887673 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7938ca6 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    ce59ea4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    697b9af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77fc86f View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary changes

    joaosreis committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    dc8ca49 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2073d43 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Add new txn pool test case

    joaosreis committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    8897d8b View commit details
    Browse the repository at this point in the history
  2. Flatten logic

    joaosreis committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    e1d5168 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/compatible' into joaosreis/hf-st…

    …op-txn-after-slot-compatible
    joaosreis committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    9f75c63 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Revert format changes

    joaosreis committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    8f19650 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9c86fa View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

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

Commits on Jan 30, 2024

  1. Merge remote-tracking branch 'origin/joaosreis/hf-stop-txn-after-slot…

    …-compatible' into joaosreis/hf-stop-txn-after-slot-rampup
    joaosreis committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    bf49d4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd4d162 View commit details
    Browse the repository at this point in the history
  3. Reformat

    joaosreis committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    8fa750e View commit details
    Browse the repository at this point in the history
  4. Call unnamed parameter last

    joaosreis committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    e898823 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a40997b View commit details
    Browse the repository at this point in the history