İlker G. Öztürk

Results 61 issues of İlker G. Öztürk

I had a file with name _storage.go_ and I executed following command to create mocks: ``` mockery -name=Storage -dir ./articles -output ./articles ``` It deleted my file without an error...

bug

**Is your feature request related to a problem? Please describe.** At docs I see that Identity Providers and deployment of Pomerium stack are given as manual instructions. It is well...

help wanted
accepted

e.g. changing `github.com/username/planet` to `planet`, basically removing the `github.com/username/` prefix from everywhere.

some validators might want to hide their public ip

component:network
needs-triage

We right now support: ``` n chain publish --genesis https://my/genesis.json ``` Also support: ``` n chain publish --genesis https://my/genesis.tar.gz ``` Automatically detect if it's a JSON or a tar.gz. We...

priority/high
network

We need to add an integration test for the network commands by using the Gaia repo as the chain. I think starting the chain with two validators would be enough....

component:network
needs-triage

modification or generation. This affects the pkg/cosmosutil and maybe also other places. Let's find out all of them. Also, create a single `cosmosutil.UpdateGenesis(path, options...)` to be able to update multiple...

refactoring
network

to only use Init, maybe with options to make it behave differently. Because there are duplicated: * https://github.com/tendermint/starport/blob/f9442e3/starport/services/network/networkchain/init.go#L26 * https://github.com/tendermint/starport/blob/55ca2d3/starport/services/network/networkchain/prepare.go#L54 And code followed by these lines.

type:refactor
component:network
needs-triage

for the target chain. If the `--target-rpc` is already provided, we can use that and skip the auto detect process. Auto detection algorithm should the `Status()` func in peers from...

component:network
needs-triage