C API v0.15.0
Key Change
- capi: split
silkworm_execute_blocks()
into functions with ext and int txns by @JacekGlen in #1917
What's Changed - Full list
- db: decouple db module by @battlmonstr in #1885
- rpcdaemon: fix in http response failed by @lupin012 in #1888
- stagedsync: do not share global node_settings with stages by @battlmonstr in #1889
- stagedsync: fix Clang Tidy warnings after PR 1889 by @canepat in #1891
- stagedsync: add CallTraceIndex stage by @canepat in #1892
- rpcdaemon: print address on error in execution pre-checks by @lupin012 in #1886
- rpcdaemon: fix interface log settings for Engine RPC end-point by @canepat in #1898
- rpcdaemon: fix Windows build after PR 1898 by @canepat in #1899
- rpcdaemon: fix position of logs folder by @canepat in #1900
- cmake: use absolute path when applying exclude regex by @lupin012 in #1902
- node: refactorings related to NodeSettings and stages by @battlmonstr in #1890
- stagedsync: unit test for CallTraceIndex stage by @canepat in #1895
- node: fix Clang Tidy after PR 1890 by @canepat in #1903
- sentry: fix unhandled exception in peer handshake close by @canepat in #1897
- sentry: cleanup handshake_promise shutdown handling by @battlmonstr in #1904
- db: move db to the root level by @battlmonstr in #1894
- rpcdaemon: fix account state in debug_accountAt by @Sixtysixter in #1893
- evmone: disabled warnings about C++ attributes by @chfast in #1908
- cmake: detect sublibraries by @battlmonstr in #1905
- capi: fix SAN builds by @battlmonstr in #1910
- db/mdbx submodule by @battlmonstr in #1906
- rpcdaemon: add HTTP gzip compression (no streaming) by @lupin012 in #1909
- rpcdaemon: fix Clang Tidy after PR 1909 by @canepat in #1913
- rpcdaemon: add http_compression flag by @lupin012 in #1912
- cmd: better command options in snapshots tool by @canepat in #1915
- snapshots: less false-positives feature in recsplit by @canepat in #1916
- snapshots: fix unit tests on Windows after PR 1916 by @canepat in #1918
- db: replace HeadInfo with ChainHead by @battlmonstr in #1907
- snapshots: refactorings by @battlmonstr in #1911
- infra, db: fix Clang Tidy and Win build after PR 1911 by @canepat in #1919
- rpcdaemon: negotiation and validation of HTTP compression scheme by @lupin012 in #1914
- rpcdaemon: simplify HTTP gzip compression handling by @canepat in #1923
- tests: pause/resume Erigon, save test results by @mriccobene in #1921
- capi: split
silkworm_execute_blocks()
into functions with ext and int txns by @JacekGlen in #1917
Full Changelog: capi-0.14.0...capi-0.15.0