Aragon Connect 0.6.0
This release is moving away from using WebSocket subscriptions, and uses HTTP polling instead. This is because The Graph doesn’t officially support GraphQL subscriptions, and they recently became unreliable. One advantage is that we are now using the caching mechanism of urql, the library used internally for GraphQL requests, which will make requests often feel instant. See #203 for more details.
Another important change is that name
is now optional when network
is provided as an object to the connect()
function. See #202 for more details.