[feature]: Replace RPC endpoints AddAssetSellOrder
and AddAssetBuyOrder
with InitRfq*
#1165
Labels
enhancement
New feature or request
We need to update our RPC interface before the 0.4.2 release to ensure stability and prepare for asset-to-asset channel payments.
The current buy/sell terminology doesn't accurately represent asset-to-asset payments, where we divest and receive tap assets in the same event. Using buy/sell terminology also causes unnecessary complications for developers; the new endpoint should have fields that directly relate to the invoice payment process or the invoice settlement receive process.
Therefore, we should replace the
AddAssetSellOrder
andAddAssetBuyOrder
endpoints with a newInitRfq*
endpoint that initiates the RFQ process when called.The text was updated successfully, but these errors were encountered: