sei-chain
sei-chain copied to clipboard
add comment
It is a script file developed to run when an update is required to the sei-chain daemon program installed with cosmos_sei_installer.sh.
[hi I have created a setup script to use cosmovisor to set up and update sei network from scratch. I don't have the hardware to do any testing on this...
Naive method of performing liquidation -- iterates through all contracts, for each contract, issue liquidation requests for each account. Therefore, the check for whether to actually liquidate is only done...
*********************************** System details: ``` uname -a Linux rig01 5.13.0-44-generic #49-Ubuntu SMP Wed May 18 13:28:06 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=21.10 DISTRIB_CODENAME=impish DISTRIB_DESCRIPTION="Ubuntu 21.10" ``` ***********************************...
When installing 1.0.1beta from scratch, you get a `panic: unknown field "max_wasm_code_size" in types.Params` I'm using this genesis.json: https://raw.githubusercontent.com/sei-protocol/testnet/master/sei-testnet-1/genesis.json
## Describe your changes and provide context - Switched CwERC721 contract to have all queries that exist on [CW721 Base](https://github.com/CosmWasm/cw-nfts/tree/main/contracts/cw721-base) contract - Add support for royalties standard (ERC2981 / CW2981)...
## Describe your changes and provide context - Switched ERC721 pointer contract to read `name` and `symbol` from CW721 counterpart. This avoids potential human-errors in pointer contract creation that can...
## Describe your changes and provide context We need a way to withdraw multiple rewards in v2 app. This change adds new method to precompile to make that possible. ##...
## Describe your changes and provide context This PR fixes genesis export command so that we don't hit the error app is already sealed ## Testing performed to validate your...