Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
3c4f038
consensus: add LoadValidatorsFast to skip proposer-priority advance (…
satyakwok Jun 15, 2026
e338da3
fix(blocksync): fix redo event loss, stale event cancellation, and op…
songgaoye Jun 15, 2026
05693b1
test(flowrate): fix flaky TestWriter by tolerating clock quantization…
songgaoye Jun 16, 2026
bbfd7d8
build(deps): Bump golang.org/x/sync from 0.20.0 to 0.21.0 (#5927)
dependabot[bot] Jun 16, 2026
87d5264
fix(blocksync): fix deadlock in AddBlock caused by holding pool.mtx d…
songgaoye Jun 16, 2026
6b567cd
build(deps): Bump golang.org/x/net from 0.55.0 to 0.56.0 (#5925)
dependabot[bot] Jun 16, 2026
d7e47b7
fix(lp2p): fallback to conn remote addr when resolving inbound peer (…
songgaoye Jun 18, 2026
877c62f
blocksync: skip proto round-trip in respondToPeer (#5761)
Aboudjem Jun 18, 2026
75c7830
chore: Migrate kms (#5932)
Eric-Warehime Jun 22, 2026
70dbf65
fix(mempool): Implement `MsgBytesFilter` in Reactor to prevent heap a…
thomas-nguy Jul 1, 2026
81d1db4
fix(lp2p): remove MaxStreamSize clamp in StreamReadSized (#5954)
JayT106 Jul 5, 2026
eabe04b
fix: Fix race condition in privval shutdown (#5934)
Eric-Warehime Jul 6, 2026
d4252d7
build(deps): Bump actions/checkout from 6 to 7 (#5940)
dependabot[bot] Jul 6, 2026
a18dee4
fix(abci): add InsertTx/ReapTxs to socket transport (#5958)
JayT106 Jul 6, 2026
096ac14
fix(mempool): truncate proto field number to int32 in filter's ReadTa…
thomas-nguy Jul 7, 2026
2d1a24c
docs(blocksync): document adaptive_sync equivocation risk for validat…
JayT106 Jul 10, 2026
ac0361e
build(deps): Bump golang.org/x/sync from 0.21.0 to 0.22.0 (#5972)
dependabot[bot] Jul 13, 2026
cf9b254
build(deps): Bump golang.org/x/crypto from 0.53.0 to 0.54.0 (#5970)
dependabot[bot] Jul 13, 2026
6f03c7c
fix(mempool): include proto framing overhead in AppReactor batch size…
JayT106 Jul 13, 2026
1734b3d
build(deps): Bump golang.org/x/net from 0.56.0 to 0.57.0 (#5974)
dependabot[bot] Jul 13, 2026
6ac238b
build(deps): Bump github.com/prometheus/common from 0.68.1 to 0.70.0 …
dependabot[bot] Jul 14, 2026
8715446
build(deps): Bump slackapi/slack-github-action from 3.0.3 to 4.0.0 (#…
dependabot[bot] Jul 20, 2026
17bb385
fix(blocksync): tolerate late BlockResponse from honest peers after s…
JayT106 Jul 21, 2026
c911146
feat: Update DefaultBlockParams (#5987)
Eric-Warehime Jul 21, 2026
1c63985
fix: Update privval max remote signer size (#5985)
Eric-Warehime Jul 21, 2026
7f9b2e5
build(deps): Bump pillow from 12.2.0 to 12.3.0 in /scripts/qa/reporti…
dependabot[bot] Jul 22, 2026
e94961b
chore: Bump max tx size default (#5989)
Eric-Warehime Jul 22, 2026
21e5bac
build(deps): Bump the go_modules group across 1 directory with 2 upda…
dependabot[bot] Jul 23, 2026
6ba2795
build(deps): Bump actions/setup-go from 6 to 7 (#5978)
dependabot[bot] Jul 23, 2026
5e3308b
build(deps): Bump actions/setup-python from 6 to 7 (#5979)
dependabot[bot] Jul 23, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
goos: ["linux"]
timeout-minutes: 5
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- id: filter
uses: dorny/paths-filter@v4
Expand All @@ -38,7 +38,7 @@ jobs:
- run: echo "GO_VERSION=$(cat .github/workflows/go-version.env | grep GO_VERSION | cut -d '=' -f2)" >> $GITHUB_ENV
if: steps.filter.outputs.code == 'true'

- uses: actions/setup-go@v6
- uses: actions/setup-go@v7
if: steps.filter.outputs.code == 'true'
with:
go-version: ${{ env.GO_VERSION }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/check-generated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
check-mocks-metrics:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- run: echo "GO_VERSION=$(cat .github/workflows/go-version.env | grep GO_VERSION | cut -d '=' -f2)" >> $GITHUB_ENV

- uses: actions/setup-go@v6
- uses: actions/setup-go@v7
with:
go-version: ${{ env.GO_VERSION }}

Expand All @@ -48,13 +48,13 @@ jobs:
check-proto:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 1 # we need a .git directory to run git diff

- run: echo "GO_VERSION=$(cat .github/workflows/go-version.env | grep GO_VERSION | cut -d '=' -f2)" >> $GITHUB_ENV

- uses: actions/setup-go@v6
- uses: actions/setup-go@v7
with:
go-version: ${{ env.GO_VERSION }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-cometbft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
TAGS=$(echo "${{ needs.vars.outputs.tags }}" | sed "s/[^,]*/&-${{ matrix.arch }}/g")
echo "tags=${TAGS}" >> $GITHUB_OUTPUT

- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: docker/login-action@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-e2e-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
TAGS=$(echo "${{ needs.vars.outputs.tags }}" | sed "s/[^,]*/&-${{ matrix.arch }}/g")
echo "tags=${TAGS}" >> $GITHUB_OUTPUT

- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: docker/login-action@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: technote-space/get-diff-action@v6
with:
PATTERNS: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-manual-multiversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
runs-on: depot-ubuntu-24.04-4
timeout-minutes: 60
steps:
- uses: actions/setup-go@v6
- uses: actions/setup-go@v7
with:
go-version: '1.22'

- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Build
working-directory: test/e2e
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
runs-on: depot-ubuntu-24.04-4
timeout-minutes: 60
steps:
- uses: actions/setup-go@v6
- uses: actions/setup-go@v7
with:
go-version: '1.22'

- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Build
working-directory: test/e2e
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/e2e-nightly-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
runs-on: depot-ubuntu-24.04-4
timeout-minutes: 60
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- run: echo "GO_VERSION=$(cat .github/workflows/go-version.env | grep GO_VERSION | cut -d '=' -f2)" >> $GITHUB_ENV

- uses: actions/setup-go@v6
- uses: actions/setup-go@v7
with:
go-version: ${{ env.GO_VERSION }}

Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Notify Slack on failure
uses: slackapi/slack-github-action@v3.0.3
uses: slackapi/slack-github-action@v4.0.0
env:
BRANCH: ${{ github.ref_name }}
RUN_URL: "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: depot-ubuntu-24.04-4
timeout-minutes: 15
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- id: filter
uses: dorny/paths-filter@v4
Expand All @@ -39,7 +39,7 @@ jobs:
- run: echo "GO_VERSION=$(cat .github/workflows/go-version.env | grep GO_VERSION | cut -d '=' -f2)" >> $GITHUB_ENV
if: steps.filter.outputs.code == 'true'

- uses: actions/setup-go@v6
- uses: actions/setup-go@v7
if: steps.filter.outputs.code == 'true'
with:
go-version: ${{ env.GO_VERSION }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/fuzz-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
fuzz-nightly-test:
runs-on: depot-ubuntu-24.04-4
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- run: echo "GO_VERSION=$(cat .github/workflows/go-version.env | grep GO_VERSION | cut -d '=' -f2)" >> $GITHUB_ENV

- uses: actions/setup-go@v6
- uses: actions/setup-go@v7
with:
go-version: ${{ env.GO_VERSION }}

Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Notify Slack on failure
uses: slackapi/slack-github-action@v3.0.3
uses: slackapi/slack-github-action@v4.0.0
env:
BRANCH: ${{ github.ref_name }}
CRASHERS: ${{ needs.fuzz-nightly-test.outputs.crashers-count }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
integration_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- id: filter
uses: dorny/paths-filter@v4
Expand All @@ -30,7 +30,7 @@ jobs:
- run: echo "GO_VERSION=$(cat .github/workflows/go-version.env | grep GO_VERSION | cut -d '=' -f2)" >> $GITHUB_ENV
if: steps.filter.outputs.code == 'true'

- uses: actions/setup-go@v6
- uses: actions/setup-go@v7
if: steps.filter.outputs.code == 'true'
with:
go-version: ${{ env.GO_VERSION }}
Expand Down
110 changes: 0 additions & 110 deletions .github/workflows/kms.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
- uses: actions/checkout@v7
- uses: actions/setup-python@v7
with:
python-version: '3.x'

- run: echo "GO_VERSION=$(cat .github/workflows/go-version.env | grep GO_VERSION | cut -d '=' -f2)" >> $GITHUB_ENV

- uses: actions/setup-go@v6
- uses: actions/setup-go@v7
with:
go-version: ${{ env.GO_VERSION }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdown-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Lint Code Base
uses: docker://github/super-linter:v4
env:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

- uses: actions/setup-go@v6
- uses: actions/setup-go@v7
with:
go-version: '1.22'

Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Notify Slack upon pre-release
uses: slackapi/slack-github-action@v3.0.3
uses: slackapi/slack-github-action@v4.0.0
env:
RELEASE_URL: "${{ github.server_url }}/${{ github.repository }}/releases/tag/${{ github.ref_name }}"
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/proto-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: bufbuild/buf-action@v1
with:
input: 'proto'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
check-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- run: echo "GO_VERSION=$(cat .github/workflows/go-version.env | grep GO_VERSION | cut -d '=' -f2)" >> $GITHUB_ENV

- uses: actions/setup-go@v6
- uses: actions/setup-go@v7
with:
go-version: ${{ env.GO_VERSION }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

- run: echo "GO_VERSION=$(cat .github/workflows/go-version.env | grep GO_VERSION | cut -d '=' -f2)" >> $GITHUB_ENV

- uses: actions/setup-go@v6
- uses: actions/setup-go@v7
with:
go-version: ${{ env.GO_VERSION }}

Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Notify Slack upon release
uses: slackapi/slack-github-action@v3.0.3
uses: slackapi/slack-github-action@v4.0.0
env:
RELEASE_URL: "${{ github.server_url }}/${{ github.repository }}/releases/tag/${{ github.ref_name }}"
with:
Expand Down
Loading