lnd.xprv/cmd/lncli
Conner Fromknecht 8f5d78c875
build+lncli: default to hex encoding for byte slices
This commit swaps out golang/protobuf/jsonpb for a custom variant that
by default prints byte slices as hex, which is more useful for our
setting. Some existing wrapper structs are removed as they can now be
printed directly with the new jsonpb.

!!! NOTE !!!

This commit introduces a breaking change to lncli listinvoices since
payment hashes and preimages will now be printed in hex instead of
base64.
2019-12-20 01:05:08 -08:00
..
autopilotrpc_active.go lncli/autopilot: add -ignorelocal state flag to query 2019-03-18 14:58:19 +01:00
autopilotrpc_default.go lncli: add lncli autopilot commands 2018-12-13 13:02:40 +01:00
cmd_bake_macaroon.go lncli: add command for baking new macaroons 2019-10-24 10:25:38 +02:00
cmd_build_route.go build+lncli: default to hex encoding for byte slices 2019-12-20 01:05:08 -08:00
cmd_query_mission_control.go build+lncli: default to hex encoding for byte slices 2019-12-20 01:05:08 -08:00
cmd_query_probability.go routerrpc: add mc probability query rpc 2019-10-29 12:32:19 +01:00
cmd_reset_mission_control.go lncli: add reset mission control command 2019-06-19 12:37:32 +02:00
commands.go build+lncli: default to hex encoding for byte slices 2019-12-20 01:05:08 -08:00
invoicesrpc_active.go build+lncli: default to hex encoding for byte slices 2019-12-20 01:05:08 -08:00
invoicesrpc_default.go lncli: add cancel invoice command 2019-02-06 07:29:38 +01:00
main.go lncfg+lncli: replace WithDialer->WitchContextDialer 2019-12-17 13:37:29 +01:00
routerrpc_active.go routerrpc: add mc probability query rpc 2019-10-29 12:32:19 +01:00
routerrpc_default.go lncli: add querymc command 2019-06-04 10:00:29 +02:00
types.go cmd/lncli: expose bumping fee of inputs/transactions over lncli 2019-06-11 15:06:40 -07:00
walletrpc_active.go cmd/lncli: expose bumping fee of inputs/transactions over lncli 2019-06-11 15:06:40 -07:00
walletrpc_default.go cmd/lncli: expose pending input sweeps within UtxoSweeper over lncli 2019-06-06 03:23:19 -07:00
walletrpc_types.go cmd/lncli: expose pending input sweeps within UtxoSweeper over lncli 2019-06-06 03:23:19 -07:00
watchtower_active.go build+lncli: default to hex encoding for byte slices 2019-12-20 01:05:08 -08:00
watchtower_default.go cmd/lncli/watchtower: add tower info command 2019-06-20 17:04:04 -07:00
wtclient.go build+lncli: default to hex encoding for byte slices 2019-12-20 01:05:08 -08:00