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

Support new spawn #13

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

Support new spawn #13

wants to merge 33 commits into from

Commits on Sep 26, 2024

  1. Support spawn

    joii2020 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    a857ffa View commit details
    Browse the repository at this point in the history
  2. Remove unused deps

    joii2020 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    cbf704d View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Fix warning: cargo clippy

    joii2020 committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    24e5295 View commit details
    Browse the repository at this point in the history
  2. Add Pin for Global data

    joii2020 committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    6162144 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Fix with value naming

    joii2020 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    a5687b6 View commit details
    Browse the repository at this point in the history
  2. Add testcase

    joii2020 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    ad3cd0f View commit details
    Browse the repository at this point in the history
  3. Add CI : testcase

    joii2020 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    72a4f71 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a68a701 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    975fbbe View commit details
    Browse the repository at this point in the history
  6. Check fd when spawn

    joii2020 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    84e07fe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    848ac9b View commit details
    Browse the repository at this point in the history
  8. Add ckb-std-wrapper on tests

    To facilitate version switching of ckb-std during debugging, ckb-std-wrapper has been added in the tests as a dependency for ckb-std
    joii2020 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    af004df View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fcb59f9 View commit details
    Browse the repository at this point in the history
  10. Update deps git:rev

    joii2020 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    9c00d32 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. SpawnCmd using num_derive

    joii2020 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    3fa8a38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00001a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27db927 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7422483 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f6236ec View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Add testcase

    * Dealing with read/write synchronization issues
    joii2020 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    79b8dd9 View commit details
    Browse the repository at this point in the history
  2. Add test: r/w failed

    joii2020 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    513f90e View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    5e070fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6946164 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf51d2c View commit details
    Browse the repository at this point in the history
  4. TxID rename to SimID

    joii2020 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    a8f1419 View commit details
    Browse the repository at this point in the history
  5. Refactory

    joii2020 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    1129816 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    437c5b8 View commit details
    Browse the repository at this point in the history
  2. Add testcase

    joii2020 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    63ef979 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    f3255bf View commit details
    Browse the repository at this point in the history
  2. Fix cargo clippy warngin

    joii2020 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    b623f11 View commit details
    Browse the repository at this point in the history
  3. Add testcase check_pid

    joii2020 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    a977a96 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    6fa43e1 View commit details
    Browse the repository at this point in the history
  2. Adjust spawn io return order

    joii2020 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    f41ea4a View commit details
    Browse the repository at this point in the history