Eval Exec
Eval Exec
## Feature Request #### Is your feature request related to a problem? Please describe. As CKB nodes continue to grow with more blocks, the data directory's disk space usage increases...
## Feature Request #### Is your feature request related to a problem? Please describe. When running `ckb run`, it would be ideal if the absence of the `default.db-options` file in...
### What problem does this PR solve? ### What is changed and how it works? Proposal: [xxx](url) What's Changed: ### Related changes - [ ] Add guide to start ckb...
### What problem does this PR solve? This PR aims to verify script groups in parallel. ### What is changed and how it works? ### Related changes - use rayon...
## Bug Report ### Current Behavior Seems that a integration test stuck on MacOS. https://github.com/nervosnetwork/ckb/actions/runs/9936176897/job/27443842912 ### Expected Behavior After investigation, it's `ForkedTransaction` stall 2 hours. ### Environment - **CKB version**:...
### What problem does this PR solve? Problem Summary: I believe that loading the COLUMN_NUMBER_HASH data in ckb-shared is not appropriate; it should be moved to ckb-store. ### What is...
Support find language-server.js file since copilot-node-server rename agent.js to language-server.js
copilot-node-server renamed agent.js to language-server.js: https://github.com/jfcherng/copilot-node-server/pull/10/files
Should remove the extra ` char in the beginning and ending of the line. 
- **upgrade rust-toolchain to 1.85.0** - **Apply cargo clippy suggestion fix** - **Add explicit lifetime to PluginSubCommand and YamlEmitter** - **Upgrade tokio, openssl, fix security-audit**