Skip to content

Commit cbf2e92

Browse files
committed
docs(evm): attribute aligned metadata to the endorser's translator
The initiator no longer builds a StateDelta (LFDT-Panurus#2229): only the endorser's DeltaFactory does, and that is where the aligned metadata lists actually come from. "The driver" was accurate before that change and misleading after it. Signed-off-by: atharrva01 <atharvaborade568@gmail.com>
1 parent 1e0337c commit cbf2e92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/services/network-ethereum.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ the table to reach for when a transaction reverts.
596596
|---|---|---|
597597
| `NotInitialized` | The clone was never seeded | Deployment did not go through the factory |
598598
| `AnchorAlreadyProcessed` | This anchor was applied before | A resubmitted transaction, or a genuine replay attempt |
599-
| `MetadataLengthMismatch` | Key and value lists differ in length | A malformed delta; the driver builds these aligned |
599+
| `MetadataLengthMismatch` | Key and value lists differ in length | A malformed delta; the endorser's translator builds these aligned |
600600
| `InsufficientEndorsements` | Fewer signatures than the threshold | An endorser was unreachable when the quorum was collected |
601601
| `UnauthorizedSigner` | A signature came from a non-endorser | The driver's endorser set has drifted from the contract's |
602602
| `DuplicateSigner` | The same endorser signed twice | A broken initiator; N signatures from one endorser are not N endorsements |

0 commit comments

Comments
 (0)