Skip to content

Commit f7da1a1

Browse files
committed
protos: remove all scripts, types, and README instructions
1 parent 0592ac0 commit f7da1a1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+0
-25320
lines changed

README.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -106,31 +106,6 @@ lnd.lightning.subscribeChannelEvents(
106106
);
107107
```
108108

109-
## Updating protos
110-
111-
First, update the service version under the `config` block in `package.json`.
112-
113-
eg.
114-
115-
```
116-
"config": {
117-
"lnd_release_tag": "v0.14.2-beta",
118-
"loop_release_tag": "v0.17.0-beta",
119-
"pool_release_tag": "v0.5.5-alpha",
120-
"faraday_release_tag": "v0.2.5-alpha",
121-
"protoc_version": "3.15.8"
122-
},
123-
```
124-
125-
Then run the following commands:
126-
127-
```
128-
# download schemas
129-
npm run update-protos
130-
# format schemas
131-
npm run generate
132-
```
133-
134109
## Further documentation
135110

136111
- https://docs.lightning.engineering/lightning-network-tools/lightning-terminal/lnc-npm

lib/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@ if (!WebAssembly.instantiateStreaming) {
1212
}
1313

1414
export type { LncConfig, CredentialStore } from './types/lnc';
15-
export * from './types/proto';
1615

1716
export default LNC;

lib/types/proto/autopilotrpc.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/types/proto/chainrpc.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)