Callum Waters and GitHub
68dc751a8c
light: ensure required header fields are present for verification ( #5677 )
2020-11-19 12:02:58 +01:00
b435d9aae5
upgrading: update 0.34 instructions with updates since RC4 ( #5685 )
...
Co-authored-by: Marko <marbar3778@yahoo.com >
2020-11-18 18:10:43 +01:00
Erik Grinaker and GitHub
e3728e7709
p2p: remove unused MakePoWTarget() ( #5684 )
2020-11-18 14:27:47 +00:00
Anton Kaliaev and GitHub
f2f6a78809
docs: warn developers about calling blocking funcs in Receive ( #5679 )
...
Refs #2888
2020-11-17 15:37:35 +00:00
Marko and GitHub
b2d72dce7e
e2e: use ed25519 for secretConn (remote signer) ( #5678 )
...
## Description
Hardcode ed25519 to dialTCPFn in e2e tests.
I will backport `DefaultRequestHandler` fixes
This will be replaced when grpc is implemented.
2020-11-17 13:55:23 +00:00
Callum Waters and GitHub
909da42789
light: make fraction parts uint64, ensuring that it is always positive ( #5655 )
2020-11-17 14:23:16 +01:00
4e71357808
build(deps): Bump codecov/codecov-action from v1.0.14 to v1.0.15 ( #5676 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from v1.0.14 to v1.0.15.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Commits](https://github.com/codecov/codecov-action/compare/v1.0.14...239febf655bba88b16ff5dea1d3135ea8663a1f9 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-17 12:15:57 +01:00
Marko and GitHub
fbf2309962
ci: remove add-path ( #5674 )
2020-11-17 11:49:57 +01:00
Marko and GitHub
39e81807a3
buf: modify buf.yml, add buf generate ( #5653 )
2020-11-17 10:30:35 +01:00
Erik Grinaker and GitHub
2d0fcf498d
privval: duplicate SecretConnection from p2p package ( #5672 )
...
This is so that the `privval` package will not be affected when we refactor `p2p` (#5670 ). We will be migrating to gRPC shortly (#4698 ).
2020-11-16 18:16:10 +00:00
Erik Grinaker and GitHub
deb4f60613
docs: add P2P architecture ADR ( #5637 )
...
[Rendered](https://github.com/tendermint/tendermint/blob/erik/adr-p2p-architecture/docs/architecture/adr-062-p2p-architecture.md )
ADR for the new P2P architecture and abstractions. Related to #2067 .
2020-11-16 16:17:09 +00:00
Tess Rinearson and GitHub
a736530e01
docs/architecture: add missing ADRs to README, update status of ADR 034 ( #5663 )
2020-11-16 13:54:52 +01:00
Marko and GitHub
e0950515ff
test/e2e: fix secp failures ( #5649 )
2020-11-16 12:31:32 +01:00
Aleksandr Bezobchuk and GitHub
8aa47c7da5
rpc: fix content-type header ( #5661 )
2020-11-13 14:07:10 -05:00
Callum Waters and GitHub
2f5e454892
remove unused version struct ( #5656 )
2020-11-13 13:09:38 +01:00
Erik Grinaker and GitHub
e9294de946
go.mod: upgrade iavl and deps ( #5657 )
...
Bumps IAVL, which pulled in some other upgrades as well. I think they should be fine though.
2020-11-13 11:30:34 +00:00
dependabot[bot] and Erik Grinaker
fdecfa177d
build(deps): Bump rtCamp/action-slack-notify from e9db0ef to 2.1.1
...
Bumps [rtCamp/action-slack-notify](https://github.com/rtCamp/action-slack-notify ) from e9db0ef to 2.1.1. This release includes the previously tagged commit.
- [Release notes](https://github.com/rtCamp/action-slack-notify/releases )
- [Commits](https://github.com/rtCamp/action-slack-notify/compare/e9db0ef...ecc1353ce30ef086ce3fc3d1ea9ac2e32e150402 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-13 12:09:35 +01:00
Alessio Treglia and GitHub
8bd3d5105f
libs/os: remove unused aliases, add test cases ( #5654 )
...
Remove unused ReadFile (unused) and
WriteFile (almost unused, alias of ioutil.WriteFile).
Add testcases for Must{Read,Write}File.
2020-11-13 10:59:45 +00:00
Marko and GitHub
95cff1efb4
proto: buf for everything ( #5650 )
...
## Description
- remove installation of protoc
- use buf protoc to generate proto stubs
prior to approving could someone test locally. I restarted my docker instance and its been stuck for 20+ minutes
Closes: #XXX
2020-11-12 11:15:18 +00:00
Alessio Treglia and GitHub
eb0d353767
libs/os: add test case for TrapSignal ( #5646 )
2020-11-12 10:19:05 +04:00
dependabot[bot] and Erik Grinaker
a399fae100
build(deps): Bump github.com/tendermint/tm-db from 0.6.2 to 0.6.3
...
Bumps [github.com/tendermint/tm-db](https://github.com/tendermint/tm-db ) from 0.6.2 to 0.6.3.
- [Release notes](https://github.com/tendermint/tm-db/releases )
- [Changelog](https://github.com/tendermint/tm-db/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tendermint/tm-db/compare/v0.6.2...v0.6.3 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-11 12:19:30 +01:00
Marko and GitHub
baa20a4b9c
fix docker deployment ( #5647 )
2020-11-11 09:32:57 +01:00
Anton Kaliaev and GitHub
af645ac778
privval: reset pingTimer to avoid sending unnecessary pings ( #5642 )
...
Refs #5550
2020-11-10 11:43:01 +00:00
Anton Kaliaev and GitHub
adcfe80f09
remove Vagrantfile ( #5641 )
...
we're no longer using it for development
2020-11-10 11:33:21 +00:00
Anton Kaliaev and GitHub
7041cae8e1
bump go version to 1.15 ( #5639 )
2020-11-10 15:19:52 +04:00
Anton Kaliaev and GitHub
fa522ca323
privval: increase read/write timeout to 5s and calculate ping interval based on it ( #5638 )
...
Partially closes #5550
2020-11-10 11:10:12 +00:00
dependabot[bot] and GitHub
1181cfbd77
build(deps): Bump google.golang.org/grpc from 1.33.1 to 1.33.2 ( #5635 )
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.33.1 to 1.33.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/grpc/grpc-go/releases ">google.golang.org/grpc's releases</a>.</em></p>
<blockquote>
<h2>Release 1.33.2</h2>
<ul>
<li>protobuf: update all generated code to google.golang.org/protobuf (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3932 ">#3932</a>)</li>
<li>xdsclient: populate error details for NACK (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3975 ">#3975</a>)</li>
<li>internal/credentials: fix a bug and add one more helper function SPIFFEIDFromCert (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3929 ">#3929</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/grpc/grpc-go/commit/56d63285d528c0d33f9bf8c355139d91edc047de "><code>56d6328</code></a> github: remove advancedtls examples test</li>
<li><a href="https://github.com/grpc/grpc-go/commit/6396e4b7d7b107f2c61fbefe8bca06c4a78dfe9a "><code>6396e4b</code></a> vet: ignore proto deprecation warnings</li>
<li><a href="https://github.com/grpc/grpc-go/commit/0afe9d28d8be06318769e6c1e22632b87f47edbb "><code>0afe9d2</code></a> github: add Github Actions workflow for tests; support in vet.sh (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4005 ">#4005</a>)</li>
<li><a href="https://github.com/grpc/grpc-go/commit/8a0ca33b8542c02085e3d6988fb6e0678b1a9ed4 "><code>8a0ca33</code></a> Change version to 1.33.2</li>
<li><a href="https://github.com/grpc/grpc-go/commit/c1989b58a5867364d14a2089eef6bfbbc77ef23b "><code>c1989b5</code></a> protobuf: update all generated code to google.golang.org/protobuf (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3932 ">#3932</a>)</li>
<li><a href="https://github.com/grpc/grpc-go/commit/b205df69d4fed4ef9b38c0a772f98a86be4b9c87 "><code>b205df6</code></a> xdsclient: populate error details for NACK (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3975 ">#3975</a>)</li>
<li><a href="https://github.com/grpc/grpc-go/commit/75e27683ed73aa11adad2c7520bf89e8b8292fb7 "><code>75e2768</code></a> internal/credentials: fix a bug and add one more helper function SPIFFEIDFrom...</li>
<li><a href="https://github.com/grpc/grpc-go/commit/17493ac06746ffc550e9b1fec77a158509d2beae "><code>17493ac</code></a> Change version to 1.33.2-dev</li>
<li>See full diff in <a href="https://github.com/grpc/grpc-go/compare/v1.33.1...v1.33.2 ">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
2020-11-10 10:50:42 +00:00
Marko and GitHub
e7d7ad85d5
crypto: adopt zip215 ed25519 verification ( #5632 )
2020-11-10 11:39:52 +01:00
Aleksandr Bezobchuk and GitHub
b508045eff
Merge PR #5624 : Types ValidateBasic Tests
2020-11-09 11:08:48 -05:00
Callum Waters and GitHub
ca46cbc781
move broadcast_evidence rpc call from info to evidence ( #5634 )
2020-11-09 15:48:44 +01:00
bf35cc6443
cmd: add support for --key ( #5612 )
...
Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com >
2020-11-09 15:22:36 +01:00
27895a27a4
build(deps): Bump actions/cache from v2.1.2 to v2.1.3 ( #5633 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from v2.1.2 to v2.1.3.
- [Release notes](https://github.com/actions/cache/releases )
- [Commits](https://github.com/actions/cache/compare/v2.1.2...0781355a23dac32fd3bac414512f4b903437991a )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-09 12:03:53 +01:00
Callum Waters and GitHub
9fe7b4fe77
remove misbehaviors from e2e generator ( #5629 )
2020-11-06 14:27:48 +01:00
Tess Rinearson and GitHub
ec32df2d8a
CHANGELOG: add breaking Version name change ( #5628 )
...
The good folks at Regen pointed out that this was an additional breaking change when they upgraded to use RC6: https://github.com/cosmos/cosmos-sdk/pull/7828#discussion_r518337441
2020-11-06 01:06:55 +01:00
Tess Rinearson
d0c87ff27e
.github: move codecov config into .github
2020-11-06 01:02:52 +01:00
Tess Rinearson
e52f9de148
.github: move codecov.yml into .github
2020-11-06 01:02:52 +01:00
Tess Rinearson
8ae5c60637
scripts: move build.sh into scripts
2020-11-06 01:02:52 +01:00
Tess Rinearson
47687dba31
remove unused PHILOSOPHY file
2020-11-06 01:02:52 +01:00
Tess Rinearson
865234e113
remove appveyor.yml
2020-11-06 01:02:52 +01:00
Tess Rinearson
fdb7421ae8
.github: move mergify config
2020-11-06 01:02:52 +01:00
Tess Rinearson and GitHub
a65c23a526
CHANGELOG: update to reflect v0.34.0-rc6 ( #5622 )
...
Note that this also deletes everything from CHANGELOG_PENDING that was included in RC6.
2020-11-05 23:24:26 +01:00
Anton Kaliaev and GitHub
335e97433c
blockchain/v2: remove peers from the processor ( #5607 )
...
after they were pruned by the scheduler
Closes #5513
2020-11-05 12:24:48 +00:00
Callum Waters and GitHub
3922dde05d
evidence: structs can independently form abci evidence ( #5610 )
2020-11-04 17:14:48 +01:00
83c7bd17bf
build(deps-dev): Bump watchpack from 2.0.0 to 2.0.1 in /docs ( #5605 )
...
Bumps [watchpack](https://github.com/webpack/watchpack ) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/webpack/watchpack/releases )
- [Commits](https://github.com/webpack/watchpack/compare/v2.0.0...v2.0.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-04 10:55:04 +01:00
Cyrus Goh and GitHub
f471affad5
docs: bump vuepress-theme-cosmos ( #5614 )
...
## Description
- bump to 1.0.175
### Related:
- https://github.com/cosmos/vuepress-theme-cosmos/pull/125
- https://github.com/cosmos/vuepress-theme-cosmos/pull/151
2020-11-04 05:39:29 +00:00
Marko and GitHub
0e9798f39f
ci: use gh pages ( #5609 )
2020-11-03 18:37:01 +01:00
Anton Kaliaev and GitHub
627f7b5989
light: run detector for sequentially validating light client ( #5538 )
...
Closes #5445
2020-11-02 12:42:03 +04:00
Anton Kaliaev and GitHub
8e6194626e
light: model-based tests ( #5461 )
...
This is the first iteration of model-based testing in Go Tendermint. The test runner is using the static JSON fixtures located under the ./json directory. In the future, the Rust tensgen binary will be used to generate those (given the static intermediate scenarios and the test seed, which will be published along with each testgen release).
Closes : #5322
2020-11-02 12:07:18 +04:00
Erik Grinaker and GitHub
886235311f
p2p: remove p2p.FuzzedConnection and its config settings ( #5598 )
...
Removes `p2p.FuzzedConnection`, since it does not appear to be in use. While these sorts of test wrappers may be useful, they should be injected directly instead of bleeding through into the main application configuration. We'll implement something similar if and when necessary, for the new P2P abstractions in #2067 .
2020-10-30 14:47:21 +00:00
Erik Grinaker and GitHub
b5d9da5d89
docs: add ADR on P2P refactor scope ( #5592 )
...
[Rendered](https://github.com/tendermint/tendermint/blob/erik/adr-p2p-refactor/docs/architecture/adr-061-p2p-refactor-scope.md )
This summarizes recent discussions on the scope of the upcoming P2P refactor.
2020-10-30 12:32:06 +00:00