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

feat(dep): update dojimamint to comebft v0.34.29 #3

Merged
merged 265 commits into from
May 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
265 commits
Select commit Hold shift + click to select a range
016c91b
build(deps): Bump github.com/prometheus/client_golang (#8541)
dependabot[bot] May 13, 2022
b685ec7
build(deps): Bump actions/setup-go from 2 to 3 (#8532)
dependabot[bot] May 13, 2022
6670c24
build(deps): Bump actions/upload-artifact from 2 to 3 (#8537)
dependabot[bot] May 13, 2022
004967f
build(deps): Bump technote-space/get-diff-action from 4 to 6 (#8538)
dependabot[bot] May 13, 2022
7cb014c
build(deps): Bump docker/build-push-action from 2 to 3 (#8539)
dependabot[bot] May 13, 2022
bbb1506
build(deps): Bump docker/login-action from 1 to 2 (#8551)
dependabot[bot] May 16, 2022
7ae73be
build(deps): Bump gaurav-nelson/github-action-markdown-link-check fro…
dependabot[bot] May 16, 2022
9d1556a
build(deps): Bump actions/stale from 3 to 5 (#8554)
dependabot[bot] May 16, 2022
a694dad
build(deps): Bump google.golang.org/grpc from 1.46.0 to 1.46.2 (#8558)
dependabot[bot] May 16, 2022
9afdac6
build(deps): Bump actions/checkout from 2 to 3 (#8555)
dependabot[bot] May 16, 2022
ad72896
build(deps): Update rtCamp/action-slack-notify requirement to f565a63…
dependabot[bot] May 16, 2022
603a1d6
build(deps): Bump github.com/go-kit/log from 0.2.0 to 0.2.1 (#8556)
dependabot[bot] May 16, 2022
e6f0711
build(deps): Bump github.com/lib/pq from 1.10.5 to 1.10.6 (#8566)
dependabot[bot] May 17, 2022
ac2e7fa
build(deps): Bump goreleaser/goreleaser-action from 2 to 3 (#8588)
dependabot[bot] May 23, 2022
044b125
build(deps): Bump github.com/spf13/viper from 1.11.0 to 1.12.0 (#8629)
dependabot[bot] May 27, 2022
f63496d
build(deps): Bump google.golang.org/grpc from 1.46.2 to 1.47.0 (#8665)
dependabot[bot] Jun 1, 2022
851f404
build(deps): Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 (#8…
dependabot[bot] Jun 7, 2022
8a7affe
Update default config docs for PSQL indexer settings. (#8728)
Jun 8, 2022
30915e9
build(deps): Bump github.com/adlio/schema from 1.3.0 to 1.3.3 (#8799)
dependabot[bot] Jun 20, 2022
ce2409f
build(deps): Bump github.com/stretchr/testify from 1.7.2 to 1.7.4 (#8…
dependabot[bot] Jun 21, 2022
02def9c
build(deps): Bump github.com/spf13/cobra from 1.4.0 to 1.5.0 (#8810)
dependabot[bot] Jun 21, 2022
fe02452
cmd: add tool for compaction of goleveldb (backport #8564) (#8674)
mergify[bot] Jun 21, 2022
a3cc3d9
makefile: change buf to use tools.go ; backport v0.34 (#8852)
jmalicevic Jun 23, 2022
4a1df49
fix: "Lazy" Stringers to defer Sprintf and Hash until logs print (#8845)
joeabbey Jun 23, 2022
b83cc0a
makefile: buf setup backport v0.34 (#8863)
jmalicevic Jun 24, 2022
25101d1
build(deps): Bump github.com/stretchr/testify from 1.7.4 to 1.7.5 (#8…
dependabot[bot] Jun 25, 2022
6b7d30c
feat: v0.34.x Prioritized Mempool (#8695)
alexanderbez Jun 27, 2022
9e14e95
build(deps): Bump bufbuild/buf-setup-action from 1.5.0 to 1.6.0 (#8880)
dependabot[bot] Jun 27, 2022
5e354a3
release: prepare v0.34.20-rc0 (#8888)
cmwaters Jun 27, 2022
5c32cfa
Work around indexing problem for duplicate transactions (#8625)
yihuang Jun 30, 2022
17f4ea3
build(deps): Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (#8…
dependabot[bot] Jun 30, 2022
479bdd7
build(deps): Bump github.com/vektra/mockery/v2 from 2.13.1 to 2.14.0 …
dependabot[bot] Jul 1, 2022
1d9d947
build(deps): Bump github.com/libp2p/go-buffer-pool from 0.0.2 to 0.1.…
dependabot[bot] Jul 5, 2022
493dd69
Backport priority mempool fixes from v0.35.x to v0.34.x. (#8962)
Jul 8, 2022
5276400
Update generated mocks after upgrade of Mockery v2. (#8974)
Jul 11, 2022
7d94471
mempool: minor cleanup after backport from v0.35 (#8971)
Jul 11, 2022
7b615f8
mempool: reduce lock contention during CheckTx (backport #8983) (#8985)
Jul 12, 2022
d6b413f
mempool: release lock during app connection flush (#8986)
Jul 12, 2022
bbb5f3b
Prepare changelog for v0.34.20-rc1. (#8966)
Jul 12, 2022
2b37373
config: remove obsolete mempool v1 warning (#8987)
Jul 13, 2022
8df725f
build(deps): Bump google.golang.org/grpc from 1.47.0 to 1.48.0 (#8991)
dependabot[bot] Jul 13, 2022
ba1711e
mempool: ensure evicted transactions are removed from the cache (back…
Jul 14, 2022
223ece9
mempool: ensure async requests are flushed to the server (#9010)
Jul 14, 2022
d32df22
Prepare changelog for Release v0.34.20 (#9032)
Jul 18, 2022
6688db7
build(deps): Bump github.com/golangci/golangci-lint (#9036)
dependabot[bot] Jul 19, 2022
64dfeb7
mempool: rework lock discipline to mitigate callback deadlocks (backp…
Jul 19, 2022
f9f3bed
build(deps): Bump github.com/golangci/golangci-lint (#9043)
dependabot[bot] Jul 20, 2022
d6be597
build(deps): Bump github.com/BurntSushi/toml from 1.1.0 to 1.2.0 (#9062)
dependabot[bot] Jul 21, 2022
eb465a3
build(deps): Bump github.com/golangci/golangci-lint (#9071)
dependabot[bot] Jul 22, 2022
46badfa
cli: add command to manually reindex tx and block events (backport: #…
tac0turtle Jul 22, 2022
0846f3e
fix mockery generation script (#9094) (#9114)
cmwaters Jul 30, 2022
7e902dc
build(deps): Bump github.com/bufbuild/buf from 1.4.0 to 1.7.0 (#9137)
dependabot[bot] Aug 1, 2022
708a62f
backport: Fix unsafe-reset-all for working with default home (#9103) …
cmwaters Aug 1, 2022
fb5cd16
config: p2p.external-address (backport #9107) (#9153)
cmwaters Aug 2, 2022
c723357
remove old proto workflow (#9167)
williambanfield Aug 4, 2022
65367d7
build(deps): Bump github.com/golangci/golangci-lint (#9188)
dependabot[bot] Aug 8, 2022
fbd754b
Backport of sam/abci-responses (#9090) (#9159)
samricotta Aug 11, 2022
dad439f
Bump linter to 1.47 (#9218)
samricotta Aug 11, 2022
d513c92
chore: Bump go to 1.18 (#9212)
samricotta Aug 11, 2022
a80c6a2
Small update to toml.go for abci-responses (#9232)
samricotta Aug 12, 2022
9fdbd2e
update default (#9235)
samricotta Aug 12, 2022
08f5559
Sync codeowners with main (#9245)
thanethomson Aug 13, 2022
2740491
Update to ABCILastResponseskey (#9253)
samricotta Aug 15, 2022
dd86d3e
cli: Enable reindex-event cmd (#9268)
thanethomson Aug 16, 2022
1f0cf77
spec: migrate v0.7.1. into v0.34 (#9262)
cmwaters Aug 16, 2022
58669ae
config: Move `discard_abci_responses` flag into its own storage secti…
thanethomson Aug 17, 2022
bca737c
docs: Minor recommendations prior to v0.34.21 release (#9267)
thanethomson Aug 18, 2022
a41c5ee
release: prepare v0.34.21 (#9285)
cmwaters Aug 18, 2022
eed27ad
docs: Update v0.34.x to prepare for v0.37 (#9244)
thanethomson Aug 19, 2022
29c5a06
build(deps): Bump google.golang.org/grpc from 1.48.0 to 1.49.0 (#9320)
dependabot[bot] Aug 29, 2022
f573d3d
test: add the loadtime tool (Backport #9342) (#9358)
williambanfield Sep 2, 2022
71a8fcf
test: add the loadtime report tool (backport #9351) (#9365)
mergify[bot] Sep 2, 2022
d47d110
build(deps): Bump google.golang.org/protobuf from 1.28.0 to 1.28.1 (#…
dependabot[bot] Sep 3, 2022
3ab0151
build(deps): Bump github.com/golangci/golangci-lint (#9363)
dependabot[bot] Sep 3, 2022
441405e
ci: Remove "(WARNING: BETA SOFTWARE)" tagline from all upcoming relea…
mergify[bot] Sep 5, 2022
014d0d6
add separated runs by UUID (backport #9367) (#9380)
mergify[bot] Sep 6, 2022
6354c99
print all versions of tendermint and its sub protocols (#9329) (#9387)
mergify[bot] Sep 7, 2022
f2cbc22
Add redirect link for tutorial (backport #9385) (#9390)
mergify[bot] Sep 7, 2022
1135889
test: generate uuid on startup for load tool (#9383) (#9393)
mergify[bot] Sep 8, 2022
1b2963e
build(deps): Bump github.com/spf13/viper from 1.12.0 to 1.13.0 (#9402)
dependabot[bot] Sep 12, 2022
5164dc6
feat: support HTTPS inside websocket (backport #9416) (#9423)
mergify[bot] Sep 13, 2022
4999643
state: restore previous error message (#9435) (#9441)
mergify[bot] Sep 16, 2022
a71811f
build(deps): Bump github.com/bufbuild/buf from 1.7.0 to 1.8.0 (#9448)
dependabot[bot] Sep 20, 2022
95a7cc1
build(deps): Bump bufbuild/buf-setup-action from 1.6.0 to 1.8.0 (#9449)
dependabot[bot] Sep 20, 2022
7e05d43
Sync Vote.Verify() in spec with implementation (#9466) (#9477)
mergify[bot] Sep 22, 2022
dc6d73a
config: Add missing storage section when generating config (backport …
mergify[bot] Sep 23, 2022
a349a67
loadtime: add block time to the data point (backport #9484) (#9490)
mergify[bot] Sep 26, 2022
14efa9c
Update apps.md (#9461)
simonshampoo Sep 26, 2022
bda1dd4
build(deps): Bump actions/stale from 5 to 6 (#9492)
dependabot[bot] Sep 27, 2022
df5ba80
Extend the load report tool to include transactions' hashes (backport…
mergify[bot] Oct 5, 2022
430afb2
security/p2p: prevent peers who errored being added to the peer_set (…
mergify[bot] Oct 7, 2022
1d160a5
indexer: move deduplication functionality purely to the kvindexer (ba…
mergify[bot] Oct 10, 2022
a28c987
blocksync: retry requests after timeout (backport #9518) (#9534)
mergify[bot] Oct 10, 2022
df5fe1f
build(deps): Bump google.golang.org/grpc from 1.49.0 to 1.50.0 (#9527)
dependabot[bot] Oct 12, 2022
3ec6e42
Fix TX payload for DO testnets (#9540) (#9543)
mergify[bot] Oct 12, 2022
dbf22de
QA Process report for v0.37.x (and baseline for v0.34.x) (backport #9…
mergify[bot] Oct 18, 2022
bf4688b
fix: header link (backport #9574) (#9585)
mergify[bot] Oct 18, 2022
a6dd0d2
Release v0.34.22 (#9583)
thanethomson Oct 18, 2022
e914fe4
ci: Fix linter complaint (backport #9645) (#9647)
mergify[bot] Oct 29, 2022
6e7fa2a
ci: Remove unused Markdown link checker from v0.34.x branch (#9643)
thanethomson Oct 31, 2022
bdedf2e
p2p: add a per-message type send and receive metric (backport #9622) …
mergify[bot] Nov 1, 2022
161611c
e2e: configurable IP addresses for e2e testnet generator (backport #9…
williambanfield Nov 3, 2022
7417ddf
Removes space in hyperlink (#9653) (#9664)
mergify[bot] Nov 3, 2022
e7b9ee7
add allocate in Receive calls (#9667)
williambanfield Nov 4, 2022
7917485
rpc: Add caching support (backport #9650) (#9666)
mergify[bot] Nov 7, 2022
dae7b69
docs: Add new per-message type P2P metrics (backport #9676) (#9679)
mergify[bot] Nov 9, 2022
e0f68fe
Release v0.34.23 (#9684)
thanethomson Nov 9, 2022
413f5f7
rpc: fix check_tx cache problem (backport #9690) (#9692)
mergify[bot] Nov 10, 2022
ec471ba
ci: Sync release workflows with main (#9687)
thanethomson Nov 10, 2022
c645fd0
Update codeowners for v0.34.x branch to include Adi and Lásaro (#9708)
thanethomson Nov 15, 2022
08e5d0b
Remove useless whitespace in Websocket output (backport #9720) (#9724)
thanethomson Nov 21, 2022
014cdcf
Release v0.34.24 (#9734)
thanethomson Nov 22, 2022
8e0f196
remove memory leak warning (#9762)
cmwaters Nov 24, 2022
409d94a
consensus: correctly save reference to previous height precommits (ba…
mergify[bot] Nov 28, 2022
c78adbc
docs: Fix search configuration (#9777) (#9781)
mergify[bot] Nov 29, 2022
6b332c3
patch: error message in light client (#9771) (#9786)
mergify[bot] Nov 29, 2022
49dd641
[Backport to v0.34.x] update btcec to v2 and use the latest btcutil (…
sergio-mena Nov 29, 2022
a872184
rpc: update docs (backport #9674) (#9792)
mergify[bot] Nov 29, 2022
f33a104
docs: Fix pre-build script (#9794) (#9796)
mergify[bot] Nov 30, 2022
e941ad9
p2p: fix logspam (#9756) (#9764)
thanethomson Nov 30, 2022
e7a53ba
e2e: test runner generates loadtime formatted transactions. (backport…
mergify[bot] Dec 1, 2022
60a8cc5
Fix typo in new option in e2e manifest node (#9806) (#9817)
mergify[bot] Dec 1, 2022
dadbf7d
e2e: create client when sending transaction (#9814) (#9816)
mergify[bot] Dec 1, 2022
69d941e
docs: Fix metrics name rendering (backport #9695) (#9804)
mergify[bot] Dec 1, 2022
20a2fe6
e2e: add defer to ensure waitgroup is finished. (#9822) (#9825)
mergify[bot] Dec 2, 2022
01d904b
e2e: setup testing for multi-version (backport #9819) (#9827)
mergify[bot] Dec 2, 2022
1233cc8
workflow: correct the name for the e2e app in the workflow (#9850) (#…
mergify[bot] Dec 8, 2022
0ab2ae2
e2e: add multiversion flag to generator (#9829) (#9843)
mergify[bot] Dec 8, 2022
775026e
consensus: additional timing metrics (#9733)
williambanfield Dec 8, 2022
94a5fdf
state/kvindexer: associate event attributes with events (#9759)
jmalicevic Dec 14, 2022
defe616
Fixed ordering of match.events in light client RPC (#9877)
jmalicevic Dec 14, 2022
cbfe970
e2e: Remove extraneous abci_protocol params in CI test (backport #989…
mergify[bot] Dec 16, 2022
09ede0f
build(deps): Bump bufbuild/buf-setup-action from 1.8.0 to 1.10.0 (#9907)
dependabot[bot] Dec 19, 2022
9e8ed70
build(deps): Bump goreleaser/goreleaser-action from 3 to 4 (#9908)
dependabot[bot] Dec 19, 2022
69e96f1
ci: Add govulncheck workflow (#9903) (#9915)
mergify[bot] Dec 19, 2022
7056368
Fix SendEnvelopeShim on v0.34.x (#9936)
sergio-mena Dec 21, 2022
936221e
e2e: Add multi-version support to generator (backport of #9933 to v0.…
thanethomson Dec 21, 2022
47b8f93
Update CODEOWNERS
thanethomson Dec 22, 2022
a2902a7
build(deps): Bump bufbuild/buf-setup-action from 1.10.0 to 1.11.0 (#37)
dependabot[bot] Dec 23, 2022
daa452c
build(deps): Bump rtCamp/action-slack-notify from 2.1.3 to 2.2.0 (#38)
dependabot[bot] Dec 23, 2022
aa8ab29
build(deps): Bump actions/stale from 6 to 7 (#35)
dependabot[bot] Jan 4, 2023
5a2776b
ci: Update Docker build workflows (backport #59) (#62)
mergify[bot] Jan 4, 2023
e09ca4e
build(deps): Bump bufbuild/buf-setup-action from 1.11.0 to 1.12.0 (#115)
dependabot[bot] Jan 16, 2023
846b715
build(deps): Bump docker/build-push-action from 3.2.0 to 3.3.0 (#116)
dependabot[bot] Jan 16, 2023
96f6a75
ci: Fix stalebot config (backport #131) (#146)
mergify[bot] Jan 17, 2023
21d783e
Rename binary and Docker (#152)
sergio-mena Jan 19, 2023
24b3a1b
replace tm for cmt for v0.34.x (#108)
lasarojc Jan 19, 2023
29482fb
replace tmdb with comedb in 0.34 (#160)
jmalicevic Jan 20, 2023
1ec4f38
deps: Bump tm-load-test to v1.3.0 (#165)
thanethomson Jan 20, 2023
0cb4b37
tools: remove tm-signer-harness (backport #177) (#183)
mergify[bot] Jan 24, 2023
16d9426
0.34.x: replace tendermint/tendermint for cometbft/cometbft (#156)
lasarojc Jan 24, 2023
db33c27
Update proto files, missing from PR 156 (#192)
lasarojc Jan 24, 2023
a23beea
ci: fix generated code check in 0.34.x (#181)
lasarojc Jan 24, 2023
6b02109
ci: replace main/master with 0.34.x in workflow. yml (#172)
jmalicevic Jan 25, 2023
ff4360b
Rename Tendermint to CometBFT in /spec (backport #143) (#185)
mergify[bot] Jan 25, 2023
3351d19
Fixes the and removes other networks. (backport #200) (#202)
mergify[bot] Jan 26, 2023
ce0db1f
config v0.34: use a different source of versioning (#204)
jmalicevic Jan 26, 2023
ba7a7f1
add peer gossip sleep (#241) (#245)
mergify[bot] Jan 31, 2023
2f4c02f
build(deps): Bump docker/setup-buildx-action from 2.2.1 to 2.3.0 (#232)
dependabot[bot] Jan 31, 2023
72e3e1f
build(deps): Bump bufbuild/buf-setup-action from 1.12.0 to 1.13.1 (#231)
dependabot[bot] Jan 31, 2023
2f20892
ci: Do not suppress output of "make mockery" (#239) (#248)
mergify[bot] Jan 31, 2023
f6dc33a
Implement uncoordinated upgrades on e2e (backport to `v0.34.x`) (#242)
sergio-mena Jan 31, 2023
d41a46e
v0.34.x: rename TMHOME to CMTHOME (backport #212) (#227)
mergify[bot] Jan 31, 2023
ca75ae7
ci: Remove all private repo-related workflow/build config (#258)
thanethomson Feb 2, 2023
260c8de
kvindexer/0.34/bugfixes in range queries and result deduplication (#76)
jmalicevic Feb 3, 2023
f3eff56
build(deps): Bump docker/setup-buildx-action from 2.3.0 to 2.4.0 (#269)
dependabot[bot] Feb 6, 2023
cb2ce82
build(deps): Bump docker/build-push-action from 3.3.0 to 4.0.0 (#270)
dependabot[bot] Feb 6, 2023
9e9407e
ci: Follow-up to remove all private repo-related workflow/build confi…
thanethomson Feb 6, 2023
9eecf8a
v0.34.x: Rename Tendermint to CometBFT in /docs (backport #197) (#251)
mergify[bot] Feb 7, 2023
b22a3a6
0.34.x: Rename Tendermint to CometBFT: further actions (backport #224…
mergify[bot] Feb 7, 2023
3b78343
Update version to 0.34.27
lasarojc Feb 7, 2023
d234ba7
chore: Remove dotdirs from v0.34.x (#288)
thanethomson Feb 8, 2023
09a3d95
Updated method for running 200 node test (#285) (#290)
mergify[bot] Feb 9, 2023
d1d4aa1
Report Skeleton + Result for homogeneous network (#291) (#299)
mergify[bot] Feb 9, 2023
892516a
v0.34.x: Removing all the vuepress related build files and references…
mergify[bot] Feb 9, 2023
fd15b98
QA: v0.34 - 2/3 TM 1/3 CM (#292) (#308)
mergify[bot] Feb 10, 2023
68bcd3d
Sync Docker build process on v0.34.x with main (#293)
thanethomson Feb 10, 2023
ef3719b
ci: De-duplicate release workflows for v0.34.x (#310)
thanethomson Feb 10, 2023
2f39a99
docs: Use unclog for building changelog on v0.34.x branch (#315)
thanethomson Feb 10, 2023
1fee127
suppress rejected Tx log to Debug level (#314)
JayT106 Feb 10, 2023
38abebd
Release v0.34.27-alpha.1 (#316)
thanethomson Feb 10, 2023
dafe7fa
Fix: typos (#320) (#327)
mergify[bot] Feb 11, 2023
ef8f719
docs: Update issue and PR templates (#325) (#341)
mergify[bot] Feb 13, 2023
38cfd0a
build(deps): Bump bufbuild/buf-setup-action from 1.13.1 to 1.14.0 (#333)
dependabot[bot] Feb 14, 2023
663a909
build(deps): Bump docker/setup-buildx-action from 2.4.0 to 2.4.1 (#334)
dependabot[bot] Feb 14, 2023
5ffd6a7
QA: v0.34 - 1/3 TM 2/3 CMT (#297) (#347)
mergify[bot] Feb 15, 2023
6abd3bf
Use the right code coverage definitions (#352) (#355)
mergify[bot] Feb 17, 2023
5bdaf56
Allow inclusion of repository in the tag name, so ghcr and dockerub c…
lasarojc Feb 21, 2023
a059b06
Rename package back to tendermint/tendermint and use replace to point…
lasarojc Feb 21, 2023
a274e95
Bump version (#367)
sergio-mena Feb 22, 2023
54b7801
docs: Sync root docs for v0.34.x with main (#322)
thanethomson Feb 22, 2023
eb05c16
fixed merge conflict issue (#371)
andynog Feb 23, 2023
ab529de
ci: Remove Buf tokens from workflow (backport #378) (#380)
mergify[bot] Feb 23, 2023
c9f6511
Docs fixes (backport #368) (#373)
mergify[bot] Feb 23, 2023
d7600ce
Upgrade to Go 1.19 on `0.34.x` (#360)
lasarojc Feb 24, 2023
f77c12e
docs: Add upgrading guidelines for CometBFT v0.34.27 (#381)
thanethomson Feb 24, 2023
c7dfb8c
Short-term fix for `needProofBlock` method (#386)
adizere Feb 24, 2023
2bd50e0
txindexer v0.34.x: Enable the indexer to parse slashes in query (#383)
jmalicevic Feb 25, 2023
5989a73
Release v0.34.27 (#388)
thanethomson Feb 27, 2023
c46bbcb
ci: Fix manual E2E test on v0.34.x (#406)
thanethomson Feb 28, 2023
a884e5f
docs: Fix version compatibility notice in readme (#411) (#413)
mergify[bot] Feb 28, 2023
380358c
docs: Fix minor issues on `v0.34.x` (#410)
thanethomson Feb 28, 2023
1ad88b8
ci: Add release version check (backport #427) (#429)
mergify[bot] Mar 1, 2023
ea7190a
ci: Enforce release version check when pushing tags (#434) (#437)
mergify[bot] Mar 1, 2023
437cb16
build(deps): Bump bufbuild/buf-setup-action from 1.14.0 to 1.15.0 (#457)
dependabot[bot] Mar 6, 2023
093b950
docs: Emphasize docs on attack exposure for RPC in production (backpo…
mergify[bot] Mar 8, 2023
fed267f
Votes can't have zero height (#513)
sergio-mena Mar 13, 2023
95e1785
build(deps): Bump bufbuild/buf-setup-action from 1.15.0 to 1.15.1 (#503)
dependabot[bot] Mar 13, 2023
7359966
build(deps): Bump docker/setup-buildx-action from 2.4.1 to 2.5.0 (#502)
dependabot[bot] Mar 14, 2023
ad2b3bd
Update README.md (#525) (#530)
mergify[bot] Mar 14, 2023
c7edf61
Reorganize existing guides (backport #492) (#528)
mergify[bot] Mar 14, 2023
ed8a053
Update go-built-in.md (backport #438) (#441)
mergify[bot] Mar 14, 2023
ca09456
ABCI calls should crash/exit in all cases when the call itself report…
mergify[bot] Mar 15, 2023
864281f
consensus: rename (*PeerState).ToJSON to MarshalJSON (#524) (#533)
mergify[bot] Mar 16, 2023
07fa3a3
docs: improve Execute code block (#534) (#556)
mergify[bot] Mar 20, 2023
a8ef048
build(deps): Bump actions/setup-go from 3 to 4 (#549)
dependabot[bot] Mar 21, 2023
cb92b4a
Fixes the order of guides and removes stale guides (#536)
lasarojc Mar 21, 2023
f2591e2
Fixes for OpenAPI (RPC) documents and QA docs restructuring (backport…
mergify[bot] Mar 21, 2023
cc7601f
e2e: add manifest fields to enable Prometheus on nodes (backport #313…
mergify[bot] Mar 23, 2023
4a9076f
e2e: add prometheus flag to Generator CLI (backport #563) (#570)
mergify[bot] Mar 23, 2023
ab2ddc4
build(deps): Bump actions/stale from 7 to 8 (#585)
dependabot[bot] Mar 27, 2023
3b579de
rpc: tweaked the block search test (#579) (#620)
mergify[bot] Mar 30, 2023
3e18c48
build(deps): Bump bufbuild/buf-setup-action from 1.15.1 to 1.16.0 (#627)
dependabot[bot] Apr 3, 2023
b71df87
crypto/sr25519: upgrade to [email protected] (#643)
Pitasi Apr 4, 2023
7318eea
ci: Bump Go version for govulncheck to v1.19.8 (#662)
thanethomson Apr 6, 2023
b700a00
docs: fix wscat invocation and add TLS note (#663) (#669)
mergify[bot] Apr 7, 2023
742e37e
cmd: Remove snake case deprecation warning (backport #626) (#672)
mergify[bot] Apr 7, 2023
99c2ade
Fix race condition in consensus.State code (#673) (#691)
mergify[bot] Apr 11, 2023
1055c0f
Update govulncheck.yml (backport #685) (#696)
mergify[bot] Apr 11, 2023
da3dc00
build(deps): Bump bufbuild/buf-setup-action from 1.16.0 to 1.17.0 (#675)
dependabot[bot] Apr 11, 2023
bf2bfe4
light client: Address panic in response to empty signed header (backp…
mergify[bot] Apr 12, 2023
cf1375e
Add more debugging data for bad http responses (#638) (#705)
mergify[bot] Apr 12, 2023
1641d39
crypto/merkle: Add error handling (backport #558) (#710)
mergify[bot] Apr 13, 2023
6f98e9a
Update config file - 0.34.x (#716)
alijnmerchant21 Apr 18, 2023
45e98ef
Release v0.34.28 (#762)
thanethomson Apr 26, 2023
9c1e23c
Fix `TestStateOversizedBlock` (backport #755) (#766)
mergify[bot] May 1, 2023
49cf700
Struct `Client` exposes sensitive data (#784) (#788)
mergify[bot] May 4, 2023
c5455d2
Unsafe int cast in `kill` command (backport #783) (#794)
mergify[bot] May 4, 2023
82c6c08
build(deps): Bump bufbuild/buf-setup-action from 1.17.0 to 1.18.0 (#805)
dependabot[bot] May 8, 2023
30af8c2
Backport of PR #771 to 0.34 : big int parsing (#798)
jmalicevic May 11, 2023
557ddea
rpc: Remove response data from response failure logs (backport #829) …
mergify[bot] May 16, 2023
7c58f28
build(deps): Bump slackapi/slack-github-action from 1.23.0 to 1.24.0 …
dependabot[bot] May 25, 2023
8220d97
build(deps): Bump bufbuild/buf-setup-action from 1.18.0 to 1.19.0 (#871)
dependabot[bot] May 25, 2023
1a37e72
build(deps): Bump bufbuild/buf-setup-action from 1.19.0 to 1.20.0 (#909)
dependabot[bot] Jun 5, 2023
ea902b6
v0.34.x: Prevent a transaction to appear twice in the mempool (backpo…
mergify[bot] Jun 8, 2023
2a526ca
fix: avoid recursive call after rename to (*PeerState).MarshalJSON (b…
mergify[bot] Jun 14, 2023
fe4894f
Release v0.34.29 (#973)
thanethomson Jun 14, 2023
28e2b75
feat: dojima chain side handler changes
akaladarshi Mar 22, 2024
5945a8c
fix: linter issues
akaladarshi Mar 22, 2024
18496e4
refactor: use abci params
akaladarshi Mar 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .changelog/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
project_url = 'https://github.com/cometbft/cometbft'
14 changes: 14 additions & 0 deletions .changelog/epilogue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---

CometBFT is a fork of [Tendermint
Core](https://github.com/tendermint/tendermint) as of late December 2022.

## Bug bounty

Friendly reminder, we have a [bug bounty program](https://hackerone.com/cosmos).

## Previous changes

For changes released before the creation of CometBFT, please refer to the
Tendermint Core
[CHANGELOG.md](https://github.com/tendermint/tendermint/blob/a9feb1c023e172b542c972605311af83b777855b/CHANGELOG.md).
Empty file added .changelog/unreleased/.gitkeep
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Rename binary to `cometbft` and Docker image to `cometbft/cometbft`
([\#152](https://github.com/cometbft/cometbft/pull/152))
3 changes: 3 additions & 0 deletions .changelog/v0.34.27/breaking-changes/211-deprecate-tmhome.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- The `TMHOME` environment variable was renamed to `CMTHOME`, and all
environment variables starting with `TM_` are instead prefixed with `CMT_`
([\#211](https://github.com/cometbft/cometbft/issues/211))
2 changes: 2 additions & 0 deletions .changelog/v0.34.27/breaking-changes/360-update-to-go-119.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Use Go 1.19 to build CometBFT, since Go 1.18 has reached end-of-life.
([\#360](https://github.com/cometbft/cometbft/issues/360))
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- `[state/kvindexer]` Resolved crashes when event values contained slashes,
introduced after adding event sequences.
(\#[383](https://github.com/cometbft/cometbft/pull/383): @jmalicevic)
6 changes: 6 additions & 0 deletions .changelog/v0.34.27/bug-fixes/386-quick-fix-needproofblock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- `[consensus]` Short-term fix for the case when `needProofBlock` cannot find
previous block meta by defaulting to the creation of a new proof block.
([\#386](https://github.com/cometbft/cometbft/pull/386): @adizere)
- Special thanks to the [Vega.xyz](https://vega.xyz/) team, and in particular
to Zohar (@ze97286), for reporting the problem and working with us to get to
a fix.
3 changes: 3 additions & 0 deletions .changelog/v0.34.27/bug-fixes/4-busy-loop-send-block-part.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- `[consensus]` Fixed a busy loop that happened when sending of a block part
failed by sleeping in case of error.
([\#4](https://github.com/informalsystems/tendermint/pull/4))
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- `[p2p]` Correctly use non-blocking `TrySendEnvelope` method when attempting to
send messages, as opposed to the blocking `SendEnvelope` method. It is unclear
whether this has a meaningful impact on P2P performance, but this patch does
correct the underlying behaviour to what it should be
([tendermint/tendermint\#9936](https://github.com/tendermint/tendermint/pull/9936))
3 changes: 3 additions & 0 deletions .changelog/v0.34.27/dependencies/160-tmdb-to-cometbftdb.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Replace [tm-db](https://github.com/tendermint/tm-db) with
[cometbft-db](https://github.com/cometbft/cometbft-db)
([\#160](https://github.com/cometbft/cometbft/pull/160))
2 changes: 2 additions & 0 deletions .changelog/v0.34.27/dependencies/165-bump-tmloadtest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Bump tm-load-test to v1.3.0 to remove implicit dependency on Tendermint Core
([\#165](https://github.com/cometbft/cometbft/pull/165))
3 changes: 3 additions & 0 deletions .changelog/v0.34.27/dependencies/9787-btcec-dep-update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- `[crypto]` Update to use btcec v2 and the latest btcutil
([tendermint/tendermint\#9787](https://github.com/tendermint/tendermint/pull/9787):
@wcsiu)
3 changes: 3 additions & 0 deletions .changelog/v0.34.27/features/9759-kvindexer-match-event.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- `[rpc]` Add `match_event` query parameter to indicate to the RPC that it
should match events _within_ attributes, not only within a height
([tendermint/tendermint\#9759](https://github.com/tendermint/tendermint/pull/9759))
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- `[tools/tm-signer-harness]` Remove the folder as it is unused
([\#136](https://github.com/cometbft/cometbft/issues/136))
2 changes: 2 additions & 0 deletions .changelog/v0.34.27/improvements/204-version-commit-hash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Append the commit hash to the version of CometBFT being built
([\#204](https://github.com/cometbft/cometbft/pull/204))
3 changes: 3 additions & 0 deletions .changelog/v0.34.27/improvements/314-prio-mempool-badtxlog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- `[mempool/v1]` Suppress "rejected bad transaction" in priority mempool logs by
reducing log level from info to debug
([\#314](https://github.com/cometbft/cometbft/pull/314): @JayT106)
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- `[e2e]` Add functionality for uncoordinated (minor) upgrades
([\#56](https://github.com/tendermint/tendermint/pull/56))
4 changes: 4 additions & 0 deletions .changelog/v0.34.27/improvements/9733-consensus-metrics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- `[consensus]` Add `consensus_block_gossip_parts_received` and
`consensus_step_duration_seconds` metrics in order to aid in investigating the
impact of database compaction on consensus performance
([tendermint/tendermint\#9733](https://github.com/tendermint/tendermint/pull/9733))
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- `[state/kvindexer]` Add `match.event` keyword to support condition evaluation
based on the event the attributes belong to
([tendermint/tendermint\#9759](https://github.com/tendermint/tendermint/pull/9759))
4 changes: 4 additions & 0 deletions .changelog/v0.34.27/improvements/9764-p2p-fix-logspam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- `[p2p]` Reduce log spam through reducing log level of "Dialing peer" and
"Added peer" messages from info to debug
([tendermint/tendermint\#9764](https://github.com/tendermint/tendermint/pull/9764):
@faddat)
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- `[consensus]` Reduce bandwidth consumption of consensus votes by roughly 50%
through fixing a small logic bug
([tendermint/tendermint\#9776](https://github.com/tendermint/tendermint/pull/9776))
17 changes: 17 additions & 0 deletions .changelog/v0.34.27/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
*Feb 27, 2023*

This is the first official release of CometBFT - a fork of [Tendermint
Core](https://github.com/tendermint/tendermint). This particular release is
intended to be compatible with the Tendermint Core v0.34 release series.

For details as to how to upgrade to CometBFT from Tendermint Core, please see
our [upgrading guidelines](./UPGRADING.md).

If you have any questions, comments, concerns or feedback on this release, we
would love to hear from you! Please contact us via [GitHub
Discussions](https://github.com/cometbft/cometbft/discussions),
[Discord](https://discord.gg/cosmosnetwork) (in the `#cometbft` channel) or
[Telegram](https://t.me/CometBFT).

Special thanks to @wcsiu, @ze97286, @faddat and @JayT106 for their contributions
to this release!
2 changes: 2 additions & 0 deletions .changelog/v0.34.28/breaking-changes/558-tm10011.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- `[crypto/merkle]` Do not allow verification of Merkle Proofs against empty trees (`nil` root). `Proof.ComputeRootHash` now panics when it encounters an error, but `Proof.Verify` does not panic
([\#558](https://github.com/cometbft/cometbft/issues/558))
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- `[consensus]` Unexpected error conditions in `ApplyBlock` are non-recoverable, so ignoring the error and carrying on is a bug. We replaced a `return` that disregarded the error by a `panic`.
([\#496](https://github.com/cometbft/cometbft/pull/496))
2 changes: 2 additions & 0 deletions .changelog/v0.34.28/bug-fixes/524-rename-peerstate-tojson.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- `[consensus]` Rename `(*PeerState).ToJSON` to `MarshalJSON` to fix a logging data race
([\#524](https://github.com/cometbft/cometbft/pull/524))
6 changes: 6 additions & 0 deletions .changelog/v0.34.28/bug-fixes/575-fix-light-client-panic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- `[light]` Fixed an edge case where a light client would panic when attempting
to query a node that (1) has started from a non-zero height and (2) does
not yet have any data. The light client will now, correctly, not panic
_and_ keep the node in its list of providers in the same way it would if
it queried a node starting from height zero that does not yet have data
([\#575](https://github.com/cometbft/cometbft/issues/575))
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- `[crypto/sr25519]` Upgrade to [email protected] ([\#475](https://github.com/cometbft/cometbft/issues/475))
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- `[jsonrpc/client]` Improve the error message for client errors stemming from
bad HTTP responses.
([cometbft/cometbft\#638](https://github.com/cometbft/cometbft/pull/638))
6 changes: 6 additions & 0 deletions .changelog/v0.34.28/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*April 26, 2023*

This release fixes several bugs, and has had to introduce one small Go
API-breaking change in the `crypto/merkle` package in order to address what
could be a security issue for some users who directly and explicitly make use of
that code.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- `[state/kvindex]` Querying event attributes that are bigger than int64 is now
enabled. ([\#771](https://github.com/cometbft/cometbft/pull/771))
4 changes: 4 additions & 0 deletions .changelog/v0.34.29/bug-fixes/771-pubsub-parsing-big-ints.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- `[pubsub]` Pubsub queries are now able to parse big integers (larger than
int64). Very big floats are also properly parsed into very big integers
instead of being truncated to int64.
([\#771](https://github.com/cometbft/cometbft/pull/771))
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- `[rpc]` Remove response data from response failure logs in order
to prevent large quantities of log data from being produced
([\#654](https://github.com/cometbft/cometbft/issues/654))
3 changes: 3 additions & 0 deletions .changelog/v0.34.29/security-fixes/788-rpc-client-pw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- `[rpc/jsonrpc/client]` **Low severity** - Prevent RPC
client credentials from being inadvertently dumped to logs
([\#788](https://github.com/cometbft/cometbft/pull/788))
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- `[cmd/cometbft/commands/debug/kill]` **Low severity** - Fix unsafe int cast in
`debug kill` command ([\#794](https://github.com/cometbft/cometbft/pull/794))
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- `[consensus]` **Low severity** - Avoid recursive call after rename to
`(*PeerState).MarshalJSON`
([\#863](https://github.com/cometbft/cometbft/pull/863))
3 changes: 3 additions & 0 deletions .changelog/v0.34.29/security-fixes/890-mempool-fix-cache.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- `[mempool/clist_mempool]` **Low severity** - Prevent a transaction from
appearing twice in the mempool
([\#890](https://github.com/cometbft/cometbft/pull/890): @otrack)
4 changes: 4 additions & 0 deletions .changelog/v0.34.29/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*June 14, 2023*

Provides several minor bug fixes, as well as fixes for several low-severity
security issues.
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
* @CometBFT/engineering

/spec @CometBFT/research @CometBFT/engineering
Loading
Loading