Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

disputes pallet: Remove spam slots #6345

Merged
merged 45 commits into from
Jan 7, 2023
Merged

disputes pallet: Remove spam slots #6345

merged 45 commits into from
Jan 7, 2023

Commits on Dec 21, 2022

  1. Configuration menu
    Copy the full SHA
    78134e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef1823e View commit details
    Browse the repository at this point in the history
  3. Remove SpamSlots

    tdimitrov committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    ec7e53c View commit details
    Browse the repository at this point in the history
  4. Remove SpamSlotChange

    tdimitrov committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    2a0a7ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    23fc0cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ccfa0b1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bdd193f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5a1800a View commit details
    Browse the repository at this point in the history
  9. Remove `dispute_statement_becoming_onesided_due_to_spamslots_is_accep…

    …ted` and `filter_correctly_accounts_spam_slots` -> they bring no value with removed spam slots
    tdimitrov committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    5518563 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    82a62ee View commit details
    Browse the repository at this point in the history
  11. Remove an old comment

    tdimitrov committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    1d3eb05 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a0e60de View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e02089d View commit details
    Browse the repository at this point in the history
  14. todo comments

    tdimitrov committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    d1a468f View commit details
    Browse the repository at this point in the history
  15. Update TODO comments

    tdimitrov committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    7519851 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d4df3d0 View commit details
    Browse the repository at this point in the history
  17. Remove dead code

    tdimitrov committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    397a060 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    84cae48 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    306acd3 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b6661ce View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8c5f10a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    80fda2e View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    28993af View commit details
    Browse the repository at this point in the history
  24. Deprecate SpamSlots

    tdimitrov committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    f04fc04 View commit details
    Browse the repository at this point in the history
  25. Code review feedback

    * add weight for storage version update
    * fix bound for clear()
    tdimitrov committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    d4b8b5b View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    ac7c5c8 View commit details
    Browse the repository at this point in the history
  27. Revert "Deprecate SpamSlots"

    This reverts commit 8c4d967.
    tdimitrov committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    1905b6f View commit details
    Browse the repository at this point in the history
  28. Make mod migration public

    tdimitrov committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    746a589 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    647d409 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    68f956c View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2022

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

Commits on Jan 2, 2023

  1. Configuration menu
    Copy the full SHA
    535482f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49068a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09ed433 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c33d777 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Update guide

    - Remove `SpamSlots` related information from roadmap/implementers-guide/src/runtime/disputes.md
    - Add 'Disputes filtering' to Runtime section of the Implementor's guide
    tdimitrov committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    577d4b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Update runtime/parachains/src/configuration/migration.rs

    Co-authored-by: Marcin S. <marcin@bytedude.com>
    tdimitrov and mrcnski authored Jan 4, 2023
    Configuration menu
    Copy the full SHA
    50fdc93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a567eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab5933b View commit details
    Browse the repository at this point in the history
  4. Update runtime/parachains/src/disputes.rs

    Co-authored-by: s0me0ne-unkn0wn <48632512+s0me0ne-unkn0wn@users.noreply.github.com>
    tdimitrov and s0me0ne-unkn0wn authored Jan 4, 2023
    Configuration menu
    Copy the full SHA
    1989026 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06f53bb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0cd90da View commit details
    Browse the repository at this point in the history
  7. Fix merge conflicts

    tdimitrov committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    91075dd View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Configuration menu
    Copy the full SHA
    8831582 View commit details
    Browse the repository at this point in the history
  2. Fix a compilation warning`

    tdimitrov committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    b11ce8b View commit details
    Browse the repository at this point in the history