pathfinder icon indicating copy to clipboard operation
pathfinder copied to clipboard

defer deployed contract address computation to a stage during sync

Open CHr15F0x opened this issue 8 months ago • 0 comments

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.

CHr15F0x avatar Jun 13 '24 12:06 CHr15F0x