remix-project
remix-project copied to clipboard
fix: use contract address in logs for contract deployments
This PR fixes the TODO comments in logsManager.ts by using the contract address from the transaction receipt when a transaction is a contract deployment. Changes made:
- In checkBlock method: use receipt.contractAddress if available
- In getLogsByTxHash method: check for receipt.contractAddress and use it if available
- In getLogsFor method: check for receipt.contractAddress and use it if available
Deploy request for remixproject pending review.
Visit the deploys page to approve it
| Name | Link |
|---|---|
| Latest commit | a727f69ffcc58d12ccfa61d8d7d96ecc7dab4806 |