Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

channels_info are not completed #148

Open
vincenzopalazzo opened this issue Jun 6, 2024 · 0 comments
Open

channels_info are not completed #148

vincenzopalazzo opened this issue Jun 6, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@vincenzopalazzo
Copy link
Member

I was looking now at the channels_info inside the following response, and looks like they are not completed, there are missing channels

➜  ~ lightning-cli raw-local-score | jq .
{
  "address": [
    {
      "host": "65.108.246.14",
      "port": 19736,
      "type": "ipv4"
    }
  ],
  "channels_info": [
    {
      "capacity": 908551000,
      "channel_id": "717706x777x0",
      "color": "3399ff",
      "direction": "INCOOMING",
      "fee": {
        "base": 0,
        "per_msat": 500
      },
      "forwards": [],
      "last_update": 1717664591,
      "limits": {
        "max": 0,
        "min": 0
      },
      "node_alias": "WalletOfSatoshi.com",
      "node_id": "035e4ff418fc8b5554c5d9eea66396c227bd429a3251c8cbc711002ba215bfc226",
      "online": true,
      "up_time": [
        {
          "event": "on_update",
          "status": "CHANNELD_NORMAL",
          "timestamp": 1717665219
        }
      ]
    },
    {
      "capacity": 908551000,
      "channel_id": "717706x777x0",
      "color": "3399ff",
      "direction": "OUTCOMING",
      "fee": {
        "base": 0,
        "per_msat": 441
      },
      "forwards": [],
      "last_update": 1717478354,
      "limits": {
        "max": 0,
        "min": 0
      },
      "node_alias": "WalletOfSatoshi.com",
      "node_id": "035e4ff418fc8b5554c5d9eea66396c227bd429a3251c8cbc711002ba215bfc226",
      "online": true,
      "up_time": [
        {
          "event": "on_update",
          "status": "CHANNELD_NORMAL",
          "timestamp": 1717665219
        }
      ]
    }
  ],
  "color": "282e3c",
  "metric_name": "metric_one",
  "network": "bitcoin",
  "node_alias": "🦉 BRUCEWAINE|CLN 🦉",
  "node_id": "03e2408a49f07d2f4083a47344138ef89e7617e63919202c92aa8d49b574a560ae",
  "node_info": {
    "implementation": "cln",
    "version": "v24.05"
  },
  "os_info": {
    "architecture": "x86_64",
    "os": "Debian GNU/Linux",
    "version": "10 (buster)"
  },
  "timezone": "UTC",
  "up_time": [
    {
      "channels": {
        "summary": [
          {
            "alias": "WalletOfSatoshi.com",
            "channel_id": "717706x777x0",
            "color": "3399ff",
            "node_id": "035e4ff418fc8b5554c5d9eea66396c227bd429a3251c8cbc711002ba215bfc226",
            "state": "CHANNELD_NORMAL"
          },
          {
            "alias": "Blocktank",
            "channel_id": "842825x2135x1",
            "color": "ff6600",
            "node_id": "0296b2db342fcf87ea94d981757fdf4d3e545bd5cef4919f58b5d38dfdd73bf5c9",
            "state": "CHANNELD_NORMAL"
          },
          {
            "alias": "okx",
            "channel_id": "842600x1554x0",
            "color": "3399ff",
            "node_id": "0294ac3e099def03c12a37e30fe5364b1223fd60069869142ef96580c8439c2e0a",
            "state": "CHANNELD_NORMAL"
          },
          {
            "alias": "bfx-lnd1",
            "channel_id": "842600x1576x0",
            "color": "16b157",
            "node_id": "03cde60a6323f7122d5178255766e38114b4722ede08f7c9e0c5df9b912cc201d6",
            "state": "CHANNELD_NORMAL"
          }
        ],
        "tot_channels": 4
      },
      "event": "on_update",
      "fee": {
        "base": 0,
        "per_msat": 4000
      },
      "forwards": {
        "completed": 399,
        "failed": 14116
      },
      "limits": {
        "max": -1,
        "min": 10000
      },
      "timestamp": 1717665225
    }
  ],
  "version": 4
}
@vincenzopalazzo vincenzopalazzo added the bug Something isn't working label Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

1 participant