Skip to content

Commit 2913d54

Browse files
authored
Merge pull request #968 from dashpay/release_1.3.1
chore(release): update changelog and bump version to 1.3.1
2 parents 4fe0a18 + c90d658 commit 2913d54

File tree

44 files changed

+928
-669
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+928
-669
lines changed

.github/actions/bls/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
steps:
1616
- uses: actions/setup-go@v2
1717
with:
18-
go-version: "1.22"
18+
go-version: "1.23"
1919
- uses: actions/checkout@v2
2020
with:
2121
submodules: true

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/setup-go@v5.0.1
2525
with:
26-
go-version: "1.22"
26+
go-version: "1.23"
2727
- uses: actions/checkout@v4
2828
- uses: technote-space/get-diff-action@v6
2929
with:
@@ -54,7 +54,7 @@ jobs:
5454
steps:
5555
- uses: actions/setup-go@v5.0.1
5656
with:
57-
go-version: "1.22"
57+
go-version: "1.23"
5858
- uses: actions/checkout@v4
5959
- uses: technote-space/get-diff-action@v6
6060
with:
@@ -79,7 +79,7 @@ jobs:
7979
steps:
8080
- uses: actions/setup-go@v5.0.1
8181
with:
82-
go-version: "1.22"
82+
go-version: "1.23"
8383
- uses: actions/checkout@v4
8484
- uses: technote-space/get-diff-action@v6
8585
with:

.github/workflows/check-generated.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ jobs:
2323
steps:
2424
- uses: actions/setup-go@v5.0.1
2525
with:
26-
go-version: "1.22"
26+
go-version: "1.23"
2727

2828
- uses: actions/checkout@v4
2929

3030
- name: "Check generated mocks"
3131
run: |
3232
set -euo pipefail
3333
34-
readonly MOCKERY=2.41.0 # N.B. no leading "v"
34+
readonly MOCKERY=2.46.2 # N.B. no leading "v"
3535
curl -sL "https://github.com/vektra/mockery/releases/download/v${MOCKERY}/mockery_${MOCKERY}_Linux_x86_64.tar.gz" | tar -C /usr/local/bin -xzf -
3636
make mockery 2>/dev/null
3737
@@ -49,7 +49,7 @@ jobs:
4949
steps:
5050
- uses: actions/setup-go@v5.0.1
5151
with:
52-
go-version: "1.22"
52+
go-version: "1.23"
5353

5454
- uses: actions/checkout@v4
5555
with:

.github/workflows/docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
platforms: all
3737

3838
- name: Set up Docker Build
39-
uses: docker/setup-buildx-action@v3.3.0
39+
uses: docker/setup-buildx-action@v3.7.1
4040

4141
- name: Login to DockerHub
4242
if: ${{ github.event_name != 'pull_request' }}
@@ -86,7 +86,7 @@ jobs:
8686
# on Docker Hub, as Github caches are not available for other branches.
8787
- name: Build and cache image with dependencies
8888
id: docker_bls
89-
uses: docker/build-push-action@v6.0.0
89+
uses: docker/build-push-action@v6.9.0
9090
with:
9191
context: .
9292
file: ./DOCKER/Dockerfile
@@ -102,7 +102,7 @@ jobs:
102102
103103
- name: Publish to Docker Hub
104104
id: docker_build
105-
uses: docker/build-push-action@v6.0.0
105+
uses: docker/build-push-action@v6.9.0
106106
with:
107107
context: .
108108
file: ./DOCKER/Dockerfile

.github/workflows/e2e.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
steps:
2929
- uses: actions/setup-go@v5.0.1
3030
with:
31-
go-version: "1.22"
31+
go-version: "1.23"
3232

3333
- name: Set up Docker Buildx
34-
uses: docker/setup-buildx-action@v3.3.0
34+
uses: docker/setup-buildx-action@v3.7.1
3535

3636
- uses: actions/checkout@v4
3737
with:
@@ -54,7 +54,7 @@ jobs:
5454
if: "github.event_name != 'pull_request' || env.GIT_DIFF != ''"
5555

