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

chore: Cover ScheduleCreate with recently changed throttle definitions #16820

Merged
merged 91 commits into from
Dec 2, 2024

Commits on Oct 16, 2024

  1. enable long term schedule transactions

    Signed-off-by: Zhivko Kelchev <[email protected]>
    JivkoKelchev committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    2149b34 View commit details
    Browse the repository at this point in the history
  2. nit: add a simple comment

    Signed-off-by: Valentin Tronkov <[email protected]>
    vtronkov committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    25fefc0 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. fix schedule sign longterm

    Signed-off-by: ibankov <[email protected]>
    ibankov committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    6d70cfc View commit details
    Browse the repository at this point in the history
  2. additional tests

    Signed-off-by: ibankov <[email protected]>
    ibankov committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    8a46546 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Merge branch 'refs/heads/develop' into 15055-POC-long-term-scheduled-…

    …transactions
    
    # Conflicts:
    #	hedera-node/hedera-app/src/main/java/com/hedera/node/app/workflows/handle/HandleWorkflow.java
    JivkoKelchev committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    0bbe343 View commit details
    Browse the repository at this point in the history
  2. fix merge conflicts

    Signed-off-by: Zhivko Kelchev <[email protected]>
    JivkoKelchev committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    ae99cba View commit details
    Browse the repository at this point in the history
  3. revert SchedulingConfig

    refactor hapi tests
    
    Signed-off-by: Zhivko Kelchev <[email protected]>
    JivkoKelchev committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    a560341 View commit details
    Browse the repository at this point in the history
  4. Add signingCryptoKeys() to AppKeyVerifier

    Signed-off-by: Michael Tinker <[email protected]>
    tinker-michaelj committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    99060db View commit details
    Browse the repository at this point in the history
  5. spotless

    Signed-off-by: Michael Tinker <[email protected]>
    tinker-michaelj committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    0cc535d View commit details
    Browse the repository at this point in the history
  6. Standarize some stylistic things

    Signed-off-by: Michael Tinker <[email protected]>
    tinker-michaelj committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    a0e1ad6 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. spotless

    Signed-off-by: Michael Tinker <[email protected]>
    tinker-michaelj committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    8782b71 View commit details
    Browse the repository at this point in the history
  2. fix unit test

    Signed-off-by: Michael Tinker <[email protected]>
    tinker-michaelj committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    af02776 View commit details
    Browse the repository at this point in the history
  3. Merge upstream

    Signed-off-by: Michael Tinker <[email protected]>
    tinker-michaelj committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    cf39c77 View commit details
    Browse the repository at this point in the history
  4. fix checkModuleInfo

    Signed-off-by: Michael Tinker <[email protected]>
    tinker-michaelj committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    89d550c View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. fix unit test

    Signed-off-by: Michael Tinker <[email protected]>
    tinker-michaelj committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    68149f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. LongTerm feature flag tests, and fixes

    Signed-off-by: ibankov <[email protected]>
    ibankov committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    be2d792 View commit details
    Browse the repository at this point in the history
  2. fix test

    Signed-off-by: Zhivko Kelchev <[email protected]>
    JivkoKelchev committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    753e11c View commit details
    Browse the repository at this point in the history
  3. fix unit test

    Signed-off-by: Zhivko Kelchev <[email protected]>
    JivkoKelchev committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    cffc354 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. fix unit test

    Signed-off-by: Zhivko Kelchev <[email protected]>
    JivkoKelchev committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    064d33e View commit details
    Browse the repository at this point in the history
  2. fix unit test ScheduleCreateHandlerTest

    Signed-off-by: ibankov <[email protected]>
    ibankov committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    1cf47a8 View commit details
    Browse the repository at this point in the history
  3. longer time to expiry for ScheduleLongTermExecutionSpecs

    Signed-off-by: ibankov <[email protected]>
    ibankov committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    3299b2a View commit details
    Browse the repository at this point in the history
  4. fix fake upgrade error.

    fix long term schedule throttle warning.
    
    Signed-off-by: Zhivko Kelchev <[email protected]>
    JivkoKelchev committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    e0d80b6 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'refs/remotes/origin/16044-simplify-sig-…

    …persistence' into 15055-POC-long-term-scheduled-transactions
    
    # Conflicts:
    #	hedera-node/hedera-schedule-service-impl/src/main/java/com/hedera/node/app/service/schedule/impl/handlers/HandlerUtility.java
    #	hedera-node/hedera-schedule-service-impl/src/main/java/com/hedera/node/app/service/schedule/impl/handlers/ScheduleCreateHandler.java
    #	hedera-node/hedera-schedule-service-impl/src/main/java/com/hedera/node/app/service/schedule/impl/handlers/ScheduleDeleteHandler.java
    #	hedera-node/hedera-schedule-service-impl/src/main/java/com/hedera/node/app/service/schedule/impl/handlers/ScheduleManager.java
    #	hedera-node/hedera-schedule-service-impl/src/main/java/com/hedera/node/app/service/schedule/impl/handlers/ScheduleSignHandler.java
    #	hedera-node/hedera-schedule-service-impl/src/test/java/com/hedera/node/app/service/schedule/impl/handlers/HandlerUtilityTest.java
    #	hedera-node/hedera-schedule-service-impl/src/test/java/com/hedera/node/app/service/schedule/impl/handlers/ScheduleCreateHandlerTest.java
    #	hedera-node/hedera-schedule-service-impl/src/test/java/com/hedera/node/app/service/schedule/impl/handlers/ScheduleManagerTest.java
    JivkoKelchev committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    251cc69 View commit details
    Browse the repository at this point in the history
  6. fix merge conflicts

    Signed-off-by: Zhivko Kelchev <[email protected]>
    JivkoKelchev committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    b64f9d0 View commit details
    Browse the repository at this point in the history
  7. spotless and add fees for schedule_create_contract_call

    Signed-off-by: ibankov <[email protected]>
    ibankov committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    b43b9a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. port ScheduleLongTermSignSuite from mono

    Signed-off-by: ibankov <[email protected]>
    ibankov committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    913b3e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Merge branch 'refs/heads/develop' into 15055-POC-long-term-scheduled-…

    …transactions
    
    # Conflicts:
    #	hedera-node/hedera-schedule-service-impl/src/main/java/com/hedera/node/app/service/schedule/impl/handlers/AbstractScheduleHandler.java
    #	hedera-node/hedera-schedule-service-impl/src/main/java/com/hedera/node/app/service/schedule/impl/handlers/HandlerUtility.java
    #	hedera-node/hedera-schedule-service-impl/src/main/java/com/hedera/node/app/service/schedule/impl/handlers/ScheduleCreateHandler.java
    #	hedera-node/hedera-schedule-service-impl/src/main/java/com/hedera/node/app/service/schedule/impl/handlers/ScheduleDeleteHandler.java
    #	hedera-node/hedera-schedule-service-impl/src/main/java/com/hedera/node/app/service/schedule/impl/handlers/ScheduleSignHandler.java
    JivkoKelchev committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    3e96af2 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Merge branch 'refs/heads/develop' into 15055-POC-long-term-scheduled-…

    …transactions
    
    # Conflicts:
    #	hedera-node/hedera-app/src/test/java/com/hedera/node/app/workflows/handle/HandleWorkflowTest.java
    #	hedera-node/test-clients/src/main/java/com/hedera/services/bdd/spec/queries/schedule/HapiGetScheduleInfo.java
    JivkoKelchev committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    4b54916 View commit details
    Browse the repository at this point in the history
  2. revert unnecessary changes

    Signed-off-by: Zhivko Kelchev <[email protected]>
    JivkoKelchev committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    48cc80f View commit details
    Browse the repository at this point in the history
  3. revert unnecessary changes

    Signed-off-by: Zhivko Kelchev <[email protected]>
    JivkoKelchev committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    2730cec View commit details
    Browse the repository at this point in the history
  4. remove hapi tests

    Signed-off-by: Zhivko Kelchev <[email protected]>
    JivkoKelchev committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    63e9fdf View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    f1d24c3 View commit details
    Browse the repository at this point in the history
  2. use UserTxnFactory for schedules

    Signed-off-by: Zhivko Kelchev <[email protected]>
    JivkoKelchev committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    b74a455 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

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

