mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 23:47:55 -05:00
* update for smart-contract-errors.toml * remove ref to deprecated errors in coordinator * update bridge-ui abi
44 lines
1.6 KiB
TOML
44 lines
1.6 KiB
TOML
##
|
|
# Smart contract error codes from:
|
|
# https://www.notion.so/consensys/Smart-Contracts-Error-Code-Registry-bb4bd68f8ddf4b0ba90000d1136e42ef
|
|
##
|
|
|
|
[smart-contract-errors]
|
|
# L1 Linea Rollup
|
|
"0f06cd15" = "DataAlreadySubmitted"
|
|
"c01eab56" = "EmptySubmissionData"
|
|
"36459fa0" = "L1RollingHashDoesNotExistOnL1"
|
|
"70614405" = "FinalBlockNumberLessThanOrEqualToLastFinalizedBlock"
|
|
"2898482a" = "FinalBlockStateEqualsZeroHash"
|
|
"bf81c6e0" = "FinalizationInTheFuture"
|
|
"0c256592" = "MissingMessageNumberForRollingHash"
|
|
"5228f4c8" = "MissingRollingHashForMessageNumber"
|
|
"729eebce" = "FirstByteIsNotZero"
|
|
"6426c6c5" = "BytesLengthNotMultipleOf32"
|
|
"68dcad5f" = "PointEvaluationResponseInvalid"
|
|
"f75db381" = "PrecompileReturnDataLengthWrong"
|
|
"a71194af" = "PointEvaluationFailed"
|
|
"bc5aad11" = "FinalizationStateIncorrect"
|
|
"b1504a5f" = "BlobSubmissionDataIsMissing"
|
|
"c0e41e1d" = "EmptyBlobDataAtIndex"
|
|
"d3664fb3" = "FinalShnarfWrong"
|
|
"4e686675" = "L2MerkleRootDoesNotExist"
|
|
"e5d14425" = "L2MerkleRootAlreadyAnchored"
|
|
"0c91d776" = "BytesLengthNotMultipleOfTwo"
|
|
"ead4c30e" = "StartingRootHashDoesNotMatch"
|
|
"7907d79b" = "ProofIsEmpty"
|
|
"69ed70ab" = "InvalidProofType"
|
|
"09bde339" = "InvalidProof"
|
|
"c0a71b58" = "IsPaused"
|
|
"18659654" = "IsNotPaused"
|
|
"ca389c44" = "InvalidProofOrProofVerificationRanOutOfGas"
|
|
"6e5424c2" = "ParentBlobNotSubmitted"
|
|
"edeae83c" = "FinalBlobNotSubmitted"
|
|
|
|
# L2 Message Service
|
|
"3b174434" = "MessageHashesListLengthHigherThanOneHundred"
|
|
"6446cc9c" = "MessageHashesListLengthIsZero"
|
|
"d39e75f9" = "L1MessageNumberSynchronizationWrong"
|
|
"7557a60a" = "L1RollingHashSynchronizationWrong"
|
|
"36a4bb94" = "FinalRollingHashIsZero"
|