mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
The Lightning Node Connect (LNC) WASM client currently imports both `looprpc` and the entire `loop` module to access `perms.go`. This creates problems because `loop` imports `taproot-assets`, resulting in too many symbols for the WASM build. To fix this, we will move `perms.go`—which defines RPC endpoint permissions—into `looprpc`. After this change, the LNC WASM client will import only `looprpc`, while the rest of `loop` can continue importing `taproot-assets` without affecting the LNC WASM build. |
||
|---|---|---|
| .. | ||
| .clang-format | ||
| client.pb.go | ||
| client.pb.gw.go | ||
| client.proto | ||
| client.swagger.json | ||
| client.yaml | ||
| client_grpc.pb.go | ||
| debug.pb.go | ||
| debug.proto | ||
| debug_grpc.pb.go | ||
| Dockerfile | ||
| gen_protos.sh | ||
| gen_protos_docker.sh | ||
| go.mod | ||
| go.sum | ||
| perms.go | ||
| swapclient.pb.json.go | ||