Skip to content

Latest commit

 

History

History
114 lines (83 loc) · 2.8 KB

File metadata and controls

114 lines (83 loc) · 2.8 KB

Changelog

Added

  • Added gRPC execution client implementation for remote execution services using Connect-RPC protocol (#2490)
  • Added ExecutorService protobuf definition with InitChain, GetTxs, ExecuteTxs, and SetFinal RPCs (#2490)
  • Added new grpc app for running EVNode with a remote execution layer via gRPC (#2490)

Changed

  • Updated EVM execution client to use new txpoolExt_getTxs RPC API for retrieving pending transactions as RLP-encoded bytes

Deprecated

Removed

Fixed

  • Pass correct namespaces for header and data to the da layer for posting (#2560)

Security