Commits on Nov 8, 2024

  1. Merge branch 'refs/heads/develop' into 15055-POC-long-term-scheduled-…

    …transactions
    
    # Conflicts:
    #	hedera-node/hedera-schedule-service-impl/src/main/java/com/hedera/node/app/service/schedule/impl/WritableScheduleStoreImpl.java
    JivkoKelchev committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    e27c712 View commit details
    Browse the repository at this point in the history
  2. Use schedule api

    Signed-off-by: Zhivko Kelchev <[email protected]>
    JivkoKelchev committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    3bc45e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Fix unit tests

    Signed-off-by: Zhivko Kelchev <[email protected]>
    JivkoKelchev committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    3b7d7b7 View commit details
    Browse the repository at this point in the history
  2. Fix unit tests

    Signed-off-by: Zhivko Kelchev <[email protected]>
    JivkoKelchev committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    4b397d8 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    Signed-off-by: Zhivko Kelchev <[email protected]>
    JivkoKelchev committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    44dae50 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    Signed-off-by: Zhivko Kelchev <[email protected]>
    JivkoKelchev committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    8f1f122 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7858526 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Stop schedule throttling at execution

    Signed-off-by: Zhivko Kelchev <[email protected]>
    JivkoKelchev committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    a3279b1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'refs/heads/develop' into 15055-POC-long-term-scheduled-…

    …transactions
    
    # Conflicts:
    #	hedera-node/hedera-app/src/main/java/com/hedera/node/app/workflows/handle/HandleWorkflow.java
    #	hedera-node/hedera-app/src/test/java/com/hedera/node/app/workflows/handle/HandleWorkflowTest.java
    JivkoKelchev committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    7b76ecd View commit details
    Browse the repository at this point in the history
  3. merge conflict

    Signed-off-by: Zhivko Kelchev <[email protected]>
    JivkoKelchev committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    f7ce12e View commit details
    Browse the repository at this point in the history
  4. Fix tests

    Signed-off-by: Zhivko Kelchev <[email protected]>
    JivkoKelchev committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    046ca88 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. move processInterval to handlePlatformTransaction

    Signed-off-by: ibankov <[email protected]>
    ibankov committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    5701a82 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'refs/heads/develop' into 15055-POC-long-term-scheduled-…

    …transactions
    
    # Conflicts:
    #	hedera-node/hedera-app/src/main/java/com/hedera/node/app/workflows/handle/HandleWorkflow.java
    #	hedera-node/hedera-app/src/test/java/com/hedera/node/app/workflows/handle/HandleWorkflowTest.java
    JivkoKelchev committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    132b73b View commit details
    Browse the repository at this point in the history
  3. fix merge conflict

    Signed-off-by: Zhivko Kelchev <[email protected]>
    JivkoKelchev committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    39dc22a View commit details
    Browse the repository at this point in the history
  4. fix schedule purge

    Signed-off-by: Zhivko Kelchev <[email protected]>
    JivkoKelchev committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    f652153 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. try to fix stream validation test

    Signed-off-by: Zhivko Kelchev <[email protected]>
    JivkoKelchev committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    d98c6c8 View commit details
    Browse the repository at this point in the history
  2. Stream validation test fix

    Signed-off-by: Zhivko Kelchev <[email protected]>
    JivkoKelchev committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    23970d4 View commit details
    Browse the repository at this point in the history
  3. Stream validation test fix

    Signed-off-by: Zhivko Kelchev <[email protected]>
    JivkoKelchev committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    e88ae55 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. try to fix stream validation test

    Signed-off-by: Zhivko Kelchev <[email protected]>
    JivkoKelchev committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    661ede8 View commit details
    Browse the repository at this point in the history
  2. spotless

    Signed-off-by: Zhivko Kelchev <[email protected]>
    JivkoKelchev committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    1fe40ef View commit details
    Browse the repository at this point in the history
  3. try to fix stream validation test

    Signed-off-by: Zhivko Kelchev <[email protected]>
    JivkoKelchev committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    d9975f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd0a0d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Merge branch 'refs/heads/develop' into 15055-POC-long-term-scheduled-…

    …transactions
    
    # Conflicts:
    #	hedera-node/hedera-app/src/main/java/com/hedera/node/app/workflows/handle/dispatch/ChildDispatchFactory.java
    #	hedera-node/hedera-app/src/main/java/com/hedera/node/app/workflows/handle/steps/UserTxnFactory.java
    JivkoKelchev committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    4cb0495 View commit details
    Browse the repository at this point in the history
  2. fix merge conflict

    Signed-off-by: Zhivko Kelchev <[email protected]>
    JivkoKelchev committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    74d7d77 View commit details
    Browse the repository at this point in the history
  3. Revert changes, that will be added in the following PRs

    Signed-off-by: Zhivko Kelchev <[email protected]>
    JivkoKelchev committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    34d17cf View commit details
    Browse the repository at this point in the history
  4. Revert changes, that will be added in the following PRs

    Signed-off-by: Zhivko Kelchev <[email protected]>
    JivkoKelchev committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    36636a7 View commit details
    Browse the repository at this point in the history
  5. Revert changes, that will be added in the following PRs

    Signed-off-by: Zhivko Kelchev <[email protected]>
    JivkoKelchev committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    448ead4 View commit details
    Browse the repository at this point in the history
  6. Revert custom payer for smart contract transactions

    Signed-off-by: Zhivko Kelchev <[email protected]>
    JivkoKelchev committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    acd0547 View commit details
    Browse the repository at this point in the history
  7. enable test

    Signed-off-by: ibankov <[email protected]>
    ibankov committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    638a393 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/15055-POC-long-term-scheduled-tr…

    …ansactions' into 15055-POC-long-term-scheduled-transactions
    ibankov committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    4718e3c View commit details
    Browse the repository at this point in the history
  9. Cleanup

    Signed-off-by: Zhivko Kelchev <[email protected]>
    JivkoKelchev committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    f50f31f View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. add feature flag in processIntervals

    Signed-off-by: Zhivko Kelchev <[email protected]>
    JivkoKelchev committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    1a34847 View commit details
    Browse the repository at this point in the history
  2. revert dev patch

    Signed-off-by: Zhivko Kelchev <[email protected]>
    JivkoKelchev committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    213b03b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    346840c View commit details
    Browse the repository at this point in the history
  4. temp fix for dependency check

    Signed-off-by: Zhivko Kelchev <[email protected]>
    JivkoKelchev committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    16a0cae View commit details
    Browse the repository at this point in the history
  5. spotless

    Signed-off-by: ibankov <[email protected]>
    ibankov committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    5536a13 View commit details
    Browse the repository at this point in the history
  6. remove long term throttles warning

    Signed-off-by: ibankov <[email protected]>
    ibankov committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    a22526f View commit details
    Browse the repository at this point in the history
  7. StreamValidationTest fix

    Signed-off-by: Zhivko Kelchev <[email protected]>
    JivkoKelchev committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    2d83a5a View commit details
    Browse the repository at this point in the history
  8. StreamValidationTest fix

    Signed-off-by: Zhivko Kelchev <[email protected]>
    JivkoKelchev committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    101ae6a View commit details
    Browse the repository at this point in the history
  9. StreamValidationTest fix

    Signed-off-by: Zhivko Kelchev <[email protected]>
    JivkoKelchev committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    1dc9aed View commit details
    Browse the repository at this point in the history
  10. fix codacy issues

    Signed-off-by: ibankov <[email protected]>
    ibankov committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    291163c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7ceb5f5 View commit details
    Browse the repository at this point in the history
  12. revert dependency check temp fix

    Signed-off-by: Zhivko Kelchev <[email protected]>
    JivkoKelchev committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    da4fb25 View commit details
    Browse the repository at this point in the history
  13. revert dependency check temp fix

    Signed-off-by: Zhivko Kelchev <[email protected]>
    JivkoKelchev committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    f9dfb20 View commit details
    Browse the repository at this point in the history
  14. doc

    Signed-off-by: Zhivko Kelchev <[email protected]>
    JivkoKelchev committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    3f41418 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    31b0b72 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Configuration menu
    Copy the full SHA
    ac54619 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6897a54 View commit details
    Browse the repository at this point in the history
  3. fix: Dispatch only executable schedules (#16739)

    Signed-off-by: Zhivko Kelchev <[email protected]>
    JivkoKelchev authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    edf7cb3 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. fix: 16657: State validation fails for round 191161423 on LSE (#16757)

    Fixes: #16657
    Reviewed-by: Ivan Malygin <[email protected]>, Oleg Mazurov <[email protected]>
    Signed-off-by: Artem Ananev <[email protected]>
    artemananiev authored Nov 23, 2024
    Configuration menu
    Copy the full SHA
    11f5f17 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

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

Commits on Nov 25, 2024

  1. chore: Clean up HIP-423 loose ends (#16734)

    Signed-off-by: Michael Tinker <[email protected]>
    Signed-off-by: Zhivko Kelchev <[email protected]>
    Co-authored-by: Zhivko Kelchev <[email protected]>
    Co-authored-by: Joseph S. <[email protected]>
    3 people authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    8b58baa View commit details
    Browse the repository at this point in the history
  2. Remove dead code

    Signed-off-by: Michael Tinker <[email protected]>
    tinker-michaelj committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    c86922d View commit details
    Browse the repository at this point in the history
  3. intermezzo

    Signed-off-by: Michael Tinker <[email protected]>
    tinker-michaelj committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    10c48af View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Merge upstream

    Signed-off-by: Michael Tinker <[email protected]>
    tinker-michaelj committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    245d544 View commit details
    Browse the repository at this point in the history
  2. Add test for changing throttle definitions

    Signed-off-by: Michael Tinker <[email protected]>
    tinker-michaelj committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    57d0699 View commit details
    Browse the repository at this point in the history
  3. Revert unrelated changes

    Signed-off-by: Michael Tinker <[email protected]>
    tinker-michaelj committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    9244d71 View commit details
    Browse the repository at this point in the history