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

Investigate: rpc fails when calling (eth_call) getTimestamp view function #263

Closed
elmato opened this issue Jul 31, 2024 · 0 comments · Fixed by #280 or #281
Closed

Investigate: rpc fails when calling (eth_call) getTimestamp view function #263

elmato opened this issue Jul 31, 2024 · 0 comments · Fixed by #280 or #281
Assignees
Labels
bug Something isn't working 👍 lgtm

Comments

@elmato
Copy link
Contributor

elmato commented Jul 31, 2024

pragma solidity >=0.7.6;

contract TimeShow {
    function getTimestamp() public view  returns (uint) {
        return block.timestamp;
    } 
}
@elmato elmato added the bug Something isn't working label Jul 31, 2024
@elmato elmato self-assigned this Jul 31, 2024
@github-project-automation github-project-automation bot moved this to Todo in EOS EVM Jul 31, 2024
@stephenpdeos stephenpdeos changed the title rpc fails when calling (eth_call) getTimestamp view function Investigate: rpc fails when calling (eth_call) getTimestamp view function Aug 14, 2024
@arhag arhag added this to the EVM Node v1.0.0 milestone Aug 21, 2024
@elmato elmato linked a pull request Aug 21, 2024 that will close this issue
@elmato elmato moved this from In Progress to Awaiting Review in EOS EVM Aug 21, 2024
@arhag arhag linked a pull request Aug 21, 2024 that will close this issue
@github-project-automation github-project-automation bot moved this from Awaiting Review to Done in EOS EVM Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working 👍 lgtm
Projects
Status: Done
3 participants