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

test: mock HTTPS outcalls in state machine tests #89

Closed rvanasa closed 11 months ago

rvanasa commented 11 months ago

Adds a mechanism for mocking HTTP requests (based on this MR from ckETH).

Resolves #87.