erigon-pulse/eth/ethconfig
canepat 47690db676
Block execution using embedded Silkworm (#8353)
This introduces _experimental_ block execution run by embedded Silkworm
API library:

- new command-line option `silkworm.path` to enable the feature by
specifying the path to the Silkworm library
- the Silkworm API shared library is dynamically loaded on-demand
- currently requires to build Silkworm library on the target machine
- available only on Linux at the moment: macOS has issue with [stack
size](https://github.com/golang/go/issues/28024) and Windows would
require [TDM-GCC-64](https://jmeubank.github.io/tdm-gcc/), both need
dedicated effort for an assessment
2023-10-05 09:27:37 +07:00
..
estimate Revert "reduce amount of index workers (#8192)" 2023-09-14 12:25:01 +07:00
config.go Block execution using embedded Silkworm (#8353) 2023-10-05 09:27:37 +07:00
erigon3_test_disable.go remove txsV3 cli flag (#7644) 2023-06-03 15:54:27 +07:00
erigon3_test_enable.go remove txsV3 cli flag (#7644) 2023-06-03 15:54:27 +07:00
erigon4_test_enable.go remove txsV3 cli flag (#7644) 2023-06-03 15:54:27 +07:00
gen_config.go Enforce blockReader interface (#7737) 2023-06-15 13:11:51 +07:00
tx_pool.go increase loginterval of txpool and p2p logs (#8291) 2023-09-26 13:29:19 +07:00