Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mempool: fix mempool flaky test #9758

Open
wants to merge 462 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
462 commits
Select commit Hold shift + click to select a range
49ec3b9
chore: lint repo (use american english) (#9144)
cmwaters Aug 1, 2022
5305fa7
build(deps): Bump github.com/bufbuild/buf from 1.4.0 to 1.7.0 (#9138)
dependabot[bot] Aug 1, 2022
1e9d81f
chore: bump go to 1.18 (#9147)
cmwaters Aug 1, 2022
07d242c
e2e: remove maverick (#9148)
cmwaters Aug 1, 2022
b6a515a
docs/rfc: add testnet RFC (#9124)
mark-rushakoff Aug 1, 2022
eb762cf
cli: set node p2p external address with cmd flag (#9107)
amimart Aug 1, 2022
4206a0e
remove v1 and v2 blocksync protocol impementations (#9146)
cmwaters Aug 2, 2022
61619ab
Update `feature/abci++ppp` branch with latest infra changes in `main`…
sergio-mena Aug 3, 2022
2164883
Old PrepareProposal and vote extension integration on feature/abci++p…
sergio-mena Aug 3, 2022
ea271c5
abci: remove counter app (port #6684) (#9143)
cmwaters Aug 3, 2022
4f30c90
metricsgen: port metrics code generation tool (#9156)
tychoish Aug 3, 2022
d268e56
Sync PrepareProposal with Spec. Main part (#9158)
sergio-mena Aug 3, 2022
b2409b3
Follow-up fixes to main `PrepareProposal` implementation (#9162)
sergio-mena Aug 3, 2022
88186f7
(docker) enable cross platform build using docker buildx (\#9073) (#9…
highercomve Aug 4, 2022
6b499ae
DOCKER: use go 1.18 (#9170)
williambanfield Aug 4, 2022
b92a19b
proxy: add initial set of abci metrics (port of #7115) (#9169)
williambanfield Aug 5, 2022
608933b
consensus: additional timing metrics (port of #7849) (#9168)
williambanfield Aug 5, 2022
1148759
ci: Update nightly E2E notifications (#9177)
thanethomson Aug 6, 2022
03c79b6
ci: Fix nightly E2E notifications (#9179)
thanethomson Aug 6, 2022
ef4e37b
ci: Restore ToC check for ADRs/RFCs (#9180)
thanethomson Aug 6, 2022
ad1f9b4
build(deps): Bump github.com/prometheus/client_golang (#9190)
dependabot[bot] Aug 8, 2022
74dd21e
build(deps): Bump docker/build-push-action from 3.1.0 to 3.1.1 (#9189)
dependabot[bot] Aug 8, 2022
10e1ac8
metrics: transition all metrics to using metricsgen generated const…
williambanfield Aug 8, 2022
69845bb
metrics: fixup after cherry-pick (#9195)
williambanfield Aug 8, 2022
bff63ae
remove lastresulthash from merklization in lastresult hash (#9175)
tac0turtle Aug 9, 2022
d5ec276
e2e: fix out of sync configuration (#9199)
tychoish Aug 9, 2022
f861062
abci: implement process proposal to spec (#9122)
cmwaters Aug 9, 2022
0bea064
tools: remove mockery from tools.go (#9196)
williambanfield Aug 9, 2022
f295b4d
build(deps): Bump github.com/golangci/golangci-lint from 1.42.1 to 1.…
dependabot[bot] Aug 9, 2022
152a2fa
metrics: add metricsgen makefile target (#9172)
tychoish Aug 9, 2022
a6dde14
do not use ioutil (#9206)
faddat Aug 10, 2022
25b0c7c
`PrepareProposal`/`ProcessProposal`: Dealing with block data exposed …
sergio-mena Aug 11, 2022
c4eb611
Remove unused code in internal directory (#9223)
sergio-mena Aug 11, 2022
ae1fc74
abci: Make ABCI and P2P wire-level length delimiters consistent (#9182)
thanethomson Aug 11, 2022
f36999e
retract all of 0.35 (#9198)
tac0turtle Aug 12, 2022
cb570f6
ABCI `types.proto`. Handle remaining discrepancies (#9224)
sergio-mena Aug 12, 2022
7dc4f93
Merge branch main into feature/abci++ppp
sergio-mena Aug 12, 2022
670abbc
Merge pull request #9236 from tendermint/sergio/merging-main-abci++ppp
sergio-mena Aug 12, 2022
cbc7a1a
spec: Sync Light Client TLA+ code with `master` (#9238)
thanethomson Aug 12, 2022
c322b89
RFC-024: block structure consolidation (#8457)
williambanfield Aug 16, 2022
498657f
test/fuzz: fix OSS-Fuzz build (#9183)
AdamKorcz Aug 16, 2022
3003e05
Update type annotations in the TLA+ spec of Tendermint for accountabi…
konnov Aug 16, 2022
9993514
abci: Remove SetOption #5447 #9091 (#9266)
samricotta Aug 16, 2022
7bd86ec
consensus: backport abci and consensus metrics (#9273)
williambanfield Aug 17, 2022
1069ffc
config: backport the rename of fastsync to blocksync (#9259)
williambanfield Aug 17, 2022
622b930
abci-cli: PrepareProposal and ProcessProposal (#9281)
sergio-mena Aug 17, 2022
fb9afcc
Restore e2e nightly workflow on feature/abci++ppp branch (#9280)
sergio-mena Aug 17, 2022
c8302c5
consensus: fix round number when handling RoundStepNewRound timeout (…
fatcat22 Aug 18, 2022
1a4d939
abci++: update PrepareProposal API to accept just a list of bytes (#9…
williambanfield Aug 18, 2022
0ca3a89
e2e: add abci delays (#9254)
cmwaters Aug 19, 2022
3cc9764
docs: Apply standard Apache 2.0 license (#9293)
thanethomson Aug 19, 2022
daaf5d6
docs: Update all docs to prepare for v0.37 (#9243)
thanethomson Aug 19, 2022
d886bc8
docs: Capture UX-oriented practices for changelog (#9284)
thanethomson Aug 20, 2022
2d8df1b
proto: deduplicate consensus params (#9287)
cmwaters Aug 22, 2022
aa303ed
Forward port discard abci responses change (#9286)
samricotta Aug 22, 2022
b37f062
e2e: add evidence tests (#9292)
cmwaters Aug 22, 2022
50b5c23
Merge branch 'feature/abci++ppp'
sergio-mena Aug 22, 2022
5f932a5
e23: fix generation by considering evidence age in retain height (#9306)
cmwaters Aug 23, 2022
28cfb03
docs: Add redirects to GitHub for spec links (#9311)
thanethomson Aug 24, 2022
9f76e8d
Temporarily revert #9175: remove lastresulthash from merklization in …
thanethomson Aug 24, 2022
3233568
Added `PrepareProposal` and `ProcessProposal` data `CHANGELOG_PENDING…
sergio-mena Aug 26, 2022
2313f35
build(deps): Bump google.golang.org/grpc from 1.48.0 to 1.49.0 (#9322)
dependabot[bot] Aug 29, 2022
7b40167
abci: Port `EventAttribute` field type change to `main` (#9335)
thanethomson Aug 30, 2022
cceea4d
chore: Format and fix lints (#9336)
thanethomson Aug 30, 2022
bdf0217
ci: Prepare for v0.37 release branch (#9338)
thanethomson Aug 31, 2022
f183533
docs: Update RELEASES.md to reflect current process (#9339)
thanethomson Aug 31, 2022
70fd943
test: add the loadtime tool (#9342)
williambanfield Aug 31, 2022
2ff11e5
Update rpc client header (#9276)
samricotta Sep 1, 2022
b055535
abci: Set version to 1.0.0 (#9341)
thanethomson Sep 2, 2022
6371f02
spec: abci++ cleanup for v0.37 (#9288)
jmalicevic Sep 2, 2022
bf73c79
Update Tendermint version in `main` (#9360)
sergio-mena Sep 2, 2022
8655080
test: add the loadtime report tool (#9351)
williambanfield Sep 2, 2022
6bdc970
ci: Pre-release workflows (#9366)
thanethomson Sep 2, 2022
c71efd1
build(deps): Bump github.com/golangci/golangci-lint (#9323)
dependabot[bot] Sep 3, 2022
e667b85
fix(doc): wrong link address (#9370)
117503445 Sep 3, 2022
d764562
ci: Remove "(WARNING: BETA SOFTWARE)" tagline from all upcoming relea…
thanethomson Sep 3, 2022
101bf50
refactor: migrate to `cosmos/gogoproto` (#9356)
julienrbrt Sep 6, 2022
1067ba1
add separated runs by UUID (#9367)
williambanfield Sep 6, 2022
d54ed64
Add missing changes changelog files (#9376)
sergio-mena Sep 6, 2022
1944dfd
build(deps): Bump gonum.org/v1/gonum from 0.11.0 to 0.12.0 (#9378)
dependabot[bot] Sep 7, 2022
2ae117e
config: fix broken test (#9309)
cmwaters Sep 7, 2022
ffce253
print all versions of tendermint and its sub protocols (#9329)
tac0turtle Sep 7, 2022
43ebbed
add redirect links (#9385)
samricotta Sep 7, 2022
59a711e
test: generate uuid on startup for load tool (#9383)
williambanfield Sep 8, 2022
5013bc3
Update to markdown links (#9384)
samricotta Sep 8, 2022
0f45086
update btcec to v2 and use the latest btcutil (#9250)
wcsiu Sep 9, 2022
ac866e3
test/fuzz: bring changes from v0.34.x into main (#9299)
elias-orijtech Sep 11, 2022
dfefd83
docs: Update ADRs for v0.37 (#9399)
thanethomson Sep 12, 2022
8e90d29
feat: support HTTPS inside websocket (#9416)
RiccardoM Sep 13, 2022
93ead3d
remove fast sync deprecation warning (#9414)
cmwaters Sep 13, 2022
e80dd00
backport: performance improvements for the event query API (#7319) (#…
mmsqe Sep 13, 2022
c1f163f
build(deps): Bump github.com/spf13/viper from 1.12.0 to 1.13.0 (#9408)
dependabot[bot] Sep 13, 2022
2d77374
build(deps): Bump github.com/lib/pq from 1.10.6 to 1.10.7 (#9405)
dependabot[bot] Sep 13, 2022
7feb484
build(deps): Bump gonum.org/v1/gonum from 0.8.2 to 0.12.0 (#9407)
dependabot[bot] Sep 13, 2022
7bd84cd
build(deps): Bump github.com/gofrs/uuid (#9406)
dependabot[bot] Sep 13, 2022
10f3626
ci: Only allow automated security-related updates until v0.37.0 relea…
thanethomson Sep 13, 2022
d67be51
build(deps): Bump slackapi/slack-github-action from 1.21.0 to 1.22.0 …
dependabot[bot] Sep 13, 2022
3293ce6
docs: Enable build for v0.37.x branch (#9433)
thanethomson Sep 13, 2022
0c96f0b
docs: Remove dev base tagging from release branch creation (#9434)
thanethomson Sep 15, 2022
21a3bbd
state: restore previous error message (#9435)
cmwaters Sep 16, 2022
a8efef1
rfc: simplify mempool to support more broad tendermint uses (#9294)
williambanfield Sep 19, 2022
db26cff
state: move pruneBlocks from consensus/state to state/execution (#9443)
JayT106 Sep 20, 2022
0f85704
build(deps): Bump bufbuild/buf-setup-action from 1.7.0 to 1.8.0 (#9450)
dependabot[bot] Sep 20, 2022
10d1156
build(deps): Bump github.com/bufbuild/buf from 1.7.0 to 1.8.0 (#9452)
dependabot[bot] Sep 20, 2022
c69ab68
build(deps): Bump github.com/cosmos/gogoproto from 1.4.1 to 1.4.2 (#9…
dependabot[bot] Sep 20, 2022
2d1ada4
crypto: Upstream v0.35.x improvements (#9255)
Yawning Sep 21, 2022
e84d43e
cli: add --hard flag to rollback command to remove block as well (#9…
cmwaters Sep 21, 2022
bfdeccd
crypto/merkle: pre-allocate data slice in innherHash (#6443) (#9447)
JayT106 Sep 21, 2022
ab4238a
crypto/merkle: optimize merkle tree hashing (#6513) (#9446)
JayT106 Sep 21, 2022
080dfab
p2p/pex: reuse hash.Hasher per addrbook for speed (#6509) (#9445)
JayT106 Sep 21, 2022
fe0aa4d
Normalise GenesisDoc before saving to state (#6059) (#9458)
JayT106 Sep 21, 2022
fbcfecb
fix spec (#9467)
sergio-mena Sep 21, 2022
84bc77c
Ensure Dockerfile stages use consistent Go version (#9462)
mark-rushakoff Sep 21, 2022
f2c32c9
metrics: fix panic because of absent prometheus label (#9455)
williambanfield Sep 21, 2022
e48d5a0
docs: Use release badge in README instead of latest tag (#9475)
thanethomson Sep 21, 2022
f1dc581
Sync Vote.Verify() in spec with implementation (#9466)
thanethomson Sep 22, 2022
561440a
config: add version to the config file (#9413)
cmwaters Sep 22, 2022
a0ed437
config: cleaner separation of tests (#9421)
cmwaters Sep 22, 2022
b7f1e1f
config: Add missing storage section when generating config (#9483)
thanethomson Sep 23, 2022
5fe1a72
loadtime: add block time to the data point (#9484)
williambanfield Sep 23, 2022
e8ec611
tools: use os home dir to instead of the hardcoded PATH (#9444)
JayT106 Sep 23, 2022
ed68aad
.github/workflows: add cosmos/gosec vulnerability scanner for each Pu…
odeke-em Sep 23, 2022
af5281d
statesync: convert snapshot hashes to hex strings for logging (#9471)
cmwaters Sep 26, 2022
20ffe9e
build(deps): Bump actions/stale from 5 to 6 (#9493)
dependabot[bot] Sep 27, 2022
f76f653
ci: Only notify on nightly E2E failures (#9495)
thanethomson Sep 28, 2022
45518db
build(deps): Bump styfle/cancel-workflow-action from 0.10.0 to 0.10.1…
dependabot[bot] Oct 3, 2022
5c23ffb
Remove the PEG query implementation. (#7336) (#9478)
mmsqe Oct 4, 2022
a02cc30
config: use a different source of versioning (#9486)
cmwaters Oct 4, 2022
abbeb91
Use evidence period when pruning (#9505)
samricotta Oct 4, 2022
b1dc5a6
fix wrong axioms (#9511)
nano-o Oct 5, 2022
cdd3479
Extend the load report tool to include transactions' hashes (#9509)
sergio-mena Oct 5, 2022
c0bdb24
security/p2p: prevent peers who errored being added to the peer_set (…
jmalicevic Oct 6, 2022
8d26460
rename blockchain to blocksync in certain areas (#9512)
cmwaters Oct 6, 2022
4fd19a2
indexer: move deduplication functionality purely to the kvindexer (#9…
cmwaters Oct 7, 2022
9dd99e9
build(deps): Bump google.golang.org/grpc from 1.49.0 to 1.50.0 (#9529)
dependabot[bot] Oct 10, 2022
a371b1e
blocksync: retry requests after timeout (#9518)
williambanfield Oct 10, 2022
4f3e87b
Add changelog entry (#9535)
sergio-mena Oct 10, 2022
387bf67
Fix: typos (#9536)
omahs Oct 11, 2022
b42c439
Fix TX payload for DO testnets (#9540)
sergio-mena Oct 12, 2022
6ea968d
ci: Update Slack nightly failure messages (#9551)
thanethomson Oct 17, 2022
b06e1ce
QA Process report for v0.37.x (and baseline for v0.34.x) (#9499)
sergio-mena Oct 17, 2022
c8f2032
fix: header link (#9574)
rootulp Oct 18, 2022
5df9c41
Fix tested version in 200 node test + added prometheus problem as fou…
sergio-mena Oct 18, 2022
91fba07
Fix some broken links in docs (#9579)
sergio-mena Oct 19, 2022
4552cfc
Update changelog with v0.34.22 entry (#9588)
thanethomson Oct 19, 2022
3cdfbda
build(deps): Bump docker/build-push-action from 3.1.1 to 3.2.0 (#9562)
dependabot[bot] Oct 19, 2022
6768b98
build(deps): Bump docker/setup-buildx-action from 2.0.0 to 2.1.0 (#9563)
dependabot[bot] Oct 19, 2022
1c60efc
build(deps): Bump styfle/cancel-workflow-action from 0.10.1 to 0.11.0…
dependabot[bot] Oct 19, 2022
93ab364
build(deps): Bump slackapi/slack-github-action from 1.22.0 to 1.23.0 …
dependabot[bot] Oct 19, 2022
6e38fff
build(deps): Bump docker/login-action from 2.0.0 to 2.1.0 (#9565)
dependabot[bot] Oct 19, 2022
58ee42c
build(deps): Bump github.com/spf13/cobra from 1.5.0 to 1.6.0 (#9566)
dependabot[bot] Oct 19, 2022
301211c
build(deps): Bump google.golang.org/grpc from 1.50.0 to 1.50.1 (#9567)
dependabot[bot] Oct 19, 2022
3bd2153
docs: clarify `BlockIDFlag` variants (#9590)
rootulp Oct 21, 2022
af2981a
docs: remove outdated comment (#9597)
rootulp Oct 24, 2022
3136b7a
Revert `make proto-gen` in #9590 (#9621)
sergio-mena Oct 25, 2022
2c40ca5
build(deps): Bump github.com/BurntSushi/toml from 1.2.0 to 1.2.1 (#9616)
dependabot[bot] Oct 25, 2022
f670920
e2e: configurable IP addresses for e2e testnet generator (#9592)
williambanfield Oct 25, 2022
40a59d1
build(deps): Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#9…
dependabot[bot] Oct 25, 2022
0d4db7a
remove trust package (#9625)
cmwaters Oct 26, 2022
6a46a76
build(deps): Bump github.com/prometheus/client_model from 0.2.0 to 0.…
dependabot[bot] Oct 26, 2022
58b9e4f
build(deps): Bump github.com/bufbuild/buf from 1.8.0 to 1.9.0 (#9615)
dependabot[bot] Oct 26, 2022
716a624
build(deps): Bump bufbuild/buf-setup-action from 1.8.0 to 1.9.0 (#9613)
dependabot[bot] Oct 26, 2022
bc15531
build(deps): Bump docker/setup-buildx-action from 2.1.0 to 2.2.1 (#9612)
dependabot[bot] Oct 26, 2022
13bd4b6
github: remove forked version of gosec (#9629)
williambanfield Oct 26, 2022
160a33f
ci: Only allow automated security-related dependency updates on relea…
thanethomson Oct 26, 2022
82c29db
ci: Add Slack notifications when releases and pre-releases are cut (#…
thanethomson Oct 26, 2022
98ad5f1
build(deps): Bump github.com/btcsuite/btcd/btcec/v2 from 2.2.1 to 2.3…
dependabot[bot] Oct 27, 2022
95bd4b6
node: improve pprof lifecycle (#9628)
cmwaters Oct 27, 2022
d95e423
build(deps): Bump github.com/spf13/cobra from 1.6.0 to 1.6.1 (#9635)
dependabot[bot] Oct 27, 2022
09b8708
p2p: add a per-message type send and receive metric (#9622)
williambanfield Oct 27, 2022
83b7f4a
ci: Fix linter complaint (#9645)
thanethomson Oct 28, 2022
f138cb9
ci: Run Markdown link checker nightly (#9642)
thanethomson Oct 31, 2022
c8f9f06
build(deps): Bump github.com/vektra/mockery/v2 from 2.14.0 to 2.14.1 …
dependabot[bot] Oct 31, 2022
629cdc7
spec/abci: Removed reference to Finalize block (#9656)
jmalicevic Nov 2, 2022
d704c0a
docs: describe undocumented `MempoolConfig` fields (#9598)
rootulp Nov 2, 2022
6bde634
Documentation of p2p layer in Tendermint v0.34 (#9348)
cason Nov 3, 2022
f58ba4d
Removes space in hyperlink (#9653)
lasarojc Nov 3, 2022
9ec9085
Moves the PBTS ADR to Accepted list (#9654)
lasarojc Nov 3, 2022
816c6ba
rpc: Add caching support (#9650)
thanethomson Nov 3, 2022
f008a27
build(deps): Bump slackapi/slack-github-action from 1.22.0 to 1.23.0 …
dependabot[bot] Nov 7, 2022
5a9a84e
build(deps): Bump github.com/spf13/viper from 1.13.0 to 1.14.0 (#9670)
dependabot[bot] Nov 7, 2022
45071d1
abci: Add unsynchronized local client (#9660)
thanethomson Nov 7, 2022
0beac72
build(deps): Bump github.com/gofrs/uuid from 4.3.0+incompatible to 4.…
dependabot[bot] Nov 7, 2022
ff0f988
build(deps): Bump github.com/prometheus/client_golang from 1.13.0 to …
dependabot[bot] Nov 7, 2022
3aa6c81
docs: Add new per-message type P2P metrics (#9676)
thanethomson Nov 8, 2022
c6a0dc8
docs: Add supported versions to README (#9677)
thanethomson Nov 9, 2022
ffae184
fix check_tx cache problem (#9690)
JayT106 Nov 9, 2022
d534285
Forward-port v0.34.23 changelog entry (#9685)
thanethomson Nov 10, 2022
f12588a
config: add bootstrap peers (#9680)
cmwaters Nov 10, 2022
99a7ac8
metrics: add separate statesync and blocksync metrics (#9682)
cmwaters Nov 10, 2022
d324430
Update codeowners to include Adi and Lásaro (#9697)
thanethomson Nov 11, 2022
a7dc8aa
Disambiguates wording in EndBlock (#9698)
lasarojc Nov 14, 2022
eb14a95
build(deps): Bump golang.org/x/net from 0.1.0 to 0.2.0 (#9703)
dependabot[bot] Nov 15, 2022
ae164bf
build(deps): Bump github.com/btcsuite/btcd/btcec/v2 from 2.3.0 to 2.3…
dependabot[bot] Nov 15, 2022
b07e1fa
build(deps): Bump github.com/prometheus/client_golang from 1.13.1 to …
dependabot[bot] Nov 15, 2022
755e147
build(deps): Bump golang.org/x/crypto from 0.1.0 to 0.2.0 (#9700)
dependabot[bot] Nov 15, 2022
627b776
build(deps): Bump pillow from 9.2.0 to 9.3.0 in /scripts/qa/reporting…
dependabot[bot] Nov 15, 2022
2b4436d
update metrics docs to include new metrics (#9710)
cmwaters Nov 17, 2022
f9bfdf4
docs: updates go.md and go-built-in.md as part of issue 9272 (#9688)
lasarojc Nov 18, 2022
20ffa4f
Remove useless whitespace in Websocket output (#9720)
adizere Nov 20, 2022
b85e13a
Fix Examples for Proposer Selection Specs (#9375)
nashqueue Nov 21, 2022
fc8df9a
Fix spec in ProcessProposal (#9716)
sergio-mena Nov 21, 2022
34ca3fb
build(deps): Bump github.com/vektra/mockery/v2 from 2.14.1 to 2.15.0 …
dependabot[bot] Nov 21, 2022
b9dcddd
build(deps): Bump google.golang.org/grpc from 1.50.1 to 1.51.0 (#9726)
dependabot[bot] Nov 22, 2022
cc0c478
build(deps): Bump golang.org/x/crypto from 0.2.0 to 0.3.0 (#9727)
dependabot[bot] Nov 22, 2022
d16f175
build(deps): Bump github.com/cosmos/gogoproto from 1.4.2 to 1.4.3 (#9…
dependabot[bot] Nov 22, 2022
7769467
build(deps): Bump github.com/btcsuite/btcd/btcutil from 1.1.2 to 1.1.…
dependabot[bot] Nov 22, 2022
12f0c4a
build(deps): Bump github.com/btcsuite/btcd/btcec/v2 from 2.3.1 to 2.3…
dependabot[bot] Nov 22, 2022
2d036c5
cli: fix abci help (#9717)
JayT106 Nov 23, 2022
7ce8c1f
fix test
JayT106 Nov 23, 2022
22ee7f5
revise peer stop in test
JayT106 Nov 23, 2022
3e76698
Delete release_notes.md (#9753)
faddat Nov 24, 2022
4af7568
statesync: convert apphash to hex string in log (#9591)
JayT106 Nov 24, 2022
f7bb065
p2p: fix logspam (#9756)
faddat Nov 24, 2022
8fd66a6
make format (#9744)
faddat Nov 24, 2022
412efbe
add peer connection stop and leaktest checking to other tests
JayT106 Nov 24, 2022
fc5fa9e
cleanup switch.Stop in fucntion instead of do it in tests
JayT106 Nov 25, 2022
1856b3a
apply patch to evidence_test package
JayT106 Nov 25, 2022
dbcf7f5
fix linter
JayT106 Nov 25, 2022
9d01a68
Update oss-fuzz-build.sh (#9745)
AdamKorcz Nov 25, 2022
da204d3
consensus: correctly save reference to previous height precommits (#9…
williambanfield Nov 28, 2022
fd49683
docs: Fix search configuration (#9777)
thanethomson Nov 28, 2022
790132a
Add v0.34.24 changelog entry and upgrading guidelines (#9746)
thanethomson Nov 28, 2022
d20792e
avoid reactor.Stop in cleanup function due to data race
JayT106 Nov 29, 2022
fee53a0
patch: error message in light client (#9771)
sc0Vu Nov 29, 2022
7efdb63
Typo in Comments and Functions (#9765)
johnzhu0907 Nov 29, 2022
0cbecba
ci: Configure docs build workflow to use legacy OpenSSL provider (#9782)
thanethomson Nov 29, 2022
4290ad2
rpc: update docs (#9674)
samricotta Nov 29, 2022
b8975cc
docs: Expand on genesis_chunked description (#9793)
thanethomson Nov 30, 2022
18d38dd
docs: Fix pre-build script (#9794)
thanethomson Nov 30, 2022
21b2801
e2e: test runner generates loadtime formatted transactions. (#9779)
williambanfield Nov 30, 2022
17c94bb
docs: Fix metrics name rendering (#9695)
thanethomson Dec 1, 2022
1c0995c
Fixes reference from recalled 0.36.x to 0.37.x (#9808)
lasarojc Dec 1, 2022
739b92b
Fix typo in new option in e2e manifest node (#9806)
sergio-mena Dec 1, 2022
ba84060
Mention tx_max_bytes in the tutorials (#9809)
lasarojc Dec 1, 2022
d09f4f5
e2e: create client when sending transaction (#9814)
williambanfield Dec 1, 2022
0952a99
ci: Better Slack failures (#9812)
thanethomson Dec 1, 2022
0c8d12e
move leaktest check into t.Cleanup
JayT106 Dec 2, 2022
654e565
e2e: add defer to ensure waitgroup is finished. (#9822)
williambanfield Dec 2, 2022
5ba0d13
e2e: setup testing for multi-version (#9819)
williambanfield Dec 2, 2022
c3302b0
fixes abci-cli console help (#9821)
lasarojc Dec 4, 2022
613b5e0
add extend functions for returning MultiplexTransport
JayT106 Dec 5, 2022
33a5e8b
update mempool reactor tests with multiplexReactor closing
JayT106 Dec 5, 2022
902ae5c
fix evidence reactor test data race issue
JayT106 Dec 5, 2022
e1d58eb
update mempool reactor rest t.CleanUp
JayT106 Dec 5, 2022
ee45b34
fix lint
JayT106 Dec 5, 2022
ab0d9a5
close transport after at the end of test
JayT106 Dec 5, 2022
f8616eb
fix potential data race in evidence reactor
JayT106 Dec 5, 2022
3bb5a9d
update function arguments order
JayT106 Dec 5, 2022
ee453b7
Merge branch 'main' into fix-mempool-flaky-test
JayT106 Dec 5, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
168 changes: 0 additions & 168 deletions .circleci/config.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@
# global owners are only requested if there isn't a more specific
# codeowner specified below. For this reason, the global codeowners
# are often repeated in package-level definitions.
* @ebuchman @cmwaters @tychoish @williambanfield @creachadair
* @ebuchman @tendermint/tendermint-engineering @adizere @lasarojc

/spec @ebuchman @tendermint/tendermint-research @tendermint/tendermint-engineering @adizere @lasarojc
11 changes: 8 additions & 3 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
---
name: Bug Report
name: Bug report
about: Create a report to help us squash bugs!

---
<!--

Please fill in as much of the template below as you can.

Be ready for followup questions, and please respond in a timely
manner. We might ask you to provide additional logs and data (tendermint & app).
If you have general questions, please create a new discussion:
https://github.com/tendermint/tendermint/discussions

Be ready for followup questions, and please respond in a timely manner. We might
ask you to provide additional logs and data (tendermint & app).

-->

**Tendermint version** (use `tendermint version` or `git rev-parse --verify HEAD` if installed from source):
Expand Down
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: Ask a question
url: https://github.com/tendermint/tendermint/discussions
about: Please ask and answer questions here
11 changes: 1 addition & 10 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Feature Request
name: Feature request
about: Create a proposal to request a feature

---
Expand All @@ -25,12 +25,3 @@ Are there any disadvantages of including this feature? -->
## Proposal

<!-- Detailed description of requirements of implementation -->

____

#### For Admin Use

- [ ] Not duplicate issue
- [ ] Appropriate labels applied
- [ ] Appropriate contributors tagged
- [ ] Contributor assigned/self-assigned
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/proposal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Protocol change proposal
about: Create a proposal to request a change to the protocol

---

<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
v ✰ Thanks for opening an issue! ✰
v Before smashing the submit button please review the template.
v Word of caution: Under-specified proposals may be rejected summarily
☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -->

# Protocol Change Proposal

## Summary

<!-- Short, concise description of the proposed change -->

## Problem Definition

<!-- Why do we need this change?
What problems may be addressed by introducing this change?
What benefits does Tendermint stand to gain by including this change?
Are there any disadvantages of including this change? -->

## Proposal

<!-- Detailed description of requirements of implementation -->
33 changes: 29 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,32 @@
## Description
<!--

_Please add a description of the changes that this PR introduces and the files that
are the most critical to review._
Please add a reference to the issue that this PR addresses and indicate which
files are most critical to review. If it fully addresses a particular issue,
please include "Closes #XXX" (where "XXX" is the issue number).

Closes: #XXX
If this PR is non-trivial/large/complex, please ensure that you have either
created an issue that the team's had a chance to respond to, or had some
discussion with the team prior to submitting substantial pull requests. The team
can be reached via GitHub Discussions or the Cosmos Network Discord server in
the #tendermint-core channel. GitHub Discussions is preferred over Discord as it
allows us to keep track of conversations topically.
https://github.com/tendermint/tendermint/discussions

If the work in this PR is not aligned with the team's current priorities, please
be advised that it may take some time before it is merged - especially if it has
not yet been discussed with the team.

See the project board for the team's current priorities:
https://github.com/orgs/tendermint/projects/15/views/5

-->

---

#### PR checklist

- [ ] Tests written/updated, or no tests needed
- [ ] `CHANGELOG_PENDING.md` updated, or no changelog entry needed
- [ ] Updated relevant documentation (`docs/`) and code comments, or no
documentation updates needed

16 changes: 0 additions & 16 deletions .github/auto-comment.yml

This file was deleted.

25 changes: 25 additions & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
coverage:
precision: 2
round: down
range: "70...100"
status:
project:
default:
threshold: 20%
patch: off
changes: off

github_checks:
annotations: false

comment: false

ignore:
- "docs"
- "DOCKER"
- "scripts"
- "**/*.pb.go"
- "libs/pubsub/query/query.peg.go"
- "*.md"
- "*.rst"
- "*.yml"