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

Restructure frame_support::dispatch macro related exports #14817

Open
wants to merge 59 commits into
base: master
Choose a base branch
from

Commits on Aug 10, 2023

  1. make reexports private

    juangirini committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    1dfc9b4 View commit details
    Browse the repository at this point in the history
  2. make reexports private 2

    juangirini committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    dccfaeb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9706353 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d6c124 View commit details
    Browse the repository at this point in the history
  5. fix for try-runtime

    juangirini committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    87fd6de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1ffc743 View commit details
    Browse the repository at this point in the history
  7. rebase and fix conflicts

    juangirini committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    222b45d View commit details
    Browse the repository at this point in the history
  8. fmt

    juangirini committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    e795557 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4c9ef13 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4d0b806 View commit details
    Browse the repository at this point in the history
  11. fix beefy

    juangirini committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    e32c82f View commit details
    Browse the repository at this point in the history
  12. fix ui test

    juangirini committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    4386de3 View commit details
    Browse the repository at this point in the history
  13. fix ui test

    juangirini committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    54657c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. fix benches

    juangirini committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    3566961 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08de067 View commit details
    Browse the repository at this point in the history
  3. ".git/.scripts/commands/fmt/fmt.sh"

    command-bot committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    c419d4a View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. fix contracts use

    juangirini committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    b931ecb View commit details
    Browse the repository at this point in the history
  2. wip

    juangirini committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    f4e5f55 View commit details
    Browse the repository at this point in the history
  3. wip

    juangirini committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    4ecbfff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7eaa34 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    095356c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bc2ddc View commit details
    Browse the repository at this point in the history
  3. fix CI checks

    juangirini committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    3816fc4 View commit details
    Browse the repository at this point in the history
  4. fix support tests

    juangirini committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    32f74a6 View commit details
    Browse the repository at this point in the history
  5. ".git/.scripts/commands/fmt/fmt.sh"

    command-bot committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    7d7d73b View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Update frame/support/src/lib.rs

    Co-authored-by: Bastian Köcher <git@kchr.de>
    juangirini and bkchr committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    86ddd81 View commit details
    Browse the repository at this point in the history
  2. import codec directly

    juangirini committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    5d00dfd View commit details
    Browse the repository at this point in the history
  3. fmt

    juangirini committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    a6a4e3d View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/master' into jg/restructure-macr…

    …o-related-exports
    parity-processbot committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    4df379c View commit details
    Browse the repository at this point in the history
  5. wip

    juangirini committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    d32e625 View commit details
    Browse the repository at this point in the history
  6. wip

    juangirini committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    5eb43f1 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    b09e913 View commit details
    Browse the repository at this point in the history
  2. fix zepter warning

    juangirini committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    50651b7 View commit details
    Browse the repository at this point in the history
  3. fix imports

    juangirini committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    6889b65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    024765e View commit details
    Browse the repository at this point in the history
  5. fix node-cli tests

    juangirini committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    0fcc322 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'jg/restructure-macro-related-exports' into jg/restructu…

    …re-benchmarking-macro-related-exports
    juangirini committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    8c95104 View commit details
    Browse the repository at this point in the history
  7. fix node-cli build

    juangirini committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    fdb2be4 View commit details
    Browse the repository at this point in the history
  8. fix zepter warning

    juangirini committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    8c72509 View commit details
    Browse the repository at this point in the history
  9. fix test

    juangirini committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    fb6f332 View commit details
    Browse the repository at this point in the history
  10. fix ui test

    juangirini committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    713a8ef View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Merge remote-tracking branch 'origin/master' into jg/restructure-macr…

    …o-related-exports
    parity-processbot committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    daf3dcb View commit details
    Browse the repository at this point in the history
  2. Merge branch 'jg/restructure-macro-related-exports' into jg/restructu…

    …re-benchmarking-macro-related-exports
    juangirini committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    ea40484 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Merge remote-tracking branch 'origin/master' into jg/restructure-macr…

    …o-related-exports
    parity-processbot committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    e94e54b View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/jg/restructure-macro-related-exp…

    …orts' into jg/restructure-benchmarking-macro-related-exports
    parity-processbot committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    96c726e View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    0b429e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8c10ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6398e06 View commit details
    Browse the repository at this point in the history
  4. rebase and fix conflicts

    juangirini committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    35d4e7d View commit details
    Browse the repository at this point in the history
  5. rebase and fix conflicts

    juangirini committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    46eb3b0 View commit details
    Browse the repository at this point in the history
  6. fix ci

    juangirini committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    55f3ab2 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'jg/restructure-benchmarking-macro-related-exports' into…

    … jg/restructure-dispatch-macro-related-exports
    juangirini committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    f5a2c37 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. remove unnecessary imports

    juangirini committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    a808102 View commit details
    Browse the repository at this point in the history
  2. remove unnecessary imports

    juangirini committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    08c6e5b View commit details
    Browse the repository at this point in the history
  3. add import back

    juangirini committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    b6414ca View commit details
    Browse the repository at this point in the history
  4. add import back

    juangirini committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    0cd5bc9 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'jg/restructure-benchmarking-macro-related-exports' into…

    … jg/restructure-dispatch-macro-related-exports
    juangirini committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    2ffc5f4 View commit details
    Browse the repository at this point in the history
  6. add import back

    juangirini committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    4fff5dd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bda3e58 View commit details
    Browse the repository at this point in the history