Commit graph

5 commits

Author SHA1 Message Date
Robyn
cd632058b0
account: expose historical account modification fees via RPC
This commit adds a new RPC endpoint which returns a per-account list of account modification fees.
2022-11-15 12:54:28 +00:00
Evan Kaloudis
ba000d9b82
poolrpc/gen_protos.sh: remove js build tag 2022-09-08 10:37:54 -04:00
Oliver Gugger
e111facc28
rpcserver+poolrpc: add ListSidecars and CancelSidecar RPCs
With this commit we add two new RPCs for handling sidecar tickets.
ListSidecars will show all sidecar tickets known to the local database,
including those where our node is on the receiving end of a sidecar
channel.
CancelSidecar will cancel a specific sidecar ticket. If an order was
created for it, that bid order will be canceled. Doing so will make sure
the ticket isn't executed any further.
2021-09-29 15:41:34 +02:00
Oliver Gugger
a5cf85aba2
multi: add DecodeSidecarTicket RPC
To make it possible to decode a sidecar ticket through RPC instead of
only relying on the output of the CLI, we add the DecodeSidecarTicket
RPC method to the trader daemon.
2021-09-22 17:00:43 +02:00
Oliver Gugger
acda1cd479
poolrpc: generate JSON/WASM client stubs 2021-08-03 13:28:49 +02:00