C API v0.19.0
What's Changed
- rpcdaemon: fix eth_estimateGas error handling by @lupin012 in #1969
- rpcdaemon: improve JWT handling in HTTP connection by @canepat in #1982
- rpcdaemon: add safe and finalized blocks in BlockNumberOrHash by @lupin012 in #1984
- rpcdaemon: fix block header serialization for erigon_getHeaderByHash by @lupin012 in #1985
- rpcdaemon: fix warning in StateChanges stream unit test by @canepat in #1988
- rpcdaemon: compatibility flag in trace_get API by @Sixtysixter in #1983
- rpcdaemon: erigon_getLatestLogs fix retrieving latest block by @lupin012 in #1996
- rpcdaemon: fix JSON for empty logs in erigon_getLogsByHash by @lupin012 in #1997
- rpcdaemon: fix crash in trace_replay* API by @Sixtysixter in #1995
- rpcdaemon: add blob check on evm executor by @lupin012 in #1990
- rpcdaemon: fix retry logic in eth_estimateGas by @lupin012 in #1991
- rpcdaemon: fix check for excess blob gas in EVM executor by @lupin012 in #1998
- rpcdaemon: add missing fields in ots_getBlockTransactions by @lupin012 in #1999
- db: missing length errors in access layer by @canepat in #2001
- rpcdaemon: eth_createAccessList shouldn't modify input Call by @lupin012 in #2005
- rpcdameon: fix erigon_getLatestLogs with logCount by @lupin012 in #2007
- rpcdaemon: add optional blob fields in ots_getBlockDetails by @lupin012 in #2009
- rpcdaemon: fix on withdrawals in ots_getBlockDetailsByHash by @lupin012 in #2011
- docs: add Erigon++ section in README by @canepat in #2014
- rpcdaemon: undefined instruction error message in TraceTracer by @Sixtysixter in #2010
- rpcdaemon: fix block issuance and upgrade rpc-tests by @lupin012 in #2012
- rpcdaemon: fix undefined instruction error in trace_call by @canepat in #2020
- rpcdaemon: fix eth_call without sender by @lupin012 in #2019
- rpcdaemon: fix on create failure trace by @Sixtysixter in #2021
- rpcdaemon: out of gas error message by @Sixtysixter in #2006
- core, rpcdaemon: gas bailout in EVM by @Sixtysixter in #2031
- sentry: add exception handling for main tasks by @canepat in #2032
- rpcdaemon: fix ots_searchTransactionsBefore + ots_searchTransactionsAfter by @lupin012 in #2022
- rpcdaemon: fix in ots_getTransactionError by @lupin012 in #2034
- rpcdaemon: Fix ots get internal operation by @lupin012 in #2038
- snapshots: optimize BodyTxsAmountQuery using skip by @battlmonstr in #2045
- rpcdaemon: fix ots_traceTransaction by @lupin012 in #2043
- rpcdaemon: fix result as error in some ots API by @lupin012 in #2053
- sentry: improve reconnect_channel logging by @battlmonstr in #2054
Full Changelog: capi-0.18.0...capi-0.19.0
Fixes