-
Notifications
You must be signed in to change notification settings - Fork 137
Add asset sell support to the RFQ service #835
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
925e260
rfq: fix stream handler comment
ffranr 43b9842
rfqmsg: reserve wire msg type integers for sell request and sell accept
ffranr 52348bc
rfqmsg: add asset sell request message type
ffranr ecc38ba
rfq: service accepts a sell order and generates outbound sell requests
ffranr 7876cbc
rpc: add endpoint to upload an asset sell order
ffranr 9c2c0ce
rfqmsg: parse incoming sell request type messages
ffranr 40d7a0f
rfqmsg: add asset sell request accept message type
ffranr bd0d14b
rfq: respond to an incoming sell request msg with a sell accept msg
ffranr 5e1ed93
rfq: register outgoing sell accept with order handler
ffranr 3cd0ad1
rfq+rfqmsg: parse and store incoming sell quote request accept msg
ffranr ffba8fe
rfq+rpc: publish an event when we receive a `SellAccept` msg from a peer
ffranr fe77d19
rfq+rpc: extend RPC endpoint `QueryPeerAcceptedQuotes` with sell
ffranr 7de93ea
itest: randomize new LND node names when constructing RFQ test scenario
ffranr e34730c
itest: kill LND nodes during RFQ test scenario cleanup
ffranr ba506bc
itest: test that RFQ can agree on asset sell quote and verify HTLC
ffranr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.