Marko
6c0d4070c2
ci: build for 32 bit, libs: fix overflow ( #5700 )
2020-11-30 11:00:35 +01:00
Anton Kaliaev
047b5ea85e
bump go version to 1.15 ( #5639 ) ( #5667 )
2020-11-16 17:58:55 +04:00
Marko
0022779e07
ci: tests ( #5577 )
...
- use matrix builds to run multiple test jobs
- upload code coverage once not 4 times (produce more accurate codecov reports)
2020-10-28 15:12:54 +01:00
dependabot[bot]
51b8d3a153
build(deps): Bump technote-space/get-diff-action from v3 to v4 ( #5485 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko Baricevic <marbar3778@yahoo.com >
2020-10-22 13:36:08 +02:00
dongsam
e30b125725
consensus: double-sign risk reduction (ADR-51) ( #5147 )
...
Implementation spec of Double Signing Risk Reduction [ADR-51](https://github.com/tendermint/tendermint/blob/master/docs/architecture/adr-051-double-signing-risk-reduction.md ) by B-Harvest
- Add `DoubleSignCheckHeight` config variable to ConsensusConfig for "How many blocks looks back to check existence of the node's consensus votes when before joining consensus"
- Add `consensus.double_sign_check_height` to `config.toml` and `tendermint node` as flag for set `DoubleSignCheckHeight`
- Set default `consensus.double_sign_check_height` to `0` ( it could be adjustable in this PR, disable when 0 )
Refs
- [ADR-51](https://github.com/tendermint/tendermint/blob/master/docs/architecture/adr-051-double-signing-risk-reduction.md )
- [https://github.com/tendermint/tendermint/issues/4059 ](https://github.com/tendermint/tendermint/issues/4059 )
- [https://github.com/tendermint/tendermint/pull/4262 ](https://github.com/tendermint/tendermint/pull/4262 )
2020-08-27 08:57:36 +04:00
dependabot[bot]
d1662c9bca
build(deps): Bump codecov/codecov-action from v1.0.12 to v1.0.13 ( #5258 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-18 13:09:36 +02:00
dependabot[bot]
f6c9a551b0
build(deps): Bump technote-space/get-diff-action from v1 to v3 ( #5246 )
2020-08-13 17:53:01 +02:00
dependabot[bot]
fca4cff113
build(deps): Bump codecov/codecov-action from v1.0.7 to v1.0.12 ( #5247 )
2020-08-13 17:43:57 +02:00
Marko
fca788a4e1
ci: only run tests when go files are touched ( #5097 )
...
## Description
_Please add a description of the changes that this PR introduces and the files that
are the most critical to review._
Closes: #XXX
2020-07-08 12:38:39 +00:00
Marko
ea946fabe0
ci: try to fix codecov ( #5095 )
...
## Description
codecov is having issues on upload so upgrade to 1.0.7 where they claim it works better and dont fail ci on failure to upload coverage file
Closes: #XXX
2020-07-08 12:00:18 +00:00
Marko
062764ae72
ci: migrate test_cover ( #4869 )
...
Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com >
Co-authored-by: Ismail Khoffi <Ismail.Khoffi@gmail.com >
2020-06-16 11:36:40 +02:00