reilabs / starknet-replay

CLI tool to replay Starknet transactions and profile libfuncs usage.
0 stars 0 forks source link

Refactor `get_chain_id` #19

Closed Eagle941 closed 1 month ago

Eagle941 commented 1 month ago

Change return type of get_chain_id from Result<ChainId, RunnerError> to Result<ChainId, DatabaseError>.

Also move the function get_chain_id in pathfinder_db module.

Eagle941 commented 1 month ago

Done in file_output branch.