Files
tendermint/consensus
Anton Kaliaev b7b721c484 change use of errors.Wrap to fmt.Errorf with %w verb
Closes #4603

Commands used (VIM):

```
:args `rg -l errors.Wrap`
:argdo normal @q | update
```

where q is a macros rewriting the `errors.Wrap` to `fmt.Errorf`.
2020-05-12 03:35:47 +00:00
..
2020-04-29 10:47:00 +02:00
2019-10-30 12:25:58 -07:00

See the consensus spec and the reactor consensus spec for more information.