Commit graph

24 commits

Author SHA1 Message Date
carla
773feab744
frcli: add close report endpoint 2020-06-27 14:47:34 +02:00
carla
e8b7a197e4
multi: add option to disable fiat pricing for reports
For testing, or users uninterested in fiat prices, we add an option to
disable querying for fiat prices.
2020-06-26 08:46:46 +02:00
carla
27a6810841
multi: remove granularity from rpc endpoints
The granularity with which we query our price backend is an
implementation detail that we don't need to expose to users. Rather than
making this configurable, we just calculate our best possible level
of granularity server side, and leave this decision out of the user's
hands.
2020-06-23 11:39:29 +02:00
carla
3975b05239
frcli: add on chain report command and cli option
Add a cli option which allows outputting to a csv.
2020-05-20 15:46:25 +02:00
Oliver Gugger
d666e866ac
frcli: add macaroonpath option 2020-05-15 10:50:59 +02:00
Oliver Gugger
f08841ef87
frcli: add tlscertpath option 2020-05-14 15:39:59 +02:00
carla
3b982197c0
frcli: add fiat estimate 2020-04-30 13:06:24 +02:00
Suheb
8ba6131cc5
Minor typos in the cli 2020-04-17 22:49:56 -04:00
carla
df836c2d21
multi: faraday rename 2020-03-30 09:25:46 +02:00
Oliver Gugger
27b9a60939
gvncli: update default port 2020-03-27 09:15:13 +01:00
Oliver Gugger
e7e00bbf9a
gvncli+governator: add version 2020-03-19 10:47:41 +01:00
carla
bb9a36d80d
gvncli: fix display of total volume per confirmation 2020-03-10 11:02:39 +02:00
carla
bcaa7910f6
multi: rename trmcli to gvncli 2020-03-05 17:07:39 +02:00
carla
fcf64d6d93
multi: rename trmrpc to gvnrpc 2020-03-05 17:07:35 +02:00
carla
36dfb58c37
multi: rename terminator main package to governator 2020-03-05 17:07:21 +02:00
carla
5d409db9d2
trmrpc+trmcli: add volume based recommendations 2020-03-04 09:56:33 +02:00
carla
170ffdf1a4
trmcli: display incoming, outgoing and total volume per confirmation 2020-03-04 09:50:43 +02:00
carla
d6fbefaf0f
trmrpc+trmcli: add revenue based recommendations 2020-02-25 11:01:55 -03:00
carla
eca6b62c90
mutli: split uptime and threshold recommendations into separate calls
This commit separates uptime based and threshold based recommendations
into two separate calls. This decreases the matrix of possible values
that users have to specify as we introduce more datasets that close
decisions can be made based
2020-02-25 10:53:19 -03:00
carla
c17dd3ae88
trmcil: add insights endpoint 2020-02-19 12:30:58 +02:00
carla
98848af064
trmcli: add revenue report cli command 2020-02-19 12:30:45 +02:00
carla
20e5b21024
trmcli: use snake case instead of camel case for printRespJSON 2020-02-11 16:24:29 +02:00
carla
a13d473950
trmcli: add cli and command for close recommendations 2020-01-31 13:20:11 +02:00
carla
d67d0d284e multi: Setup main package and logger
This commit sets up the terminator's main package nested in
the cmd directory. This is done because defers created in
the top level scope of a main method are not executed if
os.Exit() is called.

A logger for a single terminator subsystem is addded and
go modules are initialized.
2019-11-04 10:38:46 +02:00