-
In the current latest commit
https://github.com/cosmos/cosmos-sdk/blob/c783aea68fbd856c2b188b2d467a7fa5cb4df1e6/x/staking/keeper/unbonding.go#L332-L343
```go
func (k Keeper) validatorUnbondingC…
danwt updated
2 years ago
-
The linter gosec fails
https://github.com/cosmos/interchain-security/runs/7282519806?check_suite_focus=true#step%3A4%3A516=
we need to make it pass. A big part of this is making sure all errors …
danwt updated
2 years ago
-
**_Edit:_** see https://github.com/cosmos/interchain-security/issues/155#issuecomment-1180511416
When a proposal gets handled it will be added to a `pending` list if `spawnTime` has not yet passed.
…
danwt updated
2 years ago
-
Update: see https://github.com/cosmos/interchain-security/issues/51#issuecomment-1150222440
The `EndBlock()` of the provider CCV module gets validator updates from the staking module. Therefore, th…
mpoke updated
2 years ago
-
Distribution is currently unit tested. It should be tested more thoroughly.
danwt updated
2 years ago
-
This tendermint code checks if the validator set updates returned in EndBlock are valid
https://github.com/tendermint/tendermint/blob/85870def7b628effad73af942e638bbddf2ba8fd/types/validator_set.go…
danwt updated
2 years ago
-
mpoke updated
2 years ago
-
## Problem
We should define slashing behavior, to make sure we are not being too lax or harsh, and are encouraging high validator uptime while accepting that occasional mistakes happen.
## Conte…
danwt updated
2 years ago
-
I just ran [gosec](https://github.com/securego/gosec) and it returned, among other problems, several cases of ignored `error` returns in our code. See [pastebin](https://pastebin.com/raw/XXp2MEuD), he…
danwt updated
2 years ago
-
mpoke updated
2 years ago