Eval Exec

Results 155 issues of Eval Exec

### What problem does this PR solve? `Shared::with_temp_db` is only used by unit test, and the rocksdb should be inited in a non exist path. In the develop branch, if...

## Bug Report On develop branch's merge queue CI workflow, commit [5975fda61bd3a03ec2a4a6075a4e627f185b4d2f](https://github.com/nervosnetwork/ckb/tree/5975fda61bd3a03ec2a4a6075a4e627f185b4d2f), unit test: `test_package_txs_with_deps` failed. https://github.com/nervosnetwork/ckb/actions/runs/6639559667/job/18038179855 ``` FAIL [ 121.180s] ckb-chain tests::dep_cell::test_package_txs_with_deps --- STDOUT: ckb-chain tests::dep_cell::test_package_txs_with_deps --- running 1...

p:should-have
t:bug

## Feature Request #### Is your feature request related to a problem? Please describe. Currently, the CI process allows pull requests to be added to the merge queue regardless of...

t:enhancement
t:ci

### What problem does this PR solve? Issue Number: close #4230 What's Changed: ### Related changes - [x] Fix `ChainService`'s `truncate_block` method - [x] Add `truncate-block` subcommand - [ ]...

## Feature Request #### Is your feature request related to a problem? Please describe. Reproducible builds ensure that given the same source code and build environment, the resulting binaries are...

t:enhancement
t:ci
stale

## Feature Request #### Is your feature request related to a problem? Please describe. We are proposing the hardcoding of a default `assume_valid_target` in order to reduce the timecost of...

t:enhancement

## Feature Request Currently, the `IntegrationTestRPC::truncate` RPC is disabled in non-dev mode, and it doesn't work well in non-dev mode. https://github.com/nervosnetwork/ckb/blob/98678a812023cfbbae363912995e4d3c3eb51458/rpc/src/service_builder.rs#L158-L163 Consider adding the `truncate` feature as a subcommand in...

good first issue
p:should-have
t:enhancement
stale

### What problem does this PR solve? (This PR is created from `v0.111.0`) `cache_entries` should be logged. What's Changed: ### Related changes - PR to update `owner/repo`: - Need to...

## Bug Report When `make test` and `make integration` finished, there are many temporary dirs created by ckb exists in `TMPDIR`. ### Current Behavior ### Expected Behavior I expect temporary...

good first issue
t:bug
stale

### What problem does this PR solve? Problem Summary: https://github.com/nervosnetwork/ckb/blob/4df2be040409473b3839cf7bf4050bc25282ccb4/sync/src/types/mod.rs#L709-L717 In `InflightBlocks::prune` method: assume `self.inflight_states` contains these inflight blocks: ``` { (99, block_hash-99) // BLOCK_VALID (tip_header) (100, block_hash-100) // timeout...