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
In the current system we use the L2 rpc to grab the commitBatch transaction hash and the proveBatch tx hash. There are some scenarios where the L1 will get this proveBatches transaction before it is reflected in the RPC response. We want to add an optional cli argument for the proveTxHash that will supersede what's returned in that call.
Acceptance Criteria
Add new proveTxHash cli argument
Update function to use the proveTxHash when supplied, properly handling when both are empty
References
This pr added a new cli argument for the schedule key file path
The text was updated successfully, but these errors were encountered:
Motivation
In the current system we use the L2 rpc to grab the commitBatch transaction hash and the proveBatch tx hash. There are some scenarios where the L1 will get this proveBatches transaction before it is reflected in the RPC response. We want to add an optional cli argument for the proveTxHash that will supersede what's returned in that call.
Acceptance Criteria
References
This pr added a new cli argument for the schedule key file path
The text was updated successfully, but these errors were encountered: