RadarTech / lnrpc

A Typescript gRPC client for LND with support for all LND sub-servers
MIT License
43 stars 13 forks source link

Bump version 0.6 #31

Closed leon-do closed 5 years ago

cavanmflynn commented 5 years ago

syncType: SyncType; must be added to the Peer interface in lnrpc.d.ts

cavanmflynn commented 5 years ago

The following must be added to the QueryRoutesRequest interface:

ignoredNodes: (Buffer | string)[];
ignoredEdges: EdgeLocator[];
sourcePubKey: string;
cavanmflynn commented 5 years ago

medianChannelSizeSat: string; must be added to the NetworkInfo interface.

cavanmflynn commented 5 years ago

state: InvoiceState; must be added to the Invoice interface

cavanmflynn commented 5 years ago

Fix all lint errors.