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

420 change github workflow to run test with feature flags #488

Open
wants to merge 38 commits into
base: main
Choose a base branch
from

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    e1fe87c View commit details
    Browse the repository at this point in the history
  2. WIP fixing std issue

    gianfra-t authored and b-yap committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    a791b8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44baf50 View commit details
    Browse the repository at this point in the history
  4. adding pallets to sibling chain

    gianfra-t authored and b-yap committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    987bbfc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    66aeaf2 View commit details
    Browse the repository at this point in the history
  6. remove .txt files

    gianfra-t authored and b-yap committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    fa6b17c View commit details
    Browse the repository at this point in the history
  7. Revert "format nightly for latest changes"

    This reverts commit e03041e.
    gianfra-t authored and b-yap committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    553e7f6 View commit details
    Browse the repository at this point in the history
  8. generate weights for dia-oracle pallet

    gianfra-t authored and b-yap committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    c262c7a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c66910f View commit details
    Browse the repository at this point in the history
  10. remove temporary dia-oracle fix branch

    gianfra-t authored and b-yap committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    fe60e2d View commit details
    Browse the repository at this point in the history
  11. run fmt nightly

    gianfra-t authored and b-yap committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    816e908 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a52e892 View commit details
    Browse the repository at this point in the history
  13. Revert "add benchmarkings (those not failed), modify config to use de…

    …fault weight"
    
    This reverts commit 79012a1.
    gianfra-t authored and b-yap committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    7b10533 View commit details
    Browse the repository at this point in the history
  14. fix benchmark for orml-tokens-management, add benchmark helper script…

    …, run benchmarks
    gianfra-t authored and b-yap committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    cdf430d View commit details
    Browse the repository at this point in the history
  15. initial push. Does not

    ```
    error[E0046]: not all trait items implemented, missing: `try_successful_origin`
      --> /Users/b.carlayap/.cargo/git/checkouts/cumulus-59522f43471fa161/f603a61/parachains/runtimes/assets/common/src/foreign_creators.rs:28:1
       |
    28 | / impl<
    29 | |         IsForeign: ContainsPair<MultiLocation, MultiLocation>,
    30 | |         AccountOf: Convert<MultiLocation, AccountId>,
    31 | |         AccountId: Clone,
    ...  |
    36 | |     RuntimeOrigin::PalletsOrigin:
    37 | |         From<XcmOrigin> + TryInto<XcmOrigin, Error = RuntimeOrigin::PalletsOrigin>,
       | |___________________________________________________________________________________^ missing `try_successful_origin` in implementation
       ```
       just yet
    b-yap committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    99992e6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bf5ef6e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0f2896a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    007381a View commit details
    Browse the repository at this point in the history
  19. fix invalid array

    b-yap committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    e6427cf View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ae3e39b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    839684f View commit details
    Browse the repository at this point in the history
  22. run workflow on edited

    b-yap committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    fbe53ef View commit details
    Browse the repository at this point in the history
  23. do not specify type or branch

    b-yap committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    9057f2b View commit details
    Browse the repository at this point in the history
  24. completely remove nightly

    b-yap committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    747616d View commit details
    Browse the repository at this point in the history
  25. https://github.com/pendulum-chain/pendulum/actions/runs/10827044810/j…

    …ob/30039330371#step:5:1949
    b-yap committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    1fb9a23 View commit details
    Browse the repository at this point in the history
  26. set the features, remove --all

    b-yap committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    1c4f8e5 View commit details
    Browse the repository at this point in the history
  27. integration-test does not need the runtime-benchmarks and `try-runt…

    …ime`
    
    move the benchmark to another workflow
    b-yap committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    27b8c03 View commit details
    Browse the repository at this point in the history
  28. rename the workflow name

    b-yap committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    7f42598 View commit details
    Browse the repository at this point in the history
  29. revert to ubuntu-20

    b-yap committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    13cb020 View commit details
    Browse the repository at this point in the history
  30. clear disk space

    b-yap committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    24814ee View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    c5dacb5 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    de2fced View commit details
    Browse the repository at this point in the history
  33. reapply the other cleans

    b-yap committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    fe498b1 View commit details
    Browse the repository at this point in the history
  34. fix CI

    b-yap committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    a788bc2 View commit details
    Browse the repository at this point in the history
  35. remove bandersnatch

    update CI to 1 file only
    b-yap committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    5ff9f58 View commit details
    Browse the repository at this point in the history
  36. revert from 71396e6

    b-yap committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    dc61d7a View commit details
    Browse the repository at this point in the history
  37. rebase and fix yml files.

    b-yap committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    40f0e15 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    1cd5e1b View commit details
    Browse the repository at this point in the history