Tomas Zemanovic
Tomas Zemanovic
┆Issue is synchronized with this [Asana task](https://app.asana.com/0/1201757896515792/1201762983329312) by [Unito](https://www.unito.io)
design and implement an intent format with generic constraint system (able to handle various types of assets) and add a new matchmaker for this type of intents ┆Issue is synchronized...
storage data schema (described in [spec] data schema #126) ┆Issue is synchronized with this [Asana task](https://app.asana.com/0/1201757896515792/1201762915930719) by [Unito](https://www.unito.io)
some read-only queries we might want to add: * known peers * connections status * various intent mempool queries ┆Issue is synchronized with this [Asana task](https://app.asana.com/0/1201757896515792/1201762984934911) by [Unito](https://www.unito.io)
Follow-up to #763 Add re-try (probably with exponential backoff) logic to matchmaker connection to intent gossiper node's RPC: * on matchmaker start-up, if the connection has not been established *...
Currently, the matchmaker config only allows a single matchmaker. We should allow to configure any number of matchmakers, perhaps under a user selected alias that can be used to run...
I was playing around with this example - there are some issues with my changes and I expect they'll also break some tests, so I wouldn't merge this, but I...
This fixes #373 by moving the "focus" and "blur" event handlers from the container onto the `Html.input`.
The issue can be seen on the Toggle demo page: https://debois.github.io/elm-mdl/#toggles When you inspect the elements and set focus on them with tab key, none of the Toggle types get...
based on [e141660](https://github.com/anoma/namada/pull/801/commits/e14166067deba1efe845007e5a91989d508ea7b2) 