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

feat(crates-io): add dependencies for gear-tasks #4026

Closed
wants to merge 50 commits into from

Commits on May 30, 2024

  1. Initial implementation

    ark0f committed May 30, 2024
    Configuration menu
    Copy the full SHA
    ea81b9a View commit details
    Browse the repository at this point in the history
  2. Add smoke test

    ark0f committed May 30, 2024
    Configuration menu
    Copy the full SHA
    67cde59 View commit details
    Browse the repository at this point in the history
  3. Add WASM smoke test

    ark0f committed May 30, 2024
    Configuration menu
    Copy the full SHA
    4531d2b View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Fix no_std compilation

    ark0f committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    d79a1ed View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Fix running tasks in WASM

    ark0f committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    cfaaa8c View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Configuration menu
    Copy the full SHA
    f44549e View commit details
    Browse the repository at this point in the history
  2. RuntimeTasks -> GearTasks

    ark0f committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    e12f558 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Execute WASM tasks via client

    ark0f committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    0ad2708 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bdec62 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Fix WASM compilation

    ark0f committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    789141b View commit details
    Browse the repository at this point in the history
  2. Read storage in benchmark test

    ark0f committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    d36995b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36f8a6b View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    05aa81e View commit details
    Browse the repository at this point in the history
  2. Propagate panic from thread

    ark0f committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    d9c3b53 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Don't allow external API usage

    ark0f committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    0665964 View commit details
    Browse the repository at this point in the history
  2. Remove unused imports

    ark0f committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    226ff64 View commit details
    Browse the repository at this point in the history
  3. Update Substrate

    ark0f committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    286216d View commit details
    Browse the repository at this point in the history
  4. Copy current overlay to thread

    ark0f committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    9359d1e View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    89179c4 View commit details
    Browse the repository at this point in the history
  2. Docs for GearTasksContextExt

    ark0f committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    6511f87 View commit details
    Browse the repository at this point in the history
  3. Update Substrate

    ark0f committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    62bdeec View commit details
    Browse the repository at this point in the history
  4. Clean up deps

    ark0f committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    77a95ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a2cf65 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/master' into al/sp-tasks

    # Conflicts:
    #	Cargo.lock
    #	runtime-interface/Cargo.toml
    #	runtime-interface/src/lib.rs
    ark0f committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    cd6415a View commit details
    Browse the repository at this point in the history
  7. Update Cargo.lock

    ark0f committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    87aa4ad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    af142fe View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    821cbf6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57857f8 View commit details
    Browse the repository at this point in the history
  3. Rename types

    ark0f committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    a24d76d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c06d490 View commit details
    Browse the repository at this point in the history
  5. Fix pallet_gear::impl_config!

    ark0f committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    6784a9d View commit details
    Browse the repository at this point in the history
  6. Fix make pre-commit

    ark0f committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    f63d138 View commit details
    Browse the repository at this point in the history
  7. Add docs

    ark0f committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    78c7659 View commit details
    Browse the repository at this point in the history
  8. Run bench in CI

    ark0f committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    30fcf10 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e6f0a78 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Comment out crates-io check

    ark0f committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    c7a2f8b View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into al/sp-tasks

    # Conflicts:
    #	common/src/auxiliary/mod.rs
    ark0f committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    47949e2 View commit details
    Browse the repository at this point in the history
  3. Add new runtime imports

    ark0f committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    b42533c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfc4ad0 View commit details
    Browse the repository at this point in the history
  5. Fix CI commands

    ark0f committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    3e8bec8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f46a54f View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Update Substrate

    ark0f committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    9a883fe View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    30c21cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9989279 View commit details
    Browse the repository at this point in the history
  3. ci(check): trigger checks

    clearloop committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    596408b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    89ad6a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    789b0ca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    645b700 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2414b6f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b3e3e2e View commit details
    Browse the repository at this point in the history