-
Notifications
You must be signed in to change notification settings - Fork 742
Comparing changes
Open a pull request
base repository: cometbft/cometbft
base: v0.38.18
head repository: cometbft/cometbft
compare: v0.38.19
- 9 commits
- 309 files changed
- 9 contributors
Commits on Aug 26, 2025
-
chore: fix test docker image (#5299)
--- #### PR checklist - [ ] Tests written/updated - [ ] Changelog entry added in `.changelog` (we use [unclog](https://github.com/informalsystems/unclog) to manage our changelog) - [ ] Updated relevant documentation (`docs/` or `spec/`) and code comments
Configuration menu - View commit details
-
Copy full SHA for 91348c6 - Browse repository at this point
Copy the full SHA 91348c6View commit details -
chore: refactor changelogs (#5303)
Follows cosmos/gaia#3529 #### PR checklist - [ ] Tests written/updated - [ ] Changelog entry added in `.changelog` (we use [unclog](https://github.com/informalsystems/unclog) to manage our changelog) - [ ] Updated relevant documentation (`docs/` or `spec/`) and code comments
Configuration menu - View commit details
-
Copy full SHA for 020c7cf - Browse repository at this point
Copy the full SHA 020c7cfView commit details -
chore: update and fix mockery tooling on v0.38 (#5301)
--- #### PR checklist - [ ] Tests written/updated - [ ] Changelog entry added in `.changelog` (we use [unclog](https://github.com/informalsystems/unclog) to manage our changelog) - [ ] Updated relevant documentation (`docs/` or `spec/`) and code comments
Configuration menu - View commit details
-
Copy full SHA for 840e709 - Browse repository at this point
Copy the full SHA 840e709View commit details
Commits on Aug 27, 2025
-
--- #### PR checklist - [ ] Tests written/updated - [ ] Changelog entry added in `.changelog` (we use [unclog](https://github.com/informalsystems/unclog) to manage our changelog) - [ ] Updated relevant documentation (`docs/` or `spec/`) and code comments --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c789138 - Browse repository at this point
Copy the full SHA c789138View commit details
Commits on Sep 1, 2025
-
fix(store): Properly prune extended commits (backport #5276) (#5313)
Closes #5275 This should be back ported all the way to 0.38. Note that in v1 and 0.38 there is no blockCommitCache so that part should be left out. --- #### PR checklist - [ ] Tests written/updated - [ x] Changelog entry added in `.changelog` (we use [unclog](https://github.com/informalsystems/unclog) to manage our changelog) - [ ] Updated relevant documentation (`docs/` or `spec/`) and code comments <hr>This is an automatic backport of pull request #5276 done by [Mergify](https://mergify.com). --------- Co-authored-by: Jasmina Malicevic <jasmina.dustinac@gmail.com> Co-authored-by: aljo242 <alex@cosmoslabs.io>
Configuration menu - View commit details
-
Copy full SHA for 9806733 - Browse repository at this point
Copy the full SHA 9806733View commit details
Commits on Sep 2, 2025
-
chore: clean up the repo (#5315)
- clean up go.mod by organizing / grouping - remove unused `third_party` dir - properly set cometbft semver for upcoming v0.38.19
Configuration menu - View commit details
-
Copy full SHA for 61b60f6 - Browse repository at this point
Copy the full SHA 61b60f6View commit details -
fix: remove exposed dockertest port to unblock postgres test (#5325)
Related: #5150 Closes: https://linear.app/cosmoslabs/issue/STACK-1504/fix-consistent-flake-in-cometbft-ci-before-further-work --- #### PR checklist - [x] Tests written/updated - [x] Changelog entry added in `.changelog` (we use [unclog](https://github.com/informalsystems/unclog) to manage our changelog) - [x] Updated relevant documentation (`docs/` or `spec/`) and code comments
Configuration menu - View commit details
-
Copy full SHA for bb538f0 - Browse repository at this point
Copy the full SHA bb538f0View commit details
Commits on Sep 18, 2025
-
fix(consensus/reactor): reject oversized proposals (backport #5324) (#…
…5407) --- Updates the consensus reactor to validate that a received proposal will not contain more parts than the amount of chunks that it would take to build a block whos size is equal to `ConsensusParams.Block.MaxBytes`. Original PR is here #5309, but reopened since the contributor stopped replying. #### PR checklist - [ ] Tests written/updated - [ ] Changelog entry added in `.changelog` (we use [unclog](https://github.com/informalsystems/unclog) to manage our changelog) - [ ] Updated relevant documentation (`docs/` or `spec/`) and code comments <hr>This is an automatic backport of pull request #5324 done by [Mergify](https://mergify.com). Co-authored-by: Alex | Interchain Labs <alex@cosmoslabs.io> Co-authored-by: arsushi <richie@asymmetric.re> Co-authored-by: Abdul Malek <me@almk.dev> Co-authored-by: Matt Acciai <matt@skip.money> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com> Co-authored-by: maradini77 <140460067+maradini77@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2cd5d91 - Browse repository at this point
Copy the full SHA 2cd5d91View commit details
Commits on Oct 14, 2025
-
* add VaidateBasic to BitArray to ensure Bits and len(Elems) are valid * call ValidateBasic on BitArrays when receiving as a msg from exteranl nodes * enfore SetIndex is not setting out of bounds * add guard to getNumTrueIndices getNumTrueIndices will index out of bounds if Bits and Elems have a mismatch where len(elems) != (bits+63)/64, this guard makes it simply return 0 if this mismatch is present * changelog * fix missing import for v0.38.x * update changelog for release of v0.38.19 * remove duplicate bug fixes from unreleased * fix changelog date * fix lint * fix expected error string in test
Configuration menu - View commit details
-
Copy full SHA for be5677c - Browse repository at this point
Copy the full SHA be5677cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.38.18...v0.38.19