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 state update job here - https://github.com/karnotxyz/madara-orchestrator/blob/2a9d77b7188afadefe3feba3347a909fc83299ed/crates/orchestrator/src/jobs/state_update_job/mod.rs#L12
settlement_clients
update_state_blobs
kzg_proof
update_state_calldata
onchain_data_hash
onchain_data_size
The text was updated successfully, but these errors were encountered:
Hey! Can I check this one? :)
Sorry, something went wrong.
akhercha
Successfully merging a pull request may close this issue.
Implement state update job here - https://github.com/karnotxyz/madara-orchestrator/blob/2a9d77b7188afadefe3feba3347a909fc83299ed/crates/orchestrator/src/jobs/state_update_job/mod.rs#L12
settlement_clients
similar to how its done in Publish State Diff to Eth #7update_state_blobs
. We need to figure out how to calculatekzg_proof
hereupdate_state_calldata
. We need to figure out how to calculateonchain_data_hash
andonchain_data_size
hereThe text was updated successfully, but these errors were encountered: