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
implement Avail as an option for data availability
Ethereum 4844 DA support should be added with this PR - #7. Adding new DA layers should be very similar to this approach. The steps would be Create a new crate inside da_clients Implement the DaClient trait from da-client-interface publish_state_diff: push the data on chain and return the txn_hash verify_inclusion: taking the txn_hash as input, check if the txn has been finalized on chain
Ethereum 4844 DA support should be added with this PR - #7. Adding new DA layers should be very similar to this approach. The steps would be
Create a new crate inside da_clients
da_clients
Implement the DaClient trait from da-client-interface
DaClient
da-client-interface
publish_state_diff
verify_inclusion
The text was updated successfully, but these errors were encountered:
@apoorvsadana Can I take this issue?
Sorry, something went wrong.
Hey @0x5ea000000
Someone else is also working on this issue. Closing this for now.
Thanks
No branches or pull requests
implement Avail as an option for data availability
The text was updated successfully, but these errors were encountered: