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

Nimbus t8n accept withdrawals records #1505

Closed
winsvega opened this issue Mar 16, 2023 · 0 comments · Fixed by #1514
Closed

Nimbus t8n accept withdrawals records #1505

winsvega opened this issue Mar 16, 2023 · 0 comments · Fixed by #1514

Comments

@winsvega
Copy link

Seems that nimbus t8n does not support withdrawals in env input yet.
The example of the input with withdrawals record:

Env:
{
    "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
    "currentNumber" : "0x01",
    "currentTimestamp" : "0x079e",
    "currentGasLimit" : "0x7fffffffffffffff",
    "previousHash" : "0x151934ad9b654c50197f37018ee5ee9bb922dec0a1b5e24a6d679cb111cdb107",
    "parentTimestamp" : "0x03b6",
    "parentDifficulty" : "0x00",
    "parentUncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
    "currentRandom" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "withdrawals" : [
        {
            "index" : "0x0",
            "validatorIndex" : "0x0",
            "amount" : "0x2710",
            "address" : "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b"
        }
    ],
    "parentBaseFee" : "0x0a",
    "parentGasUsed" : "0x00",
    "parentGasLimit" : "0x7fffffffffffffff",
    "blockHashes" : {
        "0" : "0x151934ad9b654c50197f37018ee5ee9bb922dec0a1b5e24a6d679cb111cdb107"
    }
}
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 a pull request may close this issue.

1 participant