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

chore(release): Release Tenderdash v0.13.0 #682

Merged
merged 24 commits into from
Sep 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
fb76547
chore: catch up the changes from master into v0.11 dev (#629)
shotonoff May 3, 2023
aa49a69
feat: add ability to write logs in a file (#632)
shotonoff May 23, 2023
200c050
fix(proto)!: remove unused SIGNED_MSG_TYPE_COMMIT (#638)
lklimek Jun 13, 2023
fdbf643
fix!: use millisecond resolution of block time (#650)
lklimek Jun 28, 2023
6cf43f7
chore(release): update changelog and version to 0.13.0-dev.1 (#651)
lklimek Jun 28, 2023
46f300b
fix(github): Prod image high cpu load due to deadlock detection (#652)
lklimek Jun 29, 2023
92fa1e8
chore(release): update changelog and version to 0.11.3
lklimek Jun 29, 2023
1fa09fe
chore: merge changes from 'v0.11.3' into v0.12
lklimek Jun 29, 2023
ce8c936
Merge pull request #654 from dashpay/backport-0.11.3
lklimek Jun 29, 2023
51b15af
feat(statesync): implement statesync spec for the new approach (#663)
shotonoff Jul 19, 2023
fe76d28
chore(release): update changelog and version to 0.13.0-dev.2 (#664)
shotonoff Jul 19, 2023
e11684a
feat: add wait for masternode-status "ready" (#659)
shotonoff Jul 21, 2023
8fe858f
refactor(statesync): implement statesync peer manager (#648)
shotonoff Aug 21, 2023
d90e058
refactor(blocksync): migrate peer-manager on generic store (#666)
shotonoff Aug 21, 2023
ecfc56f
refactor: change go module to dashpay/tenderdash (#670)
shotonoff Aug 22, 2023
920f346
fix(consensus): PrepareProposal should not be called during replay (#…
lklimek Sep 13, 2023
5edf552
chore(consensus): improve logs (#679)
lklimek Sep 13, 2023
213ed3b
build(deps): Bump actions/checkout from 3 to 4 (#676)
dependabot[bot] Sep 13, 2023
07b03ab
Merge remote-tracking branch 'origin/v0.12-dev' into backport-12-to-13
lklimek Sep 13, 2023
be4282d
chore: update mocks and .proto files after merge 12 to 13
lklimek Sep 13, 2023
0c9e744
build: regenerate mocks
lklimek Sep 13, 2023
a94c22e
Merge pull request #681 from dashpay/backport-12-to-13
lklimek Sep 13, 2023
561ea10
chore(release): update changelog and version to 0.13.0
lklimek Sep 13, 2023
6813a58
Merge remote-tracking branch 'origin/master' into release_0.13.0
lklimek Sep 13, 2023
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
  •  
  •  
  •  
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/[email protected]
with:
go-version: "1.19"
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: technote-space/get-diff-action@v6
with:
PATTERNS: |
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- uses: actions/[email protected]
with:
go-version: "1.19"
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: technote-space/get-diff-action@v6
with:
PATTERNS: |
Expand All @@ -80,7 +80,7 @@ jobs:
- uses: actions/[email protected]
with:
go-version: "1.19"
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: technote-space/get-diff-action@v6
with:
PATTERNS: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/check-generated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
with:
go-version: "1.19"

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: "Check generated mocks"
run: |
set -euo pipefail

readonly MOCKERY=2.23.1 # N.B. no leading "v"
readonly MOCKERY=2.33.2 # N.B. no leading "v"
curl -sL "https://github.com/vektra/mockery/releases/download/v${MOCKERY}/mockery_${MOCKERY}_Linux_x86_64.tar.gz" | tar -C /usr/local/bin -xzf -
make mockery 2>/dev/null

Expand All @@ -51,7 +51,7 @@ jobs:
with:
go-version: "1.19"

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1 # we need a .git directory to run git diff

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
inputs:
tag:
type: string
description: 'Docker tag'
description: "Docker tag"
required: false
release:
types:
Expand All @@ -17,7 +17,7 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@master
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
with:
result-encoding: string
script: |
if (github.ref_type == 'tag' && !contains(github.ref_name,'-dev')) {
if ('${{ github.ref_type }}' == 'tag' && ! '${{ github.ref_name }}'.includes('-dev')) {
return 'tenderdash,stable'
}
return 'tenderdash,dev,deadlock'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install generator dependencies
run: |
apk add --no-cache make bash git npm
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# We need to fetch full history so the backport branches for previous
# versions will be available for the build.
Expand All @@ -49,7 +49,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
with:
name: build-output
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/[email protected]

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- uses: technote-space/get-diff-action@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jepsen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the Jepsen repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'tendermint/jepsen'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
CGO_LDFLAGS: "-L/usr/local/lib -ldashbls -lrelic_s -lmimalloc-secure -lgmp"
CGO_CXXFLAGS: "-I/usr/local/include"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdown-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: technote-space/get-diff-action@v6
with:
PATTERNS: |
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 @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y libpcap-dev
- name: Lint Code Base
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 @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: bufbuild/[email protected]
- uses: bufbuild/buf-lint-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/[email protected]
with:
go-version: "1.19"
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: technote-space/get-diff-action@v6
with:
PATTERNS: |
Expand Down
Loading
Loading