Danilo Pantani
Danilo Pantani
too many data race issues. Try it with the `-race` flag on: ```shell $ go run -race main.go ``` ```go package main import ( "time" "github.com/briandowns/spinner" ) func dataRace1() {...
What happens if we have more than one JSON file inside the tarball? Do we only throw an error?
> I get the tarball extracted log twice, can we fix that if we're extracting two times? > > ``` > gitpod /workspace/ignite/.gitpod (feat/tarball-genesis) $ ignite n --nightly chain publish...
- [ ] Rename the prefix from helpers methods from `query...` to `check...`. E.g. `func queryGaiaTx(endpoint, txHash string) error` this method does the query in the middle of the method...
- [ ] Use subtest (`s.Run("", func() {}`) for we can tracke better issues; - [ ] Avoid too many global vars. The variable can live in the primary structure;...
@uditvira, can you please check the beginning of the genesis.json, if the JSON looks consistent or if there are any logs? Can you also try it to export the JSON?...
I found two bugs regarding the `export` and `validate-genesis` commands. - The export command adds some logs into the genesis file. I opened issue #1726 to track the bug -...
Great, that makes sense. I made a mistake. These queries will be fantastic, and we can also create one to fetch the client, connection, and channel id in only one...
For `MsgCreateClient` at a specific height: - consensus state - validator set - unbonding period - revision height - last reward height
I think we can exclude some rules like `G107 (CWE-88)` and `G701 (CWE-)`