Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ignore some receipt fileds for metis #6590

Merged
merged 1 commit into from
Dec 16, 2022
Merged

ignore some receipt fileds for metis #6590

merged 1 commit into from
Dec 16, 2022

Conversation

ericlee42
Copy link
Contributor

Motivation

Add ignore rule for Metis RPC

curl -X POST 'https://andromeda.metis.io/?owner=1088' -H 'Content-Type: application/json' --data-raw '{
	"id": "1",
	"jsonrpc": "2.0",
	"method": "eth_getTransactionReceipt",
	"params": ["0x931d5f82512a2116cde0963f6747022353260c6958f990c1ca5472b2f4290938"]
}'
{
    "jsonrpc": "2.0",
    "id": "1",
    "result": {
        "blockHash": "0xe24f003576c40c17237df00c9f4193d80b63894df708082c974acd6816335351",
        "blockNumber": "0x3fca00",
        "contractAddress": null,
        "cumulativeGasUsed": "0x5208",
        "from": "0xc519c75cf9de75311e6797cb3a3c641a01bdb1d5",
        "gasUsed": "0x5208",
        "l1Fee": "0x0",
        "l1FeeScalar": "8",
        "l1GasPrice": "0x0",
        "l1GasUsed": "0x1256",
        "logs": [],
        "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
        "status": "0x1",
        "to": "0x9bfed8dffcf24e044f17aae9a0a9d8f96fef51a0",
        "transactionHash": "0x931d5f82512a2116cde0963f6747022353260c6958f990c1ca5472b2f4290938",
        "transactionIndex": "0x0"
    }
}

Changelog

Enhancements

Things you added that don't break anything. Regression tests for Bug Fixes count as Enhancements.

Bug Fixes

*Things you changed that fix bugs. If a fixes a bug, but in so doing adds a new requirement, removes code, or requires a

Incompatible Changes

Things you broke while doing Enhancements and Bug Fixes. Breaking changes include (1) adding new requirements and (2) removing code. Renaming counts as (2) because a rename is a removal followed by an add.

Upgrading

If you have any Incompatible Changes in the above Changelog, outline how users of prior versions can upgrade once this PR lands or when reviewers are testing locally. A common upgrading step is "Database reset and re-index required".

Checklist for your Pull Request (PR)

@vbaranov vbaranov self-requested a review December 16, 2022 19:17
@vbaranov vbaranov merged commit 4a98f20 into blockscout:master Dec 16, 2022
@ericlee42 ericlee42 deleted the metis branch December 17, 2022 04:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants