You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function copyPublishedOnChainQuote() is used to copy published on chain quotes and updates isOnChainQuoteFromVault, but it doesn’t update onChainQuoteHistory. This function can be used by approved senders to bypass writing to onChainQuoteHistory.
Recommendation
We recommend to save onChainQuote.generalQuoteInfo.validUntil in isPublishedOnChainQuote and update onChainQuoteHistory when copying a published quote.
The text was updated successfully, but these errors were encountered:
asardon
changed the title
STATEMIND-173: The function copyPublishedOnChainQuote() does not update onChainQuoteHistory
STATEMIND-174: The function copyPublishedOnChainQuote() does not update onChainQuoteHistory
Aug 10, 2023
Description
The function copyPublishedOnChainQuote() is used to copy published on chain quotes and updates isOnChainQuoteFromVault, but it doesn’t update onChainQuoteHistory. This function can be used by approved senders to bypass writing to onChainQuoteHistory.
Recommendation
We recommend to save onChainQuote.generalQuoteInfo.validUntil in isPublishedOnChainQuote and update onChainQuoteHistory when copying a published quote.
The text was updated successfully, but these errors were encountered: