Danilo Pantani

Results 41 issues of Danilo Pantani

close #2197 close #2210 ## Description - Add the possibility to fetch a genesis from a URL inside a tarball, checking the folders recursively to find the `genesis.json` file. -...

network

Ignite scaffold changes the code if the command is done or not. The command will apply some changes if it throws an error or the user cancels the scaffold. Consider...

type:feature
component:scaffold

as we discussed before, we can add a cache for the genesis from URL: https://github.com/ignite-hq/cli/pull/2228#discussion_r887847299

request
network

If you use `tcp://0.0.0.0:26657` instead `http://0.0.0.0:26657` stucks the relayer CLI UI ```shell ignite relayer configure -a -r --ordered \ --source-account "alice" \ --source-rpc "tcp://0.0.0.0:26657/" \ --source-faucet "tcp://0.0.0.0:4500/" \ --source-port "monitoringc"...

type:bug
report
needs-triage

add the ability to use a custom spn faucet URL for the network's commands. My suggestion is to use a `--spn-faucet` flag ![Screen Shot 2022-05-03 at 13 43 02](https://user-images.githubusercontent.com/2406457/166500310-bc8082ea-3dd4-4f66-9783-d280e4d763fe.png)

request

This PR adds support for the Energi cryptocurrency into Blockbook. Coin information: Website: https://www.energi.world GitHub: https://github.com/energicryptocurrency/energi3 Coin Market Cap: https://coinmarketcap.com/currencies/energi Coin Gecko: https://www.coingecko.com/en/coins/energi

- `QueryNetworkConnection` from `monitoring-consumer` fetches all information to put in `monitoring-provider` genesis state - `QueryNetworkConnection` from `monitoring-provider` fetches all information for the `MsgCreateClient` message Information to fetch: - Client ID...

**Is your feature request related to a problem? Please describe.** Scaffold invariant templates for a module. **Describe the solution you'd like** A simple or empty template can be scaffolded for...

type:feat
component:scaffold
needs-triage

part of #1384 ## Description Some values are missing in the genesis JSON when we are exporting it. So we can't validate the genesis after export. ***Most of the values...

## Summary The current `github.com/cosmos/cosmos-sdk/types/errors` package was deprecated. We should use the new one `cosmossdk.io/errors` ## Type Code Debt ____ #### For Admin Use - [ ] Not duplicate issue...