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

Make some headers submissions free #2873

Closed
wants to merge 46 commits into from

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

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 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
  4. Configuration menu
    Copy the full SHA
    d1045df View commit details
    Browse the repository at this point in the history
  5. 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. 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
  3. Configuration menu
    Copy the full SHA
    e2ad181 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    981c9a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0da3dc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8a74991 View commit details
    Browse the repository at this point in the history
  7. 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
  8. 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. 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
  15. 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
  16. Configuration menu
    Copy the full SHA
    23bff92 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. apply review suggestions

    svyatonik committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    c04c52a View commit details
    Browse the repository at this point in the history
  2. Update modules/grandpa/src/lib.rs

    Co-authored-by: Adrian Catangiu <adrian@parity.io>
    svyatonik and acatangiu committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    e3f3b98 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. remove unused getter

    svyatonik committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    e0ac18f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1affab View commit details
    Browse the repository at this point in the history