We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need an integration test in lotus for several block properties:
blockhash
block.basefee
block.chainid
lotus/build/params_mainnet.go
Line 136 in 61f29a8
block.number
block.timestamp
These can't be tested in the FVM itself as they depend on information from lotus (exposed through the FFI).
See https://docs.soliditylang.org/en/v0.8.18/units-and-global-variables.html#block-and-transaction-properties
The text was updated successfully, but these errors were encountered:
snissn
No branches or pull requests
We need an integration test in lotus for several block properties:
blockhash
-- the digest from the tipset CID.block.basefee
block.chainid
(lotus/build/params_mainnet.go
Line 136 in 61f29a8
block.number
(epoch)block.timestamp
(from the block header)These can't be tested in the FVM itself as they depend on information from lotus (exposed through the FFI).
See https://docs.soliditylang.org/en/v0.8.18/units-and-global-variables.html#block-and-transaction-properties
The text was updated successfully, but these errors were encountered: