Shahbaz Nazir

Results 4 issues of Shahbaz Nazir

Steps to Reproduce: 1) Start a network for 4 nodes 2) Start election process to add another node 3) Once that transaction is committed bring two of the nodes down...

BUG
tests

Currently there is no way to configure `Private Base URL` parameter through environment variable and this will come in handy for self-managed deployments automation. With current workflow you either have...

The following release channels must produce exactly the same build of archway: - [Docker image](https://github.com/archway-network/archway/blob/main/.github/workflows/deploy.yaml#L13) - [Github binary release](https://github.com/archway-network/archway/blob/d8c959de894075d36d409f836bc06c2354d71a73/.github/workflows/release.yaml#L24) - Git clone repo and running make install Currently above channels...

mainnet

``` ➜ archway git:(main) ✗ git rev-parse --short HEAD 89d547c ➜ archway git:(main) ✗ make build go build -mod=readonly -tags "netgo,ledger" -ldflags '-X github.com/cosmos/cosmos-sdk/version.Name=archwayd -X github.com/cosmos/cosmos-sdk/version.AppName=archwayd -X github.com/cosmos/cosmos-sdk/version.Version="0.0.5" -X github.com/cosmos/cosmos-sdk/version.Commit=89d547c35e90bd37ddaee15e494bf05260fa71b2...