Skip to content

Commit 5750696

Browse files
committed
readme: rm WIP items
1 parent ec5daea commit 5750696

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,6 @@ The Executor Contract MUST support the following methods
146146
- MUST ensure the quote’s expiry time has not passed
147147
- MUST transfer the payment to the designated `payeeAddress`
148148
- MUST make these inputs available for off-chain consumption (e.g. emit a Request for Execution event)
149-
- `addRelayInstructions(requestId, refundAddr, signedQuote, relayInstructions)` [WIP]
150-
- This method is intended for off-chain integration to add additional instructions and/or payment in the event that the initial request was underpaid or underpriced (e.g. too low of a gasLimit)
151-
- MUST meet all the requirements of `requestExecution`
152149

153150
In order to minimize cost, this contract MUST NOT verify the signature on the Quote. The Quote SHOULD be verified by the submitting client code before being used in a transaction.
154151

@@ -270,7 +267,7 @@ uint16 destinationChain; // Wormhole Chain ID
270267
uint64 expiryTime; // The unix time, in seconds, after which this quote should no longer be considered valid for requesting an execution
271268
```
272269

273-
##### Signed Quote - Version 1 [WIP]
270+
##### Signed Quote - Version 1
274271

275272
```solidity
276273
Header header // prefix = "EQ01"

0 commit comments

Comments
 (0)