Add a new `relist` method to `AgoraOffer`. This is useful for updating the terms of an existing offer without canceling it in one tx and then recreating it in another tx. For example, this method would be useful in updating the price of an existing offer.
Depends on D18846