From 1b1c2e363ca5ab1b96e3fb0893adc42fdd0b6def Mon Sep 17 00:00:00 2001 From: Evan Gray <56235822+evan-gray@users.noreply.github.com> Date: Thu, 21 Aug 2025 10:23:47 -0400 Subject: [PATCH] readme: rm WIP items --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 299ab29..3ca0e3d 100644 --- a/README.md +++ b/README.md @@ -146,9 +146,6 @@ The Executor Contract MUST support the following methods - MUST ensure the quote’s expiry time has not passed - MUST transfer the payment to the designated `payeeAddress` - MUST make these inputs available for off-chain consumption (e.g. emit a Request for Execution event) -- `addRelayInstructions(requestId, refundAddr, signedQuote, relayInstructions)` [WIP] - - 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) - - MUST meet all the requirements of `requestExecution` 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. @@ -270,7 +267,7 @@ uint16 destinationChain; // Wormhole Chain ID uint64 expiryTime; // The unix time, in seconds, after which this quote should no longer be considered valid for requesting an execution ``` -##### Signed Quote - Version 1 [WIP] +##### Signed Quote - Version 1 ```solidity Header header // prefix = "EQ01"