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
{{ message }}
This repository was archived by the owner on Feb 17, 2025. It is now read-only.
* remove intermediate state root from receipts after Etrog
* use receipt state returned by executor instead of checking the RomError
* use receipt status from executor only after Etrog
* fix gasLimit and cumulativeGasUsed for Elderberry txs (#3428)
* keep im state root in db (#3427)
* generate receipt refactor (#3436)
* generate receipt refactor
* update prover image
* downgrade prover image
---------
Co-authored-by: agnusmor <[email protected]>
Co-authored-by: Toni Ramírez <[email protected]>
Copy file name to clipboardExpand all lines: proto/src/proto/executor/v1/executor.proto
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -872,4 +872,6 @@ enum ExecutorError {
872
872
EXECUTOR_ERROR_INVALID_DATA_STREAM=115;
873
873
// EXECUTOR_ERROR_INVALID_UPDATE_MERKLE_TREE indicates that the provided update merkle tree is invalid, e.g. because the executor is configured not to write to database
874
874
EXECUTOR_ERROR_INVALID_UPDATE_MERKLE_TREE=116;
875
+
// EXECUTOR_ERROR_SM_MAIN_INVALID_TX_STATUS_ERROR indicates that a TX has an invalid status-error combination
0 commit comments