internet-computer-protocol / evm-rpc-canister

Interact with EVM blockchains from the Internet Computer.
https://internetcomputer.org/docs/current/developer-docs/multi-chain/ethereum/evm-rpc/overview
Apache License 2.0
63 stars 13 forks source link

logs: combine outputs from EVM RPC and ckETH codebases #139

Closed rvanasa closed 9 months ago

rvanasa commented 9 months ago

This PR exposes logs from the ckETH codebase on the /logs HTTP endpoint in addition to the output specific to the EVM RPC canister. Also included some more logging of administrative actions.

Resolves #136.