Riccardo

Results 32 issues of Riccardo

## Context Currently we have a test coverage of [~ 18%](https://codecov.io/gh/desmos-labs/mooncake) which in my opinion is very low compared to the 70-80% coverage that is recommended for most projects. This...

kind/enhancement
type/tests

Currently when a new version is ready to be published, we have to compile it and publish it by hand every time. What it would be ideal to have is...

kind/enhancement
status/on-hold
type/ci-cd

Currently when a user opens Mooncake, he is prompted with the latest 50 messages that are present inside the chain. Such messages can be written in many different languages. In...

type/ux
kind/new-feature

This PR adds a new `Public` function that returns a regex that matches public URLs. Such URLs are defined as: * optionally using either `http` or `https` as their protocol...

Currently the proposals list does not support markdown like it happens inside the proposal details: ![screenshot-explorer desmos network-2021 10 26-08_53_00](https://user-images.githubusercontent.com/9119016/138824332-66022578-5840-43bf-a160-76fd8136b51e.png)

section/proposals
base
type/visual

## Feature description Currently when parsing a message we put all the involved accounts addresses inside the `involved_addresses` column. This later allows to query the transactions inside which a specific...

## Feature description Currently, Cosmos chains that Juno supports may be using the `x/upgrade` module in order to perform seamless on-chain upgrades from one binary version to the other. Due...

## Feature description Currently in order to properly parse the transaction messages, Juno de-serializes the data using the Cosmos SDK types, particularly the `sdk.Msg` interface. Although this works, it requires...

## Feature description Currently the websocket endpoint is computed as `/websocket`, however this might be reductive for some cases where people want to specify a custom websocket endpoint. ## Implementation...

enhancement

Currently, we're using block handlers and periodic operations to listen to things that are updated on a periodic base, and not with messages. These include: - delegators commissions amounts -...

Type: Enhancement
Cat: performance