hedera-json-rpc-relay icon indicating copy to clipboard operation
hedera-json-rpc-relay copied to clipboard

Hanging or No Response Error for Succeeding Contract Deployment via CREATE2

Open mgarbs opened this issue 7 months ago • 4 comments

Description

When deploying a contract via CREATE2 using the relay, the contract is successfully deployed on the network. However, the frontend/sdk level RPC response either hangs or returns an error, despite the transaction succeeding.

Example:

Example transaction: Hashscan Transaction Thirdweb Dashboard Import: Thirdweb Contract

Steps to reproduce

Steps to Reproduce:

Deploy a contract via CREATE2 using the JSON-RPC. Observe the frontend/sdk level response. Expected Behavior: The RPC response should correctly indicate the success of the transaction.

Behavior: The RPC response hangs or returns an error despite the transaction succeeding on the network.

Additional Information:

The issue has been observed with deployments via a CREATE2 factory. Screenshot of the error is attached under additional context.

Additional context

image

Hedera network

mainnet

Version

v.50

Operating system

macOS

mgarbs avatar Jun 30 '24 23:06 mgarbs