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

implement Avail DA #31

Closed
0x5ea000000 opened this issue Jul 9, 2024 · 2 comments
Closed

implement Avail DA #31

0x5ea000000 opened this issue Jul 9, 2024 · 2 comments

Comments

@0x5ea000000
Copy link
Contributor

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

  1. Create a new crate inside da_clients

  2. 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
@0x5ea000000
Copy link
Contributor Author

@apoorvsadana Can I take this issue?

@0x5ea000000 0x5ea000000 mentioned this issue Jul 9, 2024
2 tasks
@ocdbytes
Copy link
Member

Hey @0x5ea000000

Someone else is also working on this issue. Closing this for now.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants