Nouvelle version Duniter 0.10.1

Ca tourne !

curl -sX POST https://gdev.p2p.legal/ws \
  -H 'Content-Type: application/json' \
  --data '{"jsonrpc":"2.0","id":1,"method":"duniter_peerings","params":{}}' | jq '.result.peerings.[]'
{
  "peer_id": "12D3KooW9uwYi4KqyT4tEUYCSfTYaTEn2Wna7HTKfD863R3CQNRw",
  "endpoints": [
    {
      "protocol": "rpc",
      "address": "wss://gdev.p2p.legal/ws"
    },
    {
      "protocol": "squid",
      "address": "https://gdev-squid.axiom-team.fr"
    }
  ]
}
{
  "peer_id": "12D3KooWN7QhcPbTZgNMnS7AUZh3ZfnM43VdVKqy4JbAEp5AJh4f",
  "endpoints": [
    {
      "protocol": "rpc",
      "address": "wss://gdev.cgeek.fr"
    }
  ]
}
{
  "peer_id": "12D3KooWGvtbSM9SXMTAukT9zQo26QWegPcvP7pRhPU4HxK151Sx",
  "endpoints": [
    {
      "protocol": "rpc",
      "address": "wss://gdev.cgeek.fr"
    }
  ]
}

4 Likes