Commit graph

9 commits

Author SHA1 Message Date
Olaoluwa Osuntokun
7dc5efd8a1
auctioneerrpc: add in new HashMail servivce
This new service will be used to facilitate communication between the
sidecar provider and recipient.
2021-05-09 19:24:47 -07:00
Oliver Gugger
b676727c30
auctioneerrpc: format proto 2021-05-05 16:00:27 +02:00
Oliver Gugger
8d9371e962
auctioneer+auctioneerrpc: add SubscribeSidecar server RPC 2021-04-06 13:36:31 +02:00
Oliver Gugger
2b46e31e6c
multi: add sidecar ticket to RPC bid order
The local database can now store a sidecar ticket with a bid order. We
now also need to accept it on the local RPC interface and forward it to
the auctioneer.
2021-04-06 13:36:30 +02:00
Oliver Gugger
660801b537
auctionerrpc+poolrpc: add self_chan_blance field 2021-03-19 16:50:28 +01:00
Oliver Gugger
3b99e91680
auctioneerrpc: add MarketInfo call
The server side added a new RPC that delivers information about the
current market. We add it to our proto so we can use it.
2021-03-17 10:38:42 +01:00
Oliver Gugger
cb899d5abc
auctioneerrpc: add user agent string to server RPCs
To allow the server to gather some statistics about what software is
running on the other end, we add a user agent string to the following
calls:
 - InitAccount: to count what agent was used to create/open an account.
 - SubmitOrder: to count what agent submitted an order.
2021-01-29 12:56:22 +01:00
Oliver Gugger
7077c8b542
mod: make auctioneerrpc its own sub-module
To make it possible to replace the package in the server integration
tests, we declare the auctioneerrpc package as its own submodule. That
way we can just plug in the server version in the itest if we have changes in the
server proto that aren't merged to the client repo yet.
2021-01-22 16:36:18 +01:00
Oliver Gugger
83b458b504
multi: move auctioneer proto to auctioneerrpc package
As a preparation to extract the auctioneer proto package into its own
sub-module, we move it out of the poolrpc package.
2021-01-22 10:41:44 +01:00