sei-chain
sei-chain copied to clipboard
This patch updates hardware minimum requirement based on https://docs.seinetwork.io/nodes-and-validators/seinami-incentivized-testnet/joining-incentivized-testnet
1.1.1beta upgrade proposal https://sei.explorers.guru/proposal/18
### Description Note: Please review [this](https://github.com/sei-protocol/sei-chain/pull/221/files/7a5475cadfd4bb7df3ff16978b7af6bf5fea39d2) since the last commit introduces a lot of fmt changes Add EVM support to SEI via ethermint module: https://github.com/evmos/ethermint Essentially this PR replaces a...
## Overview Create app/upgrades package to have all the upgrades in one place with versions and abstract out all keepers to app/keepers to make the the app/app.go cleaner and more...
Command: ``` seid keys add test ``` Outputs: ``` Error: Object does not exist at path “/” Usage: seid keys add [flags] ``` Two observations: 1. `--dry-run` works. 2. switch...
small nit changes
based on the non merged PR cosmos/ledger-go#4
This application installs cosmovisor and seid validator nodes on a zero server. There are various arrangements for reinstallation. For detailed information about cosmovisor visit: https://github.com/cosmos/cosmos-sdk/tree/main/cosmovisor What the script does are:...
The version of the SEI validator installed with Comovisor can be easily upgraded with this script. Script : -Shows the Cosmovisor folder structure. -Requests user login for new version. -Controls...
* If you start the validator with seid start, you may get stuck on the "ulimit -n" limit and get an error. Please increase this limit with the command "ulimit...