Unique Divine

Results 174 issues of Unique Divine

Found a pretty nice CLI query on Crypto.com's chain we might want: https://github.com/crypto-org-chain/chain-main/blob/641d3b9c562fa3836fb5f4ab8b0b4aa93e894c47/x/chainmain/client/cli/query.go#L41

## Context The `MsgSend` message from the bank module doesn't allow transfers to module accounts. In order to support deposits to the module accounts like the `perp_ef`, we created `MsgDonateToEcosystemFund`...

Legacy amino signing is needed for ledger support and to use the multisig module. Just as we see in: - the x/sudo module, - [cosmos-sdk v0.47.5 x/staking](https://github.com/cosmos/cosmos-sdk/blob/v0.47.5/x/staking/types/codec.go), - and [wasmd...

epic
P: Urgent / High prio

## Problem Currently, votes for `x/oracle` are expensive for node operators even with lowered fixed gas. Currently, it costs 500 unibi and is dictated by the `OracleMessageGas` constant from `ante/fixed_gas.go`....

## Context https://github.com/NibiruChain/nibiru/security/dependabot/12 ## Status > Synthetic testing showed up to a 20% increase in CPU usage on a validator node that is spammed by hundreds of `MsgVerifyInvariant` messages which...

dependencies

type: enhancement
P: Nice to have / Low prio

P: Nice to have / Low prio

> Can we keep consistency in the names? It would be confusing if we use `ecosystemFund` in some places in the code and `insuranceFund` in other places. _Originally posted by...

```bash > make localnet ./contrib/scripts/localnet.sh succesfully toggled console coloring Building from source... make[1]: Entering directory '/home/realu/warpath/NibiruChain/nibiru' CGO_ENABLED=1 CGO_CFLAGS="-I/home/realu/warpath/NibiruChain/nibiru/temp/include" CGO_LDFLAGS="-L/home/realu/warpath/NibiruChain/nibiru/temp/lib -lrocksdb -lstdc++ -lm -ldl -static -lwasmvm_muslc" go install -mod=readonly -tags "netgo...