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

FRAME: General System for Recognizing and Executing Service Work #14329

Draft
wants to merge 49 commits into
base: master
Choose a base branch
from

Commits on Jun 8, 2023

  1. initial API for Task trait

    sam0x17 committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    71e16aa View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    9a70eaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01e3bbe View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. bound Task on FullCodec

    sam0x17 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    28f13cf View commit details
    Browse the repository at this point in the history
  2. fix imports

    sam0x17 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    f22054b View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. set task_index to const

    sam0x17 committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    4682e6f View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

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

Commits on Jul 10, 2023

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

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    19f6ef6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f967a80 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    777c0c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e07c25a View commit details
    Browse the repository at this point in the history
  3. use frame_support::Never

    sam0x17 committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    b4c57ba View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. refactor to be more like Call

    sam0x17 committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    32bbd4e View commit details
    Browse the repository at this point in the history
  2. first attempt at implementing do_task

    * fixes Debug issue
    * does not fix TypeInfo requirement issue
    sam0x17 committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    ba54c4e View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. bind T and Task by TypeInfo

    sam0x17 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    acf0d27 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

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

Commits on Aug 3, 2023

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

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    4d30f6c View commit details
    Browse the repository at this point in the history
  2. add comments

    sam0x17 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    34e0990 View commit details
    Browse the repository at this point in the history
  3. clean up

    sam0x17 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    f29f0a0 View commit details
    Browse the repository at this point in the history
  4. improve scaffold a bit

    sam0x17 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    36dae43 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d20f312 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    e7092b7 View commit details
    Browse the repository at this point in the history
  2. add Task as a composite enum

    sam0x17 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    af70bd9 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

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

Commits on Aug 9, 2023

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

Commits on Aug 10, 2023

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

    sam0x17 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    4ac3fc7 View commit details
    Browse the repository at this point in the history
  3. suppress warning

    sam0x17 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    b26602d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a40a03e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    131766f View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. clean up old code

    sam0x17 committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    6be3ce3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b553a3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45e69f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af5f469 View commit details
    Browse the repository at this point in the history
  5. refine tasks re-export paths

    sam0x17 committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    de82efe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    923cfc8 View commit details
    Browse the repository at this point in the history
  7. clean up

    sam0x17 committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    0f62953 View commit details
    Browse the repository at this point in the history
  8. AggregatedTask impl WIP

    sam0x17 committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    b704c87 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    77f5629 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d74cc95 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5f6e016 View commit details
    Browse the repository at this point in the history
  12. try Task not Tasks

    sam0x17 committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    f823fc4 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. reference Task and other pallet parts in the runtime

    * still has inexplicable import error
    sam0x17 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    b551c34 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

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

    sam0x17 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    da2a524 View commit details
    Browse the repository at this point in the history
  3. Fixes build

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