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

New script verify with ckb-vm pause #4291

Merged
merged 318 commits into from
Aug 12, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    09d21d4 View commit details
    Browse the repository at this point in the history
  2. rebase ckb-vm 0.24.9

    chenyukang committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    6f1da9f View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. rollback arc-swap changes

    chenyukang committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    ee04830 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bd676e View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Just copy codes in it

    mohanson committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    8d8ce55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a519266 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Add place args to spawn

    mohanson committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    10724ba View commit details
    Browse the repository at this point in the history
  2. Add a todo for ckb_close

    mohanson committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    6a1f8a4 View commit details
    Browse the repository at this point in the history
  3. Remove all old spawn test cases (nervosnetwork#3)

    Update ckb-c-stdlib with new spawn syscalls.
    Update db feature
    XuJiandong committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    3584a7c View commit details
    Browse the repository at this point in the history
  4. Rename join => wait

    mohanson committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    f1d5437 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4df9a03 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8bc4175 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    05b532a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    962620c View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Add spawn cases

    * format code
    
    * Use libc from ckb-c-stdlib
    
    Add test case: check_spawn_strcat
    XuJiandong committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    b577e4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0041ec1 View commit details
    Browse the repository at this point in the history
  3. Add more spawn cases (nervosnetwork#8)

    * Add more test cases
    
    * Add more test cases
    XuJiandong committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    e4d4aa4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da968be View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Rewrite some syscalls (nervosnetwork#10)

    * Rewrite current_cycles
    
    * Rewrite process_id
    
    * Rewrite pipe
    
    * Rewrite wait
    
    * Rewrite read/write
    
    * Rewrite inherited_fd
    
    * Rewrite close
    mohanson committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    af11e31 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Add more test cases (nervosnetwork#11)

    * Add test cases
    
    * Add more test cases
    
    * typo
    
    * Fix spawn with inherited fd without ownership
    
    * Add other end close case
    
    Fix build.rs
    
    * Wait child process and exit
    XuJiandong committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    e25aa9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d44371f View commit details
    Browse the repository at this point in the history
  3. Rewrite spawn (nervosnetwork#13)

    * Support spawn program in witnesses
    
    * Add cycles charge for spawn
    
    * Generic type
    
    * Staged
    
    * Rewrite spawn
    mohanson committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    6be39c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Max VMs count (nervosnetwork#14)

    * Add max_vms_count
    
    * Typo
    XuJiandong committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    9b40aef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0481dec View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Staged (nervosnetwork#16)

    mohanson committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    a8b5155 View commit details
    Browse the repository at this point in the history
  2. Update script/Cargo.toml

    Co-authored-by: ian <me@iany.me>
    chenyukang and doitian committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    5d01738 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    c5c773b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6aa2a1 View commit details
    Browse the repository at this point in the history
  3. Fix build error

    mohanson committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    f29b597 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04d83ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cce6f65 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    066f42d View commit details
    Browse the repository at this point in the history
  7. cleanup unused code

    chenyukang committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    111dae1 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. tunning script test

    chenyukang committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    3b852d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

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

Commits on Mar 19, 2024

  1. fix specs in verify

    chenyukang committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    257be49 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Update ckb-vm

    mohanson committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    64711de View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Fix shared lib

    mohanson committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    b6814e7 View commit details
    Browse the repository at this point in the history
  2. clean lint warnings

    chenyukang committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    7c69ee7 View commit details
    Browse the repository at this point in the history
  3. begin to work to verify

    chenyukang committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    9793f7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d3e60c View commit details
    Browse the repository at this point in the history
  5. backup

    chenyukang committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    c582d4e View commit details
    Browse the repository at this point in the history
  6. more on worker

    chenyukang committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    678fcf4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fffce9e View commit details
    Browse the repository at this point in the history
  8. more on verify mgr

    chenyukang committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    28b12ac View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4062ab9 View commit details
    Browse the repository at this point in the history
  10. fix lazydata issue

    chenyukang committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    b8de60a View commit details
    Browse the repository at this point in the history
  11. cleanup chunk

    chenyukang committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    83fcddc View commit details
    Browse the repository at this point in the history
  12. more cleanups

    chenyukang committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    cb1a784 View commit details
    Browse the repository at this point in the history
  13. cleanup on logs

    chenyukang committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    761bb76 View commit details
    Browse the repository at this point in the history
  14. add pause for child

    chenyukang committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    5eadbff View commit details
    Browse the repository at this point in the history
  15. more on pause for spwan

    chenyukang committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    a358f81 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9a18578 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    81abd80 View commit details
    Browse the repository at this point in the history
  18. clean up and fix tests

    chenyukang committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    28051b4 View commit details
    Browse the repository at this point in the history
  19. fix merge conflicts

    chenyukang committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    51dbb04 View commit details
    Browse the repository at this point in the history
  20. debug command tx

    chenyukang committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    3d75d1e View commit details
    Browse the repository at this point in the history
  21. make clippy happy

    chenyukang committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    7f56f61 View commit details
    Browse the repository at this point in the history
  22. make ci happy

    chenyukang committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    65fd907 View commit details
    Browse the repository at this point in the history
  23. fix graceful shutdown test

    chenyukang committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    7496a79 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f99a334 View commit details
    Browse the repository at this point in the history
  25. fix cycle exceed error

    chenyukang committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    162395c View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    6db4567 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    ffe5e0b View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    d4229dc View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    f19bc9a View commit details
    Browse the repository at this point in the history
  30. cleanup verify_mgr

    chenyukang committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    7a28b24 View commit details
    Browse the repository at this point in the history
  31. clean up verify vms

    chenyukang committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    00cc644 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    45c38b8 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    26ff308 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    6e89557 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    85ba689 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    2e12b7d View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    acbc63e View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    2082a12 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    9c18547 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    91ca9bc View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    7ea8249 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    144b0d5 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    ce2c7fd View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    8f0463a View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    9b1c4f0 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    66298b6 View commit details
    Browse the repository at this point in the history
  47. use notify in verify queue

    chenyukang committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    4e0786d View commit details
    Browse the repository at this point in the history
  48. remove interval in worker

    chenyukang committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    7075a32 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    ad8d55a View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    6a30067 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    095777e View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    cbab07c View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    398a9e0 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    c35511a View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    eb2d225 View commit details
    Browse the repository at this point in the history
  56. code cleanup

    chenyukang committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    404e6d2 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    021ad6e View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    9c77eb8 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    b1d351b View commit details
    Browse the repository at this point in the history
  60. performance tuning

    chenyukang committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    114eb79 View commit details
    Browse the repository at this point in the history
  61. cleanup in verify

    chenyukang committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    fccf89d View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    ae3217d View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    dc94f01 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    92b8d9d View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    08a01d6 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    f050037 View commit details
    Browse the repository at this point in the history
  67. rebase ckb-vm to 0.24.8

    chenyukang committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    bd67a5d View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    7629235 View commit details
    Browse the repository at this point in the history
  69. rebase ckb-vm 0.24.9

    chenyukang committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    7c6aa3e View commit details
    Browse the repository at this point in the history
  70. rollback arc-swap changes

    chenyukang committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    0f2ca33 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    ea3dc87 View commit details
    Browse the repository at this point in the history
  72. Update script/Cargo.toml

    Co-authored-by: ian <me@iany.me>
    chenyukang and doitian committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    5b11d70 View commit details
    Browse the repository at this point in the history
  73. fix conflicts from rebase

    chenyukang committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    f7599d2 View commit details
    Browse the repository at this point in the history
  74. merge new verify

    chenyukang committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    77d6235 View commit details
    Browse the repository at this point in the history
  75. fix rpc docs

    chenyukang committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    8a99a45 View commit details
    Browse the repository at this point in the history
  76. fix conflicts from rebase

    chenyukang committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    8bc0c56 View commit details
    Browse the repository at this point in the history
  77. merge from new verify

    chenyukang committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    4d83bea View commit details
    Browse the repository at this point in the history
  78. fix clippy wanring

    chenyukang committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    c8b6cf4 View commit details
    Browse the repository at this point in the history
  79. cleanup unused code

    chenyukang committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    bca7c0d View commit details
    Browse the repository at this point in the history
  80. fix spawn specs

    chenyukang committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    0d6aeea View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    a00365f View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    cfd998f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    170c5b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1773243 View commit details
    Browse the repository at this point in the history
  4. exec callee pause

    mohanson committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c5292b3 View commit details
    Browse the repository at this point in the history
  5. Clean

    mohanson committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    368124f View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    16d5aa8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b451b3f View commit details
    Browse the repository at this point in the history
  3. clean up

    chenyukang committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    0f76bbe View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

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

    mohanson committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    13fb2df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    527cd17 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. update ckb_schemars

    chenyukang committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    cbf47bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    676b796 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Create up to 64 pipes

    mohanson committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    3739f7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ddc661 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Add spawn dag testcase

    mohanson committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    7f5697a View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Clean codes

    mohanson committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    6a7c0b6 View commit details
    Browse the repository at this point in the history
  2. Update cargo.lock

    mohanson committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    70ccc7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d511fd7 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. clang fmt

    mohanson committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    8f9b967 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Add test_random_dag

    mohanson committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    ac8e152 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Support interpreter ckb-vm

    mohanson committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    6c28298 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Add spawn fuzzing test (nervosnetwork#17)

    * Add spawn fuzzing test
    
    * Fix offset error
    XuJiandong committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    8f40da9 View commit details
    Browse the repository at this point in the history
  2. Adjust cycles charge

    mohanson committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    59a6ac1 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Adjust cycles charge

    mohanson committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    3a3ff6b View commit details
    Browse the repository at this point in the history
  2. Use yield error

    mohanson committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    7517bf5 View commit details
    Browse the repository at this point in the history
  3. Replace unwrap with error

    mohanson committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    8ff30a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70f9361 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd261e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Remove logs

    mohanson committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    a8a30e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Add testcase about spawn (nervosnetwork#19)

    * Add testcase: chech max pipe limits on child
    
    * Optimize test case max_fd_limits
    
    * Fix CI error
    
    * Add testcase about spawn
    
    * Add testcase: Add some code that is not covered
    joii2020 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    a71043f View commit details
    Browse the repository at this point in the history
  2. Adjust spawn_cases

    mohanson committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    380eb9a View commit details
    Browse the repository at this point in the history
  3. Rename PipeId to Fd

    mohanson committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    0f7743e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f32819 View commit details
    Browse the repository at this point in the history
  5. Update ckb-c-stdlib

    mohanson committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    b0ced6e View commit details
    Browse the repository at this point in the history
  6. Remove spawn_fd_limits

    mohanson committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    4fc3ad4 View commit details
    Browse the repository at this point in the history
  7. Rename Pipe to Fd

    mohanson committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    5d6a27f View commit details
    Browse the repository at this point in the history
  8. Fix previous PR

    mohanson committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    9b96f53 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Run make fmt

    mohanson committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    0e653fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1ef6b5 View commit details
    Browse the repository at this point in the history
  3. Add spawn test case with lots of resume/suspend (nervosnetwork#21)

    * Add spawn test case
    
    * Revert Cargo settings
    XuJiandong committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    80fee9d View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

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

    mohanson committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    3754058 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ddedfd View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Remove eprintln!

    mohanson committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    9f816b7 View commit details
    Browse the repository at this point in the history
  2. Quick fix previous commit

    mohanson committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    7cbc55d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97876b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb1d25f View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. cleanup test

    chenyukang committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    5fec33c View commit details
    Browse the repository at this point in the history
  2. fix test for chunk count

    chenyukang committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    6f9374d View commit details
    Browse the repository at this point in the history
  3. add comments

    chenyukang committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    956047e View commit details
    Browse the repository at this point in the history
  4. cleanup clippy

    chenyukang committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    6d32512 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aced82c View commit details
    Browse the repository at this point in the history
  6. merge develop

    chenyukang committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    6f884e6 View commit details
    Browse the repository at this point in the history
  7. resolve conflict

    chenyukang committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    fb604fe View commit details
    Browse the repository at this point in the history
  8. resolve conflict

    chenyukang committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    eb3d08a View commit details
    Browse the repository at this point in the history
  9. Add spawn cycles testcase

    mohanson committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    dc3bb25 View commit details
    Browse the repository at this point in the history
  10. Fix previous commit

    mohanson committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    7b198a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Update spawn_cycles

    mohanson committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    9ca6687 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

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

    mohanson committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    f64d93d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e190794 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c45fc4 View commit details
    Browse the repository at this point in the history
  5. Add test: read\write cycles

    joii2020 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    564cc61 View commit details
    Browse the repository at this point in the history
  6. Clean spawn_io_cycles.c

    mohanson committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    985e44f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d34ca8e View commit details
    Browse the repository at this point in the history
  8. Remove unnecessary comments

    mohanson committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    63d4dde View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1a83097 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    de4a7e4 View commit details
    Browse the repository at this point in the history
  2. Update Cargo.lock

    mohanson committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    345ace6 View commit details
    Browse the repository at this point in the history
  3. Refactoring iterate

    mohanson committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    b9de30f View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary clone

    mohanson committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    67cb7a9 View commit details
    Browse the repository at this point in the history
  5. Simplified set_max_cycles

    mohanson committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    c23f19a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    de38595 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    13bf1fe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    77a2824 View commit details
    Browse the repository at this point in the history
  9. Fix clippy

    mohanson committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    9936a79 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

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

Commits on Apr 29, 2024

  1. Replace + with checked_add

    mohanson committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    f9a7c17 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. add cycles assertions

    chenyukang committed May 6, 2024
    Configuration menu
    Copy the full SHA
    e766bb5 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. sync up with develop

    chenyukang committed May 7, 2024
    Configuration menu
    Copy the full SHA
    3cd39f5 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Refactoring data source

    mohanson committed May 8, 2024
    Configuration menu
    Copy the full SHA
    72aa9e8 View commit details
    Browse the repository at this point in the history
  2. Update cargo.lock

    mohanson committed May 8, 2024
    Configuration menu
    Copy the full SHA
    fa8ac4a View commit details
    Browse the repository at this point in the history
  3. fix conflicts

    chenyukang committed May 8, 2024
    Configuration menu
    Copy the full SHA
    5604965 View commit details
    Browse the repository at this point in the history
  4. merge develop

    chenyukang committed May 8, 2024
    Configuration menu
    Copy the full SHA
    169fd2b View commit details
    Browse the repository at this point in the history
  5. merge new-verify

    chenyukang committed May 8, 2024
    Configuration menu
    Copy the full SHA
    362aadc View commit details
    Browse the repository at this point in the history
  6. sync up with develop

    chenyukang committed May 8, 2024
    Configuration menu
    Copy the full SHA
    384d76f View commit details
    Browse the repository at this point in the history
  7. fix clippy

    chenyukang committed May 8, 2024
    Configuration menu
    Copy the full SHA
    e729974 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Update ckb-vm

    mohanson committed May 15, 2024
    Configuration menu
    Copy the full SHA
    a4fb1db View commit details
    Browse the repository at this point in the history
  2. Update Cargo.lock

    mohanson committed May 15, 2024
    Configuration menu
    Copy the full SHA
    73ca9c2 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. lock cargo shear version

    chenyukang committed May 17, 2024
    Configuration menu
    Copy the full SHA
    379684d View commit details
    Browse the repository at this point in the history
  2. lock cargo shear version

    chenyukang committed May 17, 2024
    Configuration menu
    Copy the full SHA
    305425a View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

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

Commits on May 27, 2024

  1. Fix addr overlap

    mohanson committed May 27, 2024
    Configuration menu
    Copy the full SHA
    4a2f18e View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Update ckb-vm to v0.24.11

    mohanson committed May 28, 2024
    Configuration menu
    Copy the full SHA
    58c8480 View commit details
    Browse the repository at this point in the history
  2. Update Cargo.lock

    mohanson committed May 28, 2024
    Configuration menu
    Copy the full SHA
    daa0700 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Public TxData

    mohanson committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    3c59242 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Changes for spawn debugger

    mohanson committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    4003f03 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. sync with develop

    chenyukang committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    285eab8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27ec1c2 View commit details
    Browse the repository at this point in the history
  3. Update ckb-vm to v0.24.12

    mohanson committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    234f736 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e8e493 View commit details
    Browse the repository at this point in the history
  5. Add missing docs

    mohanson committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    d092376 View commit details
    Browse the repository at this point in the history
  6. Update molecule to 0.8.0

    mohanson committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    eb62b40 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Update cycles

    mohanson committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    770e9ce View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

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

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    ccbb639 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f9b4e0 View commit details
    Browse the repository at this point in the history
  3. fix clippy

    chenyukang committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    4601424 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    7964e56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db9a591 View commit details
    Browse the repository at this point in the history
  3. merge develop

    chenyukang committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    e2bc2d5 View commit details
    Browse the repository at this point in the history
  4. bless clippy

    chenyukang committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    e875acd View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    e10caea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed1d4b9 View commit details
    Browse the repository at this point in the history
  3. Increase to 75000

    mohanson committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    63afcf4 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

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

Commits on Jul 12, 2024

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

Commits on Jul 18, 2024

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

Commits on Jul 19, 2024

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

Commits on Jul 26, 2024

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

Commits on Jul 30, 2024

  1. sync develop

    chenyukang committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    5df355d View commit details
    Browse the repository at this point in the history
  2. Revert "add verify sort key for fee rate"

    This reverts commit 92c9833.
    chenyukang committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    c4da7a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c9bceb View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. sync develop

    chenyukang committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    74cc910 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. merge develop

    chenyukang committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    5db5c87 View commit details
    Browse the repository at this point in the history
  2. Merge pull request nervosnetwork#4380 from libraries/new_spawn

    New spawn with scheduler
    chenyukang committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    a91689c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8fe681 View commit details
    Browse the repository at this point in the history
  4. make clippy happy

    chenyukang committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    46ba28a View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    964817b View commit details
    Browse the repository at this point in the history
  2. fix rpc test

    chenyukang committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    454c1c5 View commit details
    Browse the repository at this point in the history