You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DataRootInclusionProof is provided in the RPC methods of celestia-core. The ZKSync integration already has an existing connection to celestia-app via gRPC. We would like to use the existing connection rather than add a different kind of connection to the same box.
Problem Definition
Simplify an integration with ZKSync/ZKStack (Rust code here), uses gRPC celestia-app client borrowed from Astria here.
Proposal
Expose this celestia-core method over celestia-app gRPC
The text was updated successfully, but these errors were encountered:
Summary
DataRootInclusionProof is provided in the RPC methods of celestia-core. The ZKSync integration already has an existing connection to celestia-app via gRPC. We would like to use the existing connection rather than add a different kind of connection to the same box.
Problem Definition
Simplify an integration with ZKSync/ZKStack (Rust code here), uses gRPC celestia-app client borrowed from Astria here.
Proposal
Expose this celestia-core method over celestia-app gRPC
The text was updated successfully, but these errors were encountered: