Skip to content

docs: master → docs-staging#5466

Merged
lovincyrus merged 16 commits intodocs-stagingfrom
master
Oct 5, 2020
Merged

docs: master → docs-staging#5466
lovincyrus merged 16 commits intodocs-stagingfrom
master

Conversation

@lovincyrus
Copy link
Contributor

Description

To update: https://docs.staging-tendermint.com

melekes and others added 16 commits September 30, 2020 09:10
Required for #5291 to set timeouts for remote signers.
Required for #5291, to generate configuration files with state sync RPC servers.
Partial fix for #5291. For details, see [README.md](https://github.com/tendermint/tendermint/blob/erik/e2e-tests/test/e2e/README.md) and [RFC-001](https://github.com/tendermint/tendermint/blob/master/docs/rfc/rfc-001-end-to-end-testing.md).

This only includes a single test case under `test/e2e/tests/`, as a proof of concept - additional test cases will be submitted separately. A randomized testnet generator will also be submitted separately, there a currently just a handful of static testnets under `test/e2e/networks/`. This will eventually replace the current P2P tests and run in CI.
I forgot to add the date when we cut 0.33.5. This fixes that. It also fixes a header indentation issue for 0.33.8.
Partial fix for #5291.

This adds a basic set of test cases for core network invariants. Although small, it is sufficient to replace and extend the current set of P2P tests. Further test cases can be added later.
## Description

In blocks_results we use the proto definition of abciResponses: https://github.com/tendermint/tendermint/blob/2672b91ab099b8b02f3afabae4a0a745acd93c3f/rpc/core/blocks.go#L152-L155, this leads to the use of the proto definition of the pubkey which is an interface in go (oneof). The interface must be registered with the JSON encoder to have it work correctly.

A clearer divide between proto types and native types is needed.

Closes: #XXX
## Description

fix broken link from a previous change
@lovincyrus lovincyrus added the C:docs Component: Documentation label Oct 5, 2020
@codecov
Copy link

codecov bot commented Oct 5, 2020

Codecov Report

Merging #5466 into docs-staging will decrease coverage by 0.16%.
The diff coverage is 67.74%.

@@               Coverage Diff                @@
##           docs-staging    #5466      +/-   ##
================================================
- Coverage         61.48%   61.31%   -0.17%     
================================================
  Files               259      259              
  Lines             23438    23456      +18     
================================================
- Hits              14410    14383      -27     
- Misses             7577     7618      +41     
- Partials           1451     1455       +4     
Impacted Files Coverage Δ
light/errors.go 58.33% <ø> (-25.01%) ⬇️
privval/signer_dialer_endpoint.go 92.30% <0.00%> (-3.70%) ⬇️
light/detector.go 84.68% <58.33%> (-3.17%) ⬇️
privval/msgs.go 82.60% <66.66%> (ø)
types/part_set.go 68.78% <66.66%> (-0.09%) ⬇️
config/toml.go 63.63% <75.00%> (+2.66%) ⬆️
consensus/state.go 68.44% <100.00%> (-0.07%) ⬇️
privval/file.go 68.68% <100.00%> (ø)
privval/signer_server.go 89.47% <0.00%> (-5.27%) ⬇️
... and 12 more

@lovincyrus lovincyrus merged commit 7a4c91f into docs-staging Oct 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C:docs Component: Documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants