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

Bridge: make some headers submissions free #4102

Merged
merged 60 commits into from
Apr 25, 2024

Commits on Apr 12, 2024

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

    …of_ex + check it from the transaction extension
    svyatonik committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    b45fde5 View commit details
    Browse the repository at this point in the history
  4. move grandpa call result check from RefundTransactionExtensionAdapter…

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

    … messages transactions
    svyatonik committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    148d9b3 View commit details
    Browse the repository at this point in the history
  6. check_obsolete_submit_finality_proof may now boost transaction priori…

    …ty (this is not used yet - see next commit)
    svyatonik committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    3cfd666 View commit details
    Browse the repository at this point in the history
  7. added CheckAndBoostBridgeGrandpaTransactions that checks whether brid…

    …ge GRANDPA transactions are obsolete and, if not, it may apply priority boost to
    svyatonik committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    38c558b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ad8edb5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    791ea6a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b90615a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    df1928f View commit details
    Browse the repository at this point in the history
  12. fix benchmarks compilation

    svyatonik committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    6d852d4 View commit details
    Browse the repository at this point in the history
  13. added WeightInfoExt for pallet-bridge-grandpa to include extra wight …

    …coming from CheckAndBoostBridgeGrandpaTransactions
    svyatonik committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    3209053 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3f95fb0 View commit details
    Browse the repository at this point in the history
  15. 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 Apr 12, 2024
    Configuration menu
    Copy the full SHA
    84c9757 View commit details
    Browse the repository at this point in the history
  16. add more traces to pallets

    svyatonik committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    a3831e2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1a6baf9 View commit details
    Browse the repository at this point in the history
  18. fix benchmarks compilation

    svyatonik committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    3922d6a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    666aad2 View commit details
    Browse the repository at this point in the history
  20. fixed trace

    svyatonik committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    efeba93 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    85a5a40 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0c87d48 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c3f0bc5 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8e710d2 View commit details
    Browse the repository at this point in the history
  25. lost changes

    svyatonik committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    3ca9d7e View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    7f1375b View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    5772858 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    61c7ff5 View commit details
    Browse the repository at this point in the history
  29. with free intervals (instead of fixed free headers) we need to check …

    …`improved_by` from extension code
    svyatonik committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    e0817e9 View commit details
    Browse the repository at this point in the history
  30. fix test name

    svyatonik committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    380fe97 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    779bf9d View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    19fb766 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    7a89e16 View commit details
    Browse the repository at this point in the history
  34. removed commented code

    svyatonik committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    b984204 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    d4533e2 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    3c9acee View commit details
    Browse the repository at this point in the history
  37. fixed comment

    svyatonik committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    75b4bc0 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    1effc3d View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    3a7e5aa View commit details
    Browse the repository at this point in the history
  40. fix no-std compile

    svyatonik committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    d1eaba0 View commit details
    Browse the repository at this point in the history
  41. again fix lost change

    svyatonik committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    50a44ee View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    346cb7c View commit details
    Browse the repository at this point in the history
  43. apply review suggestions

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

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

    svyatonik committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    66d1d96 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    561e663 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bea7677 View commit details
    Browse the repository at this point in the history
  3. apply new extensions and configurations to bridge-hub-rococo-runtime …

    …and bridge-hub-westend-runtime:
    
    - it compiles
    - tests are failing
    - we better need to have a tooling for PriorityBoostPerHeader (TODO left)
    svyatonik committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    c049082 View commit details
    Browse the repository at this point in the history
  4. added tooling to compute PriorityBoostPerRelayHeader and `PriorityB…

    …oostPerParachainHeader`
    svyatonik committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    cbf08d0 View commit details
    Browse the repository at this point in the history
  5. fixed tests in BH runtimes

    svyatonik committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    7aba809 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    21962bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa89040 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51e51d7 View commit details
    Browse the repository at this point in the history
  4. added prdoc

    svyatonik committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    f07eddb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c5471c9 View commit details
    Browse the repository at this point in the history
  6. temporary commented bridges+zombienet tests, because they'll need a n…

    …ew relay, so we need to merge this PR, fix relay, publish new version and reenable tests here
    svyatonik committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    775ea7b View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    9886447 View commit details
    Browse the repository at this point in the history
  2. added comment

    svyatonik committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    18e15fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cad5d31 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

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