Aleksandr Bezobchuk
1d671a147f
github: add @tychoish to code owners ( #6273 )
4 years ago
Callum Waters
dd84867e2b
bump linter version to 1.38 ( #6253 )
4 years ago
Anton Kaliaev
fa51b652e8
.github: remove myself from CODEOWNERS ( #6248 )
4 years ago
dependabot[bot]
b00962ed57
build(deps): Bump codecov/codecov-action from v1.2.2 to v1.3.1 ( #6247 )
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from v1.2.2 to v1.3.1.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v1.2.2...fcebab03f26c7530a22baa63f06b3e0515f0c7cd )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
799f87b55b
build(deps): Bump codecov/codecov-action from v1.2.1 to v1.2.2 ( #6231 )
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from v1.2.1 to v1.2.2.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v1.2.1...1f8f3abcccf7960749744fd13547965f0e7d1bdd )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
72c9364154
build(deps): Bump rtCamp/action-slack-notify from ae42232590
to 2.1.3 ( #6234 )
Bumps [rtCamp/action-slack-notify](https://github.com/rtCamp/action-slack-notify ) from ae42232590
to 2.1.3. This release includes the previously tagged commit.
- [Release notes](https://github.com/rtCamp/action-slack-notify/releases )
- [Commits](ae42232590
...f565a63638bd3615e76249bffab00fcb9dab90f7)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Alessio Treglia
d27cc6e5e9
build with go1.16 ( #6213 )
Co-authored-by: Marko <marbar3778@yahoo.com>
4 years ago
dependabot[bot]
6625d125a9
build(deps): Bump JamesIves/github-pages-deploy-action from 4.0.0 to 4.1.0 ( #6215 )
Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action ) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases )
- [Commits](https://github.com/JamesIves/github-pages-deploy-action/compare/4.0.0...3dbacc7e69578703f91f077118b3475862cb09b8 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Anton Kaliaev
36d92cd0b6
test/fuzz: fix rpc, secret_connection and pex tests ( #6190 )
* test/fuzz: fix rpc, secret_connection and pex tests
- ignore empty data in rpc
- provide correct IP in pex
- spawn a goroutine for Write and do multiple Read(s)
* test/fuzz: fix init in pex test
* test/fuzz: assign NewServeMux to global var
* test/fuzz: only try to Unmarshal if blob is not empty
* run fuzz tests for PRs which modify fuzz tests themselves
* test/fuzz: move MakeSwitch into init
4 years ago
Anton Kaliaev
089b314bdb
test/fuzz: fix PEX reactor test ( #6188 )
* test/fuzz: fix PEX reactor test
* .github: [fuzz] increase retention period for crashers
4 years ago
dependabot[bot]
bd14bb66e9
build(deps): Bump golangci/golangci-lint-action from v2.4.0 to v2.5.1 ( #6175 )
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action ) from v2.4.0 to v2.5.1.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases )
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v2.4.0...d9f0e73c0497685d68af8c58280f49fcaf0545ff )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
4 years ago
Anton Kaliaev
98bbde5385
.github: [jepsen] archive results ( #6164 )
4 years ago
Anton Kaliaev
5a39f72aa8
.github: [jepsen] add more docs ( #6141 )
4 years ago
Anton Kaliaev
54a14cfeed
.github: [jepsen] source .bashrc ( #6139 )
fixes https://github.com/tendermint/tendermint/runs/1926771645
```
ERROR [2021-02-18 12:16:30,492] main - jepsen.cli Oh jeez, I'm sorry,
Jepsen broke. Here's why:
clojure.lang.ExceptionInfo: throw+: {:dir "/", :private-key-path nil,
:password "root", :username "root", :type :jepsen.control/session-error,
:port 22, :strict-host-key-checking false, :host nil, :sudo nil, :dummy
false, :message "Error opening SSH session. Verify username, password,
and node hostnames are correct.", :session nil}
```
4 years ago
Anton Kaliaev
a48c6bdf5e
.github: [jepsen] fix directory name ( #6138 )
```
bash: line 0: cd: tendermint: No such file or directory
```
4 years ago
Anton Kaliaev
27b05d6b39
.github: [jepsen] cd inside the container, not outside ( #6137 )
fixes https://github.com/tendermint/tendermint/runs/1925580432
```
No :main namespace specified in project.clj.
```
4 years ago
Anton Kaliaev
6cb4b5d8ad
.github: [jepsen] use "bash -c" to execute lein run cmd ( #6136 )
Fixes https://github.com/tendermint/tendermint/runs/1925329781
```
OCI runtime exec failed: exec failed: container_linux.go:370: starting
container process caused: exec: "lein run test --nemesis none --workload
cas-register --concurrency 10 --tendermint-url
https://github.com/melekes/katas/releases/download/0.2.0/tendermint.tar.gz
--merkleeyes-url
https://github.com/melekes/katas/releases/download/0.2.0/merkleeyes_0.1.7.tar.gz ":
stat lein run test --nemesis none --workload cas-register --concurrency
10 --tendermint-url
https://github.com/melekes/katas/releases/download/0.2.0/tendermint.tar.gz
--merkleeyes-url
https://github.com/melekes/katas/releases/download/0.2.0/merkleeyes_0.1.7.tar.gz :
no such file or directory: unknown
```
4 years ago
Anton Kaliaev
07cf71146c
.github: [jepsen] use working-directory instead of 'cd' ( #6135 )
4 years ago
Anton Kaliaev
df0bf4b0ee
.github: [jepsen] fix inputs and remove TTY from docker ( #6134 )
fixes https://github.com/tendermint/tendermint/runs/1924860805
```
Run docker exec -it jepsen-control 'cd tendermint && lein run test
--nemesis --workload ' the input device is not a TTY
```
4 years ago
Anton Kaliaev
9f697db54f
.github: Jepsen workflow - initial version ( #6123 )
4 years ago
dependabot[bot]
670b27fe3c
build(deps): Bump golangci/golangci-lint-action from v2.3.0 to v2.4.0 ( #6111 )
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action ) from v2.3.0 to v2.4.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases )
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v2.3.0...544d2efb307b3f205f34886f2787046abe7fb26e )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Marko
195916fa32
backports: mergify ( #6107 )
Co-authored-by: Tess Rinearson <tess.rinearson@gmail.com>
4 years ago
Callum Waters
059d42866c
.github: remove erik as reviewer from dependapot ( #6076 )
4 years ago
dependabot[bot]
38c5d28f87
build(deps): Bump JamesIves/github-pages-deploy-action ( #6062 )
Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action ) from 3.7.1 to 4.0.0.
- [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases )
- [Commits](https://github.com/JamesIves/github-pages-deploy-action/compare/3.7.1...049a95c516cd5723d8cfde79dc7a79fcdcbd6c97 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Anton Kaliaev
aaf8987257
.github: use job ID (not step ID) inside if condition ( #6060 )
https://stackoverflow.com/a/66073112/820520
4 years ago
Erik Grinaker
c4c47f2e7a
CODEOWNERS: remove erikgrinaker ( #6057 )
4 years ago
dependabot[bot]
8dd715a028
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
Tess Rinearson
740008e32b
.github: clean up PR template ( #6050 )
I got tired of seeing the literal phrase "Closes #XXX" left in PR bodies.
Also, this template isn't usually viewed as rendered markdown, so I've removed the markdown formatting and the "Description" heading (which usually gets deleted anyways).
4 years ago
Tess Rinearson
17c511db67
.github/workflows: cleanup yaml for e2e nightlies ( #6049 )
4 years ago
Tess Rinearson
8ea2ac0db7
.github/workflows: fix whitespace in e2e config file ( #6043 )
4 years ago
Tess Rinearson
91e1f3548a
.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
b0dfbd1832
.github/workflows: try different e2e nightly test set ( #6036 )
4 years ago
Tess Rinearson
0b953eb190
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
Anton Kaliaev
a54f1544f8
.github: rename crashers output (fuzz-nightly-test) ( #5993 )
4 years ago
Anton Kaliaev
a2e684e51f
.github: archive crashers and fix set-crashers-count step ( #5992 )
4 years ago
Anton Kaliaev
8718f6f5ff
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
680fb18414
.github: fix fuzz-nightly job ( #5965 )
outputs is a property of the job, not an individual step.
4 years ago
odidev
cd3ebe8754
docker: release Linux/ARM64 image ( #5925 )
Co-authored-by: Marko <marbar3778@yahoo.com>
4 years ago
Marko
b958ba3440
docker: dont login when in PR ( #5961 )
4 years ago
Anton Kaliaev
df22e7354c
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
c63854f732
proto: docker deployment ( #5931 )
4 years ago
Marko
64961e2267
e2e: releases nightly ( #5906 )
4 years ago
Tess Rinearson
ea77360ecf
.github/workflows: enable manual dispatch for some workflows ( #5929 )
4 years ago
Tess Rinearson
a2bd09253c
.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
dependabot[bot]
1d16e39c0e
build(deps): Bump gaurav-nelson/github-action-markdown-link-check ( #5884 )
Bumps [gaurav-nelson/github-action-markdown-link-check](https://github.com/gaurav-nelson/github-action-markdown-link-check ) from 1.0.11 to 1.0.12.
- [Release notes](https://github.com/gaurav-nelson/github-action-markdown-link-check/releases )
- [Commits](https://github.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.11...0fe4911067fa322422f325b002d2038ba5602170 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
47f5650615
build(deps): Bump codecov/codecov-action from v1.2.0 to v1.2.1
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from v1.2.0 to v1.2.1.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v1.2.0...e156083f13aff6830c92fc5faa23505779fbf649 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
dependabot[bot]
5b17c01e41
build(deps): Bump codecov/codecov-action from v1.1.1 to v1.2.0 ( #5863 )
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
4 years ago
Marko
bc1f1e5ffa
ci: run `goreleaser build` ( #5824 )
# Description
- run build when on a branch matching RC[0-9]/**, in accordance with contributing.md release guide.
Closes : #5695
4 years ago
dependabot[bot]
392acdc733
build(deps): Bump codecov/codecov-action from v1.0.15 to v1.1.1 ( #5825 )
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from v1.0.15 to v1.1.1.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v1.0.15...1fc7722ded4708880a5aea49f2bfafb9336f0c8d )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Marko
c6691b91c2
ci: make timeout-minutes 8 for golangci ( #5821 )
4 years ago