-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Describe the bug
Cannot use keyboard to interrupt sothis process. Instead, I have to manually kill the process.
Separate issues: cannot kill anvil process with keyboard interrupt, anvil blocks not increasing after the sothis track mode instance is started.
To Reproduce
Steps to reproduce the behavior:
- Run anvil:
anvil --fork-url https://eth-mainnet.alchemyapi.io/v2/xxxx --fork-block-number 17499990 --cups 2000 - Run sothis historic replay instance:
sothis --source_rpc https://mainnet.gateway.tenderly.co/xxxx --replay_rpc http://127.0.0.1:8545 --terminal_block 17500100 - Run sothis track mode instance:
sothis --mode track --source_rpc http://127.0.0.1:8545 --contract_address 0x88e6a0c2ddd26feeb64f039a2c41296fcb3f5640 --storage_slot 0 --filename uniswap-slot0.json --path ./ - Try to use keyboard interrupt on the sothis track mode instance. Does not work, must kill process manually.
- Try to use keyboard interrupt on the anvil process. Does not work, must kill process manually.
- Anvil block number not increasing anymore like it was before the sothis track mode instance was started.
I did not have this issue with track mode on a live node (current block), I have only observed the issue using a local node.
Expected behavior
Can use keyboard interrupt to kill process. Anvil block numbers should increase.
Screenshots
N/A
Setup (please complete the following information):
- OS: Ubuntu 22.04
- Source node: Alchemy
- Replay node: anvil
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels