Eval Exec

Results 162 comments of Eval Exec

> Hi, I linked the [PR](https://github.com/nervosnetwork/ckb-sdk-go/pull/240) with my implementation. Thank you!

@uuhan Hello, could you provide the db file, so we can reproduce it locally?

The relative log is: ``` ./lnd-debug --bitcoin.active --bitcoin.testnet --debuglevel=debug --bitcoin.node=neutrino --neutrino.connect=faucet.lightning.community --no-macaroons 2023-01-22 17:48:59.051 [WRN] LTND: open /home/exec/.lnd/lnd.conf: no such file or directory 2023-01-22 17:48:59.051 [INF] LTND: Version: 0.15.99-beta commit=tlv/v1.1.0-262-g35caaf3c5,...

``` $ uname -a Linux Mufasa 6.0.12-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 08 Dec 2022 11:03:38 +0000 x86_64 GNU/Linux $ htop --version htop 3.2.1 $ lsb_release -a LSB Version: n/a Distributor...

objdump file is attached here: ```bash objdump -d -S -w `which htop` > ~/htop.objdump ``` [htop.objdump.tar.gz](https://github.com/htop-dev/htop/files/10269024/htop.objdump.tar.gz)

> Is it always reproducible (in particular on an idle system)? No, it rarely happens. > Could you try to reproduce under gdb? It's hard to reproduce this bug, but...

The benchmark results will be available tomorrow.

![rayon-script](https://github.com/user-attachments/assets/789c5e21-074a-4ee7-b2c9-d2f2c9ca9733) The concurrent verification of script groups does not significantly improve synchronization speed.

Great idea! As the number of blocks increases, the time consumed by Header Sync is also increasing significantly. CKB is planning to use the Light Client protocol to replace the...