Alex Potsides
Alex Potsides
Currently blocked because `create-react-app` doesn't support monorepos. In a monorepo dependencies are hoisted to the root, but CRA requires loading them from the project directory. ``` Failed to compile. Module...
If I make a relay reservation the `HopMessage.reservation.addrs` field sometimes has multiaddrs that repeat the relay's peer id. This only seems to happen with the WebSocket transport addresses advertised by...
Firefox has an error type with a `.stack` property that is an empty string, so guard on the various properties being empty before logging them. ## Change checklist - [x]...
To make it easier to invoke the echo protocol, add a method to the service. ## Change checklist - [x] I have performed a self-review of my own code -...
As discussed on the call there's a slight preference to having a roadmap file in the root of the repo for ease of reference and linking to. All items were...
Instead of having a balance trie, grow the routing table towards the current node's kad-id. This gives a better knowledge of the network as we get closer to our own...
If we dial a multiaddr without a peer id (e.g. `/dns/example.com`), and we exchange peer IDs with the remote, if we already have a non-circuit relay connection to that peer,...
The OpenAPI yaml has `uniqueItems: true` in several places where lists of things are accepted/returned. I don't know if it's too late in the day for this spec, but this...