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
Description
Warning
This is blocked by #159
Add unit tests for the EthereumDataSource.
These tests will need to use mock/test chain providers and blob providers for constructing the data source.
They should validate when open_data is called that
open_data
ecotone_timestamp
block_ref
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
Warning
This is blocked by #159
Add unit tests for the EthereumDataSource.
These tests will need to use mock/test chain providers and blob providers for constructing the data source.
They should validate when
open_data
is called thatecotone_timestamp
is not set and a calldata source should be returned.ecotone_timestamp
is set and theblock_ref
timestamp is prior to theecotone_timestamp
, a calldata source is created.ecotone_timestamp
is set and theblock_ref
timestamp is greater than or equal to theecotone_timestamp
, a blob provider is created.The text was updated successfully, but these errors were encountered: