Sam Kleinman
2030875056
e2e: drop single node hybrid configurations ( #6737 )
3 years ago
Sam Kleinman
639e145729
e2e: avoid systematic key-type variation ( #6736 )
3 years ago
Aleksandr Bezobchuk
68ffe8bc64
mempool: add TTL configuration to mempool ( #6715 )
3 years ago
William Banfield
21309ccb7b
clist: add a few basic clist tests ( #6727 )
3 years ago
William Banfield
f70396c6fd
add and run make target for generating existing mocks ( #6732 )
There are many `//go:generate mockery` lines in the source code.
This change adds a make target to invoke these mock generations.
This change also invokes the mock invocations and adds the resulting mocks to the repo.
Related to #5274
3 years ago
William Banfield
fdc246e4a8
libs/clist: revert clear and detach changes while debugging ( #6731 )
3 years ago
Marko
78a0a5fe73
blockchain: error on v2 selection ( #6730 )
## Description
Remove v2 flag from toml
3 years ago
Marko
4f885209aa
RPC: mark grpc as deprecated ( #6725 )
## Description
Mark gRPC as deprecated in the RPC layer.
closes #6718
3 years ago
Callum Waters
6dd0cf92c8
router/statesync: add helpful log messages ( #6724 )
3 years ago
dependabot[bot]
626d9b4fbe
build(deps): Bump actions/stale from 3.0.19 to 4 ( #6726 )
Bumps [actions/stale](https://github.com/actions/stale ) from 3.0.19 to 4.
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/stale/compare/v3.0.19...v4 )
---
updated-dependencies:
- dependency-name: actions/stale
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Sam Kleinman
8addf99f90
e2e: tweak sleep for pertubations ( #6723 )
This tweaks sleeps around pertubations, based on a theory that our
tests with "kill" pertubations restart the nodes fast enough the peers
haven't marked it down when it tries to reconnect. In my local test
runs, this clears out *most* of the test failures that I've seen,
except for one evidence-related test-harness problem (which should be
handled separately.)
3 years ago
Marko
76c6c67734
docs: fix broken links ( #6719 )
## Description
Fix broken links
closes #6695
3 years ago
William Banfield
a46724e4f6
statesync: dispatcher test uses internal channel for timing ( #6713 )
This code change amends the dispatcher tests to read from the dispatcher's `requestCh`. This ensures that a request is waiting when the test calls `dispatcher.respond`.
addresses: #6711
3 years ago
Callum Waters
40fba3960d
add missing context catch and tests ( #6701 )
3 years ago
Callum Waters
36a859ae54
e2e: ensure evidence validator set matches nodes validator set ( #6712 )
3 years ago
Sam Kleinman
ab5c63eff3
statesync: increase dispatcher timeout ( #6714 )
3 years ago
Sam Kleinman
8228936155
e2e: extend timeouts in test harness ( #6694 )
3 years ago
Callum Waters
a12e2bbb60
statesync: use initial height as a floor to backfilling ( #6709 )
3 years ago
dependabot[bot]
11bebfb6a0
build(deps): Bump github.com/google/uuid from 1.2.0 to 1.3.0 ( #6708 )
Bumps [github.com/google/uuid](https://github.com/google/uuid ) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/google/uuid/releases )
- [Commits](https://github.com/google/uuid/compare/v1.2.0...v1.3.0 )
---
updated-dependencies:
- dependency-name: github.com/google/uuid
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
William Banfield
4009102e2b
statesync: remove outgoingCalls race condition in dispatcher ( #6699 )
* statesync: remove outgoing calls race condition
3 years ago
William Banfield
cabd916517
Revert "statesync: keep peer despite lightblock query fail ( #6692 )" ( #6696 )
* Revert "statesync: keep peer despite lightblock query fail (#6692 )"
This reverts commit 50b00dff71
.
3 years ago
Marko
363ea56680
abci: remove counter app ( #6684 )
* remove counter app
* remove unneeeded ci
* lint fix
* modify tx sizes
* cleanup docs
* Update abci/cmd/abci-cli/abci-cli.go
Co-authored-by: Callum Waters <cmwaters19@gmail.com>
* Update docs/app-dev/getting-started.md
Co-authored-by: Callum Waters <cmwaters19@gmail.com>
* Update docs/app-dev/getting-started.md
Co-authored-by: Callum Waters <cmwaters19@gmail.com>
* bring back comment
* migrate to kvstore and not persistent
* remove unused func
* test persistent
Co-authored-by: Callum Waters <cmwaters19@gmail.com>
3 years ago
Callum Waters
aa4854ff8f
docs: add docs file for the peer exchange ( #6665 )
3 years ago
William Banfield
581dd01d47
Update CODEOWNERS to include williambanfield ( #6683 )
3 years ago
William Banfield
50b00dff71
statesync: keep peer despite lightblock query fail ( #6692 )
When a peer responds with no lightblock for the height we queried, we call the [removePeer method](https://github.com/tendermint/tendermint/blob/master/internal/statesync/reactor.go#L339 ). This removes the peer from the [dispatcher's list of called peer's](ad65883152/internal/statesync/dispatcher.go (L159))
. When the dispatcher then receives responses from the removed peer, it [drops their responses](ad65883152/internal/statesync/dispatcher.go (L130))
. These responses may be meaningful or contain a block or data that will help statesync proceed.
[The logs](https://gist.github.com/tychoish/34a1f61eaae3c36c23efc7d0001e805c ), when this change is applied, show an additional 3 networking testnets passing.
addresses: #6691
3 years ago
Callum Waters
051e127d38
light: correctly handle contexts ( #6687 )
3 years ago
Marko
5530726df8
tools: move tools.go to subdir ( #6689 )
## Description
Move tools to subdir to fix `go get`
3 years ago
Callum Waters
decac693ab
p2p: remove annoying error log ( #6688 )
I put this error log in here because I thought it might be a helpful indicator to see when a reactor sends a message to a peer that doesn't have that channel open but it turns out this is happening all the time and it's kind of annoying
3 years ago
dependabot[bot]
7ca0f24040
build(deps): Bump github.com/golangci/golangci-lint ( #6686 )
Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint ) from 1.38.0 to 1.41.1.
- [Release notes](https://github.com/golangci/golangci-lint/releases )
- [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/golangci/golangci-lint/compare/v1.38.0...v1.41.1 )
---
updated-dependencies:
- dependency-name: github.com/golangci/golangci-lint
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Marko
69848bef26
deps: run go mod tidy ( #6677 )
## Description
Run go mod tidy
3 years ago
Callum Waters
2c14d491f6
fix leaking statesync test ( #6680 )
3 years ago
Sam Kleinman
cd248576ea
e2e: remove colorized output from docker-compose ( #6670 )
3 years ago
Callum Waters
c256edc622
fix evidence rpc test by extending wait time ( #6678 )
3 years ago
Callum Waters
9d9360774f
adjust tx load ( #6681 )
3 years ago
dependabot[bot]
c7c11fc7d5
build(deps): Bump gaurav-nelson/github-action-markdown-link-check ( #6679 )
Bumps [gaurav-nelson/github-action-markdown-link-check](https://github.com/gaurav-nelson/github-action-markdown-link-check ) from 1.0.12 to 1.0.13.
- [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.12...1.0.13 )
---
updated-dependencies:
- dependency-name: gaurav-nelson/github-action-markdown-link-check
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Cuong Manh Le
37bc1d74df
internal/blockchain/v0: prevent all possible race for blockchainCh.Out ( #6637 )
This commit extends the fix in #6518 , so all other goroutine which run
concurrently with processBlockchainCh can safely send data to blockchain
out channel via a bridge channel. This helps eliminating all possible
data race with sending and closing blockchainCh.Out channel at the same
time.
Fixes #6516
3 years ago
William Banfield
d882f31569
use tools.go pattern for managing linter ( #6643 )
3 years ago
Tanya Bouman
ba3f7106b1
abci: Fix gitignore abci-cli ( #6668 )
Closes #6663
3 years ago
William Banfield
3ccfb26137
psql: close opened rows in tests ( #6669 )
3 years ago
Marko
96863decca
deps: remove pkg errors ( #6666 )
## Description
remove pkg/errors since we use the provided fmt.Errorf
3 years ago
JayT106
d4cda544ae
fastsync/rpc: add TotalSyncedTime & RemainingTime to SyncInfo in /status RPC ( #6620 )
3 years ago
Callum Waters
800cce80b7
e2e: allow variable tx size ( #6659 )
3 years ago
JayT106
e850863296
state/indexer: close row after query ( #6664 )
Closes : #6661
Note: see another error during the events indexing, guess the raw tx size exceeds the limitation?
```
3:17PM ERR failed to index block txs err="pq: index row size 2768 exceeds btree version 4 maximum 2704 for index \"tx_results_tx_result_key\"" height=5205112 module=txindex
3 years ago
Aleksandr Bezobchuk
1dec3e139a
add stacktrace to panic logs ( #6662 )
3 years ago
Marko
11b920480f
docs: add sentence about windows support ( #6655 )
## Description
Add sentence about windows support.
closes #1887
3 years ago
Aleksandr Bezobchuk
4f8bcb1cce
docs: update events ( #6658 )
* docs: update events
* lint++
* lint++
3 years ago
Callum Waters
2d95e38986
Revert "consensus: skip all messages during sync ( #6577 )" ( #6654 )
This reverts commit 13b95e7127
.
3 years ago
Callum Waters
6bb4b688e0
use grpc abci protocol in e2e tests ( #6652 )
3 years ago
Callum Waters
a1e1e6c290
test: fix non-deterministic backfill test ( #6648 )
3 years ago
rene
736364178a
fix typo in log message ( #6653 )
Co-authored-by: Callum Waters <cmwaters19@gmail.com>
3 years ago