Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cometbft/cometbft
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.38.18
Choose a base ref
...
head repository: cometbft/cometbft
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.38.19
Choose a head ref
  • 9 commits
  • 309 files changed
  • 9 contributors

Commits on Aug 26, 2025

  1. 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
    aljo242 authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    91348c6 View commit details
    Browse the repository at this point in the history
  2. 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
    aljo242 authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    020c7cf View commit details
    Browse the repository at this point in the history
  3. 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
    aljo242 authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    840e709 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2025

  1. chore: fix the linter (#5304)

    ---
    
    #### 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>
    aljo242 and mergify[bot] authored Aug 27, 2025
    Configuration menu
    Copy the full SHA
    c789138 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2025

  1. 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>
    3 people authored Sep 1, 2025
    Configuration menu
    Copy the full SHA
    9806733 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2025

  1. 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
    aljo242 authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    61b60f6 View commit details
    Browse the repository at this point in the history
  2. 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
    almk-dev authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    bb538f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2025

  1. 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>
    7 people authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    2cd5d91 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2025

  1. Merge commit from fork

    * 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
    mattac21 authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    be5677c View commit details
    Browse the repository at this point in the history
Loading