Oliver Gugger
e883a60eb8
mod: bump dependencies
...
Replaces https://github.com/lightninglabs/pool/pull/498 .
2025-03-13 11:55:57 -05:00
Elle Mouton
3fdb609002
docker: update dockerfile go versions
2025-03-05 12:37:49 +02:00
Elle Mouton
909f3b8826
auctioneerrpc+poolrpc: go.mod go bump
2025-03-05 12:30:55 +02:00
Oliver Gugger
36e4629078
multi: bump lnd to v0.18.0-beta
2024-05-31 10:39:23 +02:00
Oliver Gugger
49750c8a06
auctioneerrpc+poolrpc: re-generate after dep update
2024-03-15 18:21:18 +01:00
Oliver Gugger
b6a46b534b
build(deps): bump google.golang.org/grpc in /auctioneerrpc
2024-03-15 18:19:07 +01:00
dependabot[bot]
a77b9f2ef3
build(deps): bump google.golang.org/protobuf in /auctioneerrpc
...
Bumps google.golang.org/protobuf from 1.28.1 to 1.33.0.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-13 22:18:42 +00:00
Oliver Gugger
d000a6b7b1
auctioneerrpc: add simple taproot channel enum types
2023-10-24 17:45:26 +02:00
Oliver Gugger
31f714dafc
multi: update to lnd v0.17.0-beta
2023-10-03 19:38:20 +02:00
dependabot[bot]
417cbe06fd
build(deps): bump google.golang.org/grpc in /auctioneerrpc
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.38.0 to 1.53.0.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.38.0...v1.53.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-05 20:57:22 +00:00
positiveblue
53835f527f
rpc: regenerate protos
2023-01-06 01:57:54 -08:00
positiveblue
e6b45a76a4
rpc: update the comment for
2022-10-27 07:37:54 -07:00
positiveblue
b2a5c14e0c
rpc: add auction type field to orders
2022-10-18 06:44:01 -07:00
positiveblue
091d8f5735
rpc: add is_public field to orders
2022-10-18 04:34:22 -07:00
positiveblue
b4b21da1c7
rpc: add new fields for unannounced and zero conf channels
...
For unannounced channels:
Bids can decide if they are interested in announced or unannounced
channels (exclusive or).
Asks can decide in what market they want to provide liquidity:
announced channels, unannounced channels or both.
For zero conf channels:
New constraints based on how many blocks are needed before considering a
channel "confirmed".
2022-10-18 04:34:20 -07:00
Oliver Gugger
1ef87fe37b
auctioneerrpc: add version and nonces for taproot signing
2022-09-12 17:20:10 +02:00
Oliver Gugger
758aa8e2b8
auctioneerrpc+mod: add new account state
2022-06-08 12:40:01 +02:00
positiveblue
7361215914
auctioneerrpc: add node id filters to rpc requests
2022-04-22 00:26:40 -07:00
positiveblue
6027ccd3d6
multi: bump btcec/v2 and btcutil to new versions
2022-03-28 15:22:41 +02:00
positiveblue
cb53898136
auctioneerrpc: add auto_renew_extension_blocks to TermsResponse
2021-12-02 22:53:46 -08:00
positiveblue
70719b68ec
auctioneerrpc: Add new_expiry to AccountDiffs
...
The new field will be used for updating the account's expiry after
participating in a new batch for clients that support it.
2021-11-30 20:18:24 -08:00
Wilmer Paulino
2b3b29e33a
chaninfo: allow channel info submission for script enforced channels
2021-11-02 16:48:03 -07:00
Wilmer Paulino
f9c2861354
order+auctioneer: parse height hint from auctioneer's proposed batch
...
The auctioneer will now provide a height hint along with every proposed
batch it sends to traders. This height hint is then used by each trader
to base off their absolute lease expiration height, such that they can
agree on the same value and avoid any divergences due to block
propagation discrepancies between them.
2021-11-02 16:47:55 -07:00
Wilmer Paulino
321e3c3598
order+auctioneer: allow submission of order channel type to auctioneer
2021-11-02 16:47:53 -07:00
Oliver Gugger
938e608ab2
multi: update lnd master with grpc-gateway upgrade
...
To make pool work with the latest lnd version inside of LiT, we need
to upgrade the grpc-gateway library to the same v2 version here too.
2021-07-29 14:01:23 +02:00
Oliver Gugger
a81090a8ac
poolrpc+auctioneerrpc: use docker to compile protos
...
To pin down exactly the versions of our proto compilation tools we use,
we do the actual compilation step inside a docker container.
2021-07-29 13:40:47 +02:00
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