Kevin Davis

Results 16 issues of Kevin Davis

Currently, governance votes have ultimate discretion over addition/removal of collateral and debt types. Certain actions, such as removing a collateral while there are still active CDPs, could cause system failure...

cdp

Kava version: v0.3.0-rc1 To reproduce: `kvcli tx staking delegate 10ukava --from --gas auto` Transaction fails due to under-estimated gas.

bug

I have a layer (Buffer), with two columns of interest (address, status). Users want to be able to search for all buffers where status = 'In Progress'. However, the way...

enhancement :)

When using bnbcli, the user must always specify the `--node` and `--chain-id` flags. To make commands less verbose, add a `config` command that is saved to `$HOME/.bnbcli/config/config.toml` ``` bnbcli config...

Cloned repo, installed dependencies with npm, and am trying to run the integration test. No logs because the test doesn't actually fail, it just hangs after the following output: ```...