Eval Exec
Eval Exec
**Is your feature request related to a problem? Please describe.** minstant is drop-in replacement for [std::time::Instant](https://doc.rust-lang.org/std/time/struct.Instant.html) that measures time with high performance and high accuracy powered by [TSC](https://en.wikipedia.org/wiki/Time_Stamp_Counter). **Describe the...
This PR modifies the `register_*` macro to use the `and_then` method instead of `unwrap` to handle errors. The purpose of this change is to improve error handling and make the...
- [x] Support `test_tx_pool_accept` Need - https://github.com/nervosnetwork/ckb-standalone-debugger/pull/130 - https://github.com/nervosnetwork/ckb-sdk-rust/pull/115
`ckb-cli` should be upgraded because `ckb` has upgraded its Rust toolchain. https://github.com/nervosnetwork/ckb/pull/4356
`DaoPrepareOne` [failed](https://github.com/nervosnetwork/ckb-cli/actions/runs/5452440627/jobs/9919950499?pr=557) tx_index: 0 lock_hash: 0x32e555f3ff8e135cece1351a6a2971518392c1e30375c1e006ad0ce8eac07947 mature: true number: 3344 output_index: 0 tx_hash: 0x3c4f6647c1f76d3d8ec85691c3771f82f8c73c99a83c8ae47953e2280e209382 type_hashes: ~ - capacity: 62808.5855088 (CKB) data_bytes: 0 index: output_index: 0 tx_index: 0 lock_hash: 0x32e555f3ff8e135cece1351a6a2971518392c1e30375c1e006ad0ce8eac07947 mature:...
`DaoPrepareMultiple` [failed](https://github.com/nervosnetwork/ckb-cli/actions/runs/5420726369/jobs/9857018733) : [2023-06-30T09:52:48Z INFO ckb_cli_test] ==================== DaoPrepareMultiple ==================== [2023-06-30T09:52:48Z INFO ckb_cli_test::util] [Execute]: /home/runner/work/ckb-cli/ckb-cli-integration/ckb_v0.108.0_x86_64-unknown-linux-gnu/ckb "-C /tmp/.tmpjUXxnp init --chain dev --rpc-port 8000 --p2p-port 8100" [2023-06-30T09:52:48Z INFO ckb_cli_test::setup] run ckb: "/home/runner/work/ckb-cli/ckb-cli-integration/ckb_v0.108.0_x86_64-unknown-linux-gnu/ckb" "-C"...
**Describe the bug** App crash when I scroll back playlist **To Reproduce** It's hard to reproduce **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots**...
https://user-images.githubusercontent.com/46400566/214021947-dbb2f8e3-7cee-4691-8d8f-c1baae56e846.mp4
> Note: Please use Issues only for bug reports. For questions, discussions, feature requests, etc. post to dev group: https://groups.google.com/forum/#!forum/rocksdb or https://www.facebook.com/groups/rocksdb.dev ### Expected behavior Expect `make db_bench` succcess ###...