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

Guard against XCM recursive bombs by setting a recursion limit #3555

Closed
wants to merge 42 commits into from

Commits on Aug 2, 2021

  1. Configuration menu
    Copy the full SHA
    b0fc0a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db667f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7601e9 View commit details
    Browse the repository at this point in the history
  4. Make spellcheck happy

    KiChjang committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    bd32a66 View commit details
    Browse the repository at this point in the history
  5. Cargo fmt

    KiChjang committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    07107bb View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    2ea42b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83becb3 View commit details
    Browse the repository at this point in the history
  3. Update xcm/xcm-simulator/example/src/lib.rs

    Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
    KiChjang and kianenigma authored Aug 3, 2021
    Configuration menu
    Copy the full SHA
    76d9c7a View commit details
    Browse the repository at this point in the history
  4. Make cargo fmt happy

    KiChjang authored Aug 3, 2021
    Configuration menu
    Copy the full SHA
    08379ba View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Configuration menu
    Copy the full SHA
    39181b4 View commit details
    Browse the repository at this point in the history
  2. Revert "WIP for testing recursion limit in WASM"

    This reverts commit 39181b4.
    KiChjang committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    d0adfc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6281a80 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a6037d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1550e44 View commit details
    Browse the repository at this point in the history
  6. Cargo fmt

    KiChjang committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    1c75cdb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5b65a65 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8f12346 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c8f67dd View commit details
    Browse the repository at this point in the history
  10. Cargo fmt

    KiChjang committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    b9ba7b9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    39f327a View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. Configuration menu
    Copy the full SHA
    560c6d0 View commit details
    Browse the repository at this point in the history
  2. Re-add ConvertOriginToLocal

    KiChjang committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    a795199 View commit details
    Browse the repository at this point in the history
  3. Fix compilation

    bkchr committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    62dd306 View commit details
    Browse the repository at this point in the history
  4. Update xcm/xcm-executor/src/lib.rs

    Co-authored-by: Gavin Wood <gavin@parity.io>
    KiChjang and gavofyork authored Aug 6, 2021
    Configuration menu
    Copy the full SHA
    b14ba31 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff2d0b7 View commit details
    Browse the repository at this point in the history
  6. Fix recursion limit test

    KiChjang committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    bfc97ce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cba7709 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c961264 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5255c29 View commit details
    Browse the repository at this point in the history
  10. fix up

    shawntabrizi committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    b20f0dd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b9fcef5 View commit details
    Browse the repository at this point in the history
  12. Update Cargo.lock

    shawntabrizi committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    7178a88 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    411e3fc View commit details
    Browse the repository at this point in the history
  14. use proper decode limit

    shawntabrizi committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    013cb2b View commit details
    Browse the repository at this point in the history
  15. fix decode depth limit

    shawntabrizi committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    1f8a1fc View commit details
    Browse the repository at this point in the history
  16. here too

    shawntabrizi committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    82c3ce3 View commit details
    Browse the repository at this point in the history
  17. Remove unused import

    KiChjang committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    66dcd3a View commit details
    Browse the repository at this point in the history
  18. remove dbg

    shawntabrizi committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    216c798 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    805ebed View commit details
    Browse the repository at this point in the history
  20. Make CI happy

    KiChjang committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    0eb6603 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2021

  1. Configuration menu
    Copy the full SHA
    70fd5e6 View commit details
    Browse the repository at this point in the history
  2. Remove unused import

    KiChjang committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    206514c View commit details
    Browse the repository at this point in the history