pathfinder
pathfinder copied to clipboard
defer deployed contract address computation to a stage during sync
Right now TransactionVariant::try_from_dto
can trigger deployed contract address computation (literally hashing) depending on transaction type in async context. This should deferred as long as possible to (hopefully) after commitment verification.