mergify[bot]
cac59a7677
Update Mergify configuration. (backport #7388 ) ( #7389 )
Per https://docs.mergify.com/actions/merge/#commit-message , the
commit_message option is deprecated and will be removed in 2022.
Replace it with the template suggested here:
https://docs.mergify.com/actions/queue/
(cherry picked from commit 02d456b8b8
)
3 years ago
mergify[bot]
dfd5bae784
Update mergify configuration. (backport #7385 ) ( #7386 )
Per https://blog.mergify.com/strict-mode-deprecation/ , the strict mode
has been deprecated and will be turned off on 10-Jan-2022. This updates
the config to use the new, approved thing instead of the old thing.
(cherry picked from commit 2d4844f97f
)
3 years ago
Sam Kleinman
61831cf5ef
codeowners: backport master codeowners ( #7229 )
3 years ago
Sam Kleinman
8a2dcbafae
ci: backport lint configuration changes ( #7225 )
3 years ago
Tess Rinearson
a9b4fac610
.github: make core team codeowners ( #6384 )
4 years ago
mergify[bot]
b2f01448be
e2e: integrate light clients (bp #6196 )
integrate light clients (#6196 )
fix e2e app test (#6223 )
fix light client generator (#6236 )
4 years ago
Callum Waters
5ee2ada942
.github: remove erik as reviewer from dependapot ( #6076 )
4 years ago
Erik Grinaker
950c9f71b5
CODEOWNERS: remove erikgrinaker ( #6057 )
4 years ago
dependabot[bot]
90a2c33285
build(deps): Bump actions/cache from v2.1.3 to v2.1.4 ( #6055 )
Bumps [actions/cache](https://github.com/actions/cache ) from v2.1.3 to v2.1.4.
- [Release notes](https://github.com/actions/cache/releases )
- [Commits](https://github.com/actions/cache/compare/v2.1.3...26968a09c0ea4f3e233fdddbafd1166051a095f6 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Marko
cb7c9564a4
docker: dont login when in PR ( #5961 )
4 years ago
odidev
9df5fcf1f1
docker: release Linux/ARM64 image ( #5925 )
Co-authored-by: Marko <marbar3778@yahoo.com>
4 years ago
Anton Kaliaev
1e355b6b56
.github: use job ID (not step ID) inside if condition ( #6060 )
https://stackoverflow.com/a/66073112/820520
4 years ago
Anton Kaliaev
108073077b
.github: fix fuzz-nightly job ( #5965 )
outputs is a property of the job, not an individual step.
4 years ago
Anton Kaliaev
8b48d23084
terminate go-fuzz gracefully (w/ SIGINT) ( #5973 )
and preserve exit code.
```
2021/01/26 03:34:49 workers: 2, corpus: 4 (8m28s ago), crashers: 0, restarts: 1/9976, execs: 11013732 (21596/sec), cover: 121, uptime: 8m30s
make: *** [fuzz-mempool] Terminated
Makefile:5: recipe for target 'fuzz-mempool' failed
Error: Process completed with exit code 124.
```
https://github.com/tendermint/tendermint/runs/1766661614
`continue-on-error` should make GH ignore any error codes.
4 years ago
Anton Kaliaev
c3d2f68c05
.github: archive crashers and fix set-crashers-count step ( #5992 )
4 years ago
Anton Kaliaev
0f58a8470a
.github: rename crashers output (fuzz-nightly-test) ( #5993 )
4 years ago
Anton Kaliaev
197b746f8d
test/fuzz: move fuzz tests into this repo ( #5918 )
Co-authored-by: Emmanuel T Odeke <emmanuel@orijtech.com>
Closes #5907
- add init-corpus to blockchain reactor
- remove validator-set FromBytes test
now that we have proto, we don't need to test it! bye amino
- simplify mempool test
do we want to test remote ABCI app?
- do not recreate mux on every crash in jsonrpc test
- update p2p pex reactor test
- remove p2p/listener test
the API has changed + I did not understand what it's tested anyway
- update secretconnection test
- add readme and makefile
- list inputs in readme
- add nightly workflow
- remove blockchain fuzz test
EncodeMsg / DecodeMsg no longer exist
4 years ago
Marko
a3a9398971
proto: docker deployment ( #5931 )
4 years ago
Tess Rinearson
3e41bb57d6
.github/workflows: cleanup yaml for e2e nightlies ( #6049 )
4 years ago
Tess Rinearson
6252b63e53
.github/workflows: fix whitespace in e2e config file ( #6043 )
4 years ago
Tess Rinearson
591e55b301
.github/workflows: separate e2e workflows for 0.34.x and master ( #6041 )
Co-authored-by: Erik Grinaker <erik@interchain.berlin>
Co-authored-by: Marko <marbar3778@yahoo.com>
4 years ago
Tess Rinearson
57aed01639
.github/workflows: try different e2e nightly test set ( #6036 )
4 years ago
Tess Rinearson
f009a1a731
Revert "e2e: releases nightly ( #5906 )" ( #6031 )
This reverts commit 64961e2267
, to see if it will make the workflow dispatch trigger reappear and fix our Slack notification link.
4 years ago
Marko
eb09376ba0
e2e: releases nightly ( #5906 )
4 years ago
Tess Rinearson
46fa6e666c
.github/codeowners: add alexanderbez ( #5913 )
* .github/codeowners: add alexanderbez
* Update .github/CODEOWNERS
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
4 years ago
Marko
6c0d4070c2
ci: build for 32 bit, libs: fix overflow ( #5700 )
4 years ago
Marko
0f29b1631e
fix docker deployment ( #5647 )
4 years ago
Marko
23bc2f690c
ci: remove `add-path` ( #5674 )
4 years ago
Anton Kaliaev
047b5ea85e
bump go version to 1.15 ( #5639 ) ( #5667 )
4 years ago
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)
4 years ago
Marko
96dda8810d
ci: add goreleaser ( #5527 )
Co-authored-by: Erik Grinaker <erik@interchain.berlin>
Co-authored-by: Alessio Treglia <alessio@tendermint.com>
4 years ago
Erik Grinaker
a0f08686fb
github: only notify nightly E2E failures once ( #5559 )
4 years ago
Erik Grinaker
6473f0178c
test: tweak E2E tests for nightly runs ( #5512 )
4 years ago
Erik Grinaker
4e2e487c7a
test: clean up E2E test volumes using a container ( #5509 )
4 years ago
Erik Grinaker
8ebb39eed6
github: rename e2e jobs ( #5502 )
4 years ago
Erik Grinaker
5e6e6315ad
github: add nightly E2E testnet action ( #5480 )
4 years ago
Marko
9379bc92fd
fix lint failures with 1.31 ( #5489 )
4 years ago
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>
4 years ago
dependabot[bot]
bf42bf0fd5
build(deps): Bump golangci/golangci-lint-action from v2.2.0 to v2.2.1 ( #5486 )
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
4 years ago
dependabot[bot]
cbdc089321
build(deps): Bump actions/cache from v2.1.1 to v2.1.2 ( #5487 )
Bumps [actions/cache](https://github.com/actions/cache ) from v2.1.1 to v2.1.2.
- [Release notes](https://github.com/actions/cache/releases )
- [Commits](https://github.com/actions/cache/compare/v2.1.1...d1255ad9362389eac595a9ae406b8e8cb3331f16 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Marko
e7568f9e0c
ci/e2e: avoid running job when no go files are touched ( #5471 )
4 years ago
Erik Grinaker
4462e2697c
test: remove P2P tests ( #5453 )
4 years ago
Erik Grinaker
4b3565fcaa
test: add GitHub action for end-to-end tests ( #5452 )
Partial fix for #5291 .
4 years ago
Marko
0f3b49a915
ci: docker remove circleci and add github action ( #5551 )
4 years ago
Marko
c237e06078
ci: fix net run ( #5343 )
4 years ago
Tess Rinearson
2eda1798a6
CODEOWNERS: specify more precise codeowners ( #5333 )
4 years ago
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 )
4 years ago
Marko
8ca24e2f5a
ci: fix net pipeline ( #5272 )
4 years ago
dependabot[bot]
3935a40929
build(deps): Bump actions/cache from v2.1.0 to v2.1.1 ( #5268 )
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
4 years ago
dependabot[bot]
8ea68b256d
build(deps): Bump gaurav-nelson/github-action-markdown-link-check from 1.0.6 to 1.0.7 ( #5269 )
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago