agent0 icon indicating copy to clipboard operation
agent0 copied to clipboard

Set interactive hyperdrive dot directories to be unique per chain/pool

Open slundqui opened this issue 1 year ago • 1 comments

Interactive hyperdrive uses two places to store files, namely .interactive_state and .crash_report. In the case where we run multiple chains, these files can conflict with each other, overwriting files. Need to update these directory paths based on a unique chain identifier to prevent this. An existing chain identifier already is being used for the postgres docker container (named formatted_rpc_url), so likely can reuse this identifier for the above directories.

slundqui avatar Jan 18 '24 18:01 slundqui

I'm fine as is since each run is executed from its own directory, so they have their own .interactive_state and .crash_report sub-folders.

wakamex avatar Jan 18 '24 18:01 wakamex