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

Add option to only relay free headers to substrate-relay #2884

Merged
merged 68 commits into from
Apr 25, 2024

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    e358816 View commit details
    Browse the repository at this point in the history
  2. added is_free_execution_expected parameter to the submit_finality_pro…

    …of_ex + check it from the transaction extension
    svyatonik committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    824b8b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e901f46 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. move grandpa call result check from RefundTransactionExtensionAdapter…

    … to RefundBridgedGrandpaMessages
    svyatonik committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    2f13251 View commit details
    Browse the repository at this point in the history
  2. added RefundBridgedMessages to refund and bump priority of standalone…

    … messages transactions
    svyatonik committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    efcb990 View commit details
    Browse the repository at this point in the history
  3. check_obsolete_submit_finality_proof may now boost transaction priori…

    …ty (this is not used yet - see next commit)
    svyatonik committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    186a73b View commit details
    Browse the repository at this point in the history
  4. added CheckAndBoostBridgeGrandpaTransactions that checks whether brid…

    …ge GRANDPA transactions are obsolete and, if not, it may apply priority boost to
    svyatonik committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    0298318 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1541ba5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    64418ac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    48bce25 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8003f8e View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. fix benchmarks compilation

    svyatonik committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    b4fc169 View commit details
    Browse the repository at this point in the history
  2. added WeightInfoExt for pallet-bridge-grandpa to include extra wight …

    …coming from CheckAndBoostBridgeGrandpaTransactions
    svyatonik committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    358c7f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbcc04a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18ec1ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db288ff View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    a2c42ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83461ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97d23f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d958729 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    66a4826 View commit details
    Browse the repository at this point in the history
  2. update RBH and WBH runtimes + ask for free execution if we are runnin…

    …g in HeadersToRelay::Free mode
    svyatonik committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    0b00bb8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3aa8e56 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    3a6d946 View commit details
    Browse the repository at this point in the history
  2. make FreeHeadersRemaining an Option => we know that when we are outsi…

    …de of tx body, it is `None` and otherwise it is `Some`
    svyatonik committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    85dfd1b View commit details
    Browse the repository at this point in the history
  3. add some traces to relay

    svyatonik committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    d296c4d View commit details
    Browse the repository at this point in the history
  4. add more traces to pallets

    svyatonik committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    a3e900b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1045df View commit details
    Browse the repository at this point in the history
  6. fix benchmarks compilation

    svyatonik committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    ff8f874 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    13ec138 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c6eb3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbc5767 View commit details
    Browse the repository at this point in the history
  4. fixed trace

    svyatonik committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    84ff978 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2ad181 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    981c9a1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a0da3dc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8a74991 View commit details
    Browse the repository at this point in the history
  9. lost changes

    svyatonik committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    e62ba6e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    36d7162 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    bb4ad4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22b5499 View commit details
    Browse the repository at this point in the history
  3. with free intervals (instead of fixed free headers) we need to check …

    …`improved_by` from extension code
    svyatonik committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    2e3bc96 View commit details
    Browse the repository at this point in the history
  4. fix test name

    svyatonik committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    600c293 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    39a5504 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a5e34a9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    392e682 View commit details
    Browse the repository at this point in the history
  8. removed commented code

    svyatonik committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    1040616 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f138b55 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ab497ce View commit details
    Browse the repository at this point in the history
  11. fixed comment

    svyatonik committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    bcaeffe View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    43c1cd5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    91d1b13 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a22923c View commit details
    Browse the repository at this point in the history
  15. some fixes

    svyatonik committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    f393740 View commit details
    Browse the repository at this point in the history
  16. fix no-std compile

    svyatonik committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    bb4b9fb View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c3429c1 View commit details
    Browse the repository at this point in the history
  18. again fix lost change

    svyatonik committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    ab2af9f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2e2c1e9 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e2dacf2 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    23bff92 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ee2090c View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    69616d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee09b00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1cbcc7 View commit details
    Browse the repository at this point in the history
  4. removed another moved file

    svyatonik committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    d910516 View commit details
    Browse the repository at this point in the history
  5. bump chain versions

    svyatonik committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    2165870 View commit details
    Browse the repository at this point in the history
  6. bump relayer version

    svyatonik committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    2528e68 View commit details
    Browse the repository at this point in the history
  7. lock up

    svyatonik committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    3ce33e6 View commit details
    Browse the repository at this point in the history