Closed dutterbutter closed 4 months ago
Currently evm_setNextBlockTimestamp returns timestamp in a hex format.
evm_setNextBlockTimestamp
Should return timestamp as:
{ "jsonrpc": "2.0", "result": 1750074671, "id": "1234" }
{ "jsonrpc": "2.0", "result": '0x6850052f', "id": "1234" }
Add any other context about the problem here. If applicable, add screenshots to help explain.
Paste any relevant log output here.
This is resolved
🐛 Bug Report for zkSync Era In-Memory Node
📝 Description
Currently
evm_setNextBlockTimestamp
returns timestamp in a hex format.🔄 Reproduction Steps
evm_setNextBlockTimestamp
🤔 Expected Behavior
Should return timestamp as:
😯 Current Behavior
Currently
evm_setNextBlockTimestamp
returns timestamp in a hex format.🖥️ Environment
📋 Additional Context
Add any other context about the problem here. If applicable, add screenshots to help explain.
📎 Log Output