-
Couldn't load subscription status.
- Fork 50
Closed
Labels
Audit: Contract Reviews 👀Internal reviewInternal reviewCompatibility: ABI change 🗯Smart contract ABI is changing.Smart contract ABI is changing.Package: ContractsCourt smart contractsCourt smart contractsType: Enhancement ✨
Description
Rationale
The externalDisputeID (aka evidenceGroupID in v1 ERC-1497) has been introduced to allow pre-dispute evidence submission.
Following the conclusion of #2160, the protocol only supports evidence submission by the user (not the Arbitrable contract) for an already existing dispute.
Impact
IEvidence.Evidence
- Replace
externalDisputeIDby_arbitratorDisputeID
IArbitrable.DisputeRequest
- Remove
externalDisputeID. _arbitratorDisputeIDis already present there.
Metadata
Metadata
Assignees
Labels
Audit: Contract Reviews 👀Internal reviewInternal reviewCompatibility: ABI change 🗯Smart contract ABI is changing.Smart contract ABI is changing.Package: ContractsCourt smart contractsCourt smart contractsType: Enhancement ✨