- Added gRPC execution client implementation for remote execution services using Connect-RPC protocol (#2490)
- Added
ExecutorServiceprotobuf definition with InitChain, GetTxs, ExecuteTxs, and SetFinal RPCs (#2490) - Added new
grpcapp for running EVNode with a remote execution layer via gRPC (#2490)
- Updated EVM execution client to use new
txpoolExt_getTxsRPC API for retrieving pending transactions as RLP-encoded bytes
- Pass correct namespaces for header and data to the da layer for posting (#2560)