5656
- name: Build E2E Docker image
57-
uses: docker/build-push-action@v6.0.0
57+
uses: docker/build-push-action@v6.9.0
5858
with:
5959
context: .
6060
file: test/e2e/docker/Dockerfile

.github/workflows/lint.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
submodules: true
3333
- uses: actions/setup-go@v5.0.1
3434
with:
35-
go-version: "^1.22"
35+
go-version: "^1.23"
3636
- uses: technote-space/get-diff-action@v6
3737
with:
3838
PATTERNS: |
@@ -48,12 +48,13 @@ jobs:
4848
name: Install BLS library
4949
if: "env.GIT_DIFF != ''"
5050

51-
- uses: golangci/golangci-lint-action@v6.0.1
51+
- uses: golangci/golangci-lint-action@v6.1.1
5252
with:
5353
# Required: the version of golangci-lint is required and
5454
# must be specified without patch version: we always use the
5555
# latest patch version.
56-
version: v1.55
56+
version: v1.61
5757
args: --timeout 10m
5858
github-token: ${{ secrets.github_token }}
59+
only-new-issues: true
5960
if: env.GIT_DIFF

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: actions/setup-go@v5.0.1
1616
with:
17-
go-version: "1.22"
17+
go-version: "1.23"
1818

1919
- name: Build
2020
uses: goreleaser/goreleaser-action@v6

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/setup-go@v5.0.1
2020
with:
21-
go-version: "1.22"
21+
go-version: "1.23"
2222
- uses: actions/checkout@v4
2323
- uses: technote-space/get-diff-action@v6
2424
with:

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## [1.3.1] - 2024-11-02
2+
3+
### Bug Fixes
4+
5+
- Num of validators that didn't sign is always 0 (#905)
6+
- We should panic if finalize block on apply commit fails (#966)
7+
8+
### Documentation
9+
10+
- Update readme (#934)
11+
- Fix broken links (#940)
12+
13+
### Testing
14+
15+
- Update tests for new proposal selection algo (#925)
16+
- Fix proposer selection test (#926)
17+
18+
### Build
19+
20+
- Bump golangci/golangci-lint-action from 6.0.1 to 6.1.1 (#950)
21+
- Bump docker/setup-buildx-action from 3.3.0 to 3.7.1 (#949)
22+
- Bump golang.org/x/crypto from 0.25.0 to 0.28.0 (#945)
23+
- Bump golang.org/x/term from 0.22.0 to 0.25.0 (#942)
24+
- Bump docker/build-push-action from 6.0.0 to 6.9.0 (#935)
25+
- Go 1.23, mockery 2.46.2, golangci-lint 1.61 (#954)
26+
127
## [1.3.0] - 2024-09-19
228

329
### Bug Fixes
@@ -17,6 +43,7 @@
1743
- Update changelog and version to 1.1.0-dev.1 (#842)
1844
- Update changelog and version to 1.1.0-dev.2 (#846)
1945
- Update changelog and version to 1.1.0-dev.3 (#848)
46+
- Update changelog and version to 1.3.0
2047

2148
### Build
2249

DOCKER/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
# * compile - builds final binaries
55
# * image - creates final image of minimal size
66

7-
ARG ALIPNE_VERSION=3.19
8-
ARG GOLANG_VERSION=1.22
7+
ARG ALPINE_VERSION=3.19
8+
ARG GOLANG_VERSION=1.23
99
#################################
1010
# STAGE 1: install dependencies #
1111
#################################
12-
FROM golang:${GOLANG_VERSION}-alpine${ALIPNE_VERSION} AS base
12+
FROM golang:${GOLANG_VERSION}-alpine${ALPINE_VERSION} AS base
1313

1414
RUN apk update && \
1515
apk upgrade && \
@@ -55,7 +55,7 @@ RUN rm -r /src/tenderdash/third_party && ln -s /src/bls/third_party /src/tenderd
5555
########################
5656
# STAGE 4: FINAL IMAGE #
5757
########################
58-
FROM alpine:${ALIPNE_VERSION} AS image
58+
FROM alpine:${ALPINE_VERSION} AS image
5959

6060
LABEL maintainer="developers@dash.org"
6161

0 commit comments

Comments
 (0)