Skip to content

Releases: dashpay/tenderdash

v1.5.4

28 Jan 11:29
eba68d8

Choose a tag to compare

This is a hotfix release to fix failed to create peer manager error during restart.

What's Changed

  • build(deps): Bump the npm_and_yarn group across 1 directory with 26 updates by @dependabot[bot] in #1239
  • chore: backport v1.5.3 to v1.6-dev by @lklimek in #1242
  • fix(p2p): ignore invalid host when loading peer db by @lklimek in #1243
  • chore(release): update changelog and bump version to 1.5.4 by @lklimek in #1244

Full Changelog: v1.5.3...v1.5.4

v1.5.3

27 Jan 12:42
2a101e9

Choose a tag to compare

Fixes Docker image build process and updates some dependencies

What's Changed

  • build(docker): id command fails to lookup uid 100 by @lklimek in #1236
  • build(docker): bump golang to 1.25.6, alpine to 3.23, bls-signatures to 1.3.6 by @lklimek in #1237
  • build(deps): ignore docs/ when checking for updates by @lklimek in #1240
  • build(deps): Bump github.com/opencontainers/runc from 1.3.1 to 1.3.3 in the go_modules group across 1 directory by @dependabot[bot] in #1238
  • chore(release): update changelog and bump version to 1.5.3 by @lklimek in #1241

Full Changelog: v1.5.2...v1.5.3

v1.5.2

27 Jan 08:22
59268dc

Choose a tag to compare

This is a minor maintenance release, updating some dependencies and fixing minor issues.

What's Changed

  • fix(blocksync): potential deadlock in updateMonitor by @lklimek in #1176
  • build(deps): Bump golang.org/x/term from 0.35.0 to 0.36.0 by @dependabot[bot] in #1184
  • build(deps): Bump google.golang.org/grpc from 1.75.1 to 1.76.0 by @dependabot[bot] in #1187
  • build(deps): Bump github.com/creachadair/atomicfile from 0.3.8 to 0.4.0 by @dependabot[bot] in #1190
  • build(deps): Bump actions/download-artifact from 5 to 6 by @dependabot[bot] in #1192
  • build(deps): Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #1191
  • build(deps): Bump golangci/golangci-lint-action from 8.0.0 to 9.0.0 by @dependabot[bot] in #1195
  • build(deps): Bump golang.org/x/sync from 0.17.0 to 0.18.0 by @dependabot[bot] in #1199
  • build(deps): Bump github.com/creachadair/taskgroup from 0.14.0 to 0.14.2 by @dependabot[bot] in #1194
  • build(deps): Bump golang.org/x/time from 0.13.0 to 0.14.0 by @dependabot[bot] in #1183
  • build(deps): Bump github.com/btcsuite/btcd/btcec/v2 from 2.3.5 to 2.3.6 by @dependabot[bot] in #1193
  • build(deps): Bump golang.org/x/crypto from 0.42.0 to 0.44.0 by @dependabot[bot] in #1200
  • build(deps): bump golang to 1.25.4 by @lklimek in #1202
  • build(deps): Bump golang.org/x/net from 0.44.0 to 0.47.0 by @dependabot[bot] in #1196
  • test(consensus): fix flaky TestReactorValidatorSetChanges by @lklimek in #1204
  • test(blocksync): fix flaky TestReactor_NoBlockResponse by @lklimek in #1203
  • build(deps): Bump github.com/oasisprotocol/oasis-core/go from 0.2505.0 to 0.2507.0 by @dependabot[bot] in #1201
  • build(deps): Bump github.com/golangci/golangci-lint/v2 from 2.5.0 to 2.6.1 by @dependabot[bot] in #1197
  • build(deps): Bump github.com/bufbuild/buf from 1.57.2 to 1.59.0 by @dependabot[bot] in #1189
  • fix(Docker): docker build fails when base image has no klogd user by @lklimek in #1205
  • build(deps): Bump github.com/bufbuild/buf from 1.59.0 to 1.60.0 by @dependabot[bot] in #1214
  • build(deps): Bump google.golang.org/grpc from 1.76.0 to 1.77.0 by @dependabot[bot] in #1213
  • build(deps): Bump golang.org/x/crypto from 0.44.0 to 0.45.0 by @dependabot[bot] in #1212
  • build(deps): Bump github.com/oasisprotocol/oasis-core/go from 0.2507.0 to 0.2508.0 by @dependabot[bot] in #1211
  • build(deps): Bump actions/checkout from 5 to 6 by @dependabot[bot] in #1209
  • build(deps): Bump actions/setup-go from 6.0.0 to 6.1.0 by @dependabot[bot] in #1207
  • build(deps): Bump styfle/cancel-workflow-action from 0.12.1 to 0.13.0 by @dependabot[bot] in #1229
  • build(deps): Bump docker/setup-buildx-action from 3.11.1 to 3.12.0 by @dependabot[bot] in #1227
  • build(deps): Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #1223
  • build(deps): Bump actions/download-artifact from 6 to 7 by @dependabot[bot] in #1222
  • build(deps): Bump actions/checkout to from 2 to 6 by @lklimek in #1230
  • build(deps): Bump github.com/BurntSushi/toml from 1.5.0 to 1.6.0 by @dependabot[bot] in #1228
  • refactor(rpc): more granular rpc error codes by @lklimek in #1206
  • build(deps): Bump golang.org/x/crypto from 0.45.0 to 0.46.0 by @dependabot[bot] in #1226
  • build(deps): Bump golangci/golangci-lint-action from 9.0.0 to 9.2.0 by @dependabot[bot] in #1217
  • build(deps): Bump golang.org/x/sync from 0.18.0 to 0.19.0 by @dependabot[bot] in #1218
  • build(deps): Bump golang.org/x/net from 0.47.0 to 0.48.0 by @dependabot[bot] in #1225
  • build(deps): Bump github.com/spf13/cobra from 1.10.1 to 1.10.2 by @dependabot[bot] in #1221
  • build(deps): Bump github.com/golangci/golangci-lint/v2 from 2.6.1 to 2.7.2 by @dependabot[bot] in #1219
  • build(deps): Bump github.com/oasisprotocol/oasis-core/go from 0.2508.0 to 0.2509.0 by @dependabot[bot] in #1216
  • build(deps): Bump github.com/go-pkgz/jrpc from 0.3.1 to 0.4.0 by @dependabot[bot] in #1220
  • build(deps): Bump actions/setup-go from 6.1.0 to 6.2.0 by @dependabot[bot] in #1231
  • build(deps): Bump google.golang.org/grpc from 1.77.0 to 1.78.0 by @dependabot[bot] in #1232
  • build(deps): Bump github.com/bufbuild/buf from 1.60.0 to 1.64.0 by @dependabot[bot] in #1233
  • chore(release): update changelog and bump version to 1.5.2 by @lklimek in #1235

Full Changelog: v1.5.1...v1.5.2

v1.5.1: fix broken 1.4->1.5.0 update process

01 Oct 10:32
73b1759

Choose a tag to compare

This version fixes issue which happens when updating from Tenderdash v1.4 to Tenderdash v1.5.0.

UPGRADE NOTES

Upgrade from v1.4.x directly to v1.5.1 should work without any issues.

Upgrade from v1.5.0 to v1.5.1 requires manual step to fix permissions. Example (pseudocode) in case of Dashmate-provisioned Dash Platform

  1. Stop Dash Platform: dashmate stop --platform
  2. Find volume name: VOLUME=$(docker volume ls -q|grep tenderdash); echo $VOLUME; ensure there is only one volume in the $VOLUME env var
  3. Permissions fix: docker run --rm -ti -u 0 -v $VOLUME:/tenderdash alpine:3.21 chown -R 100:1000 /tenderdash/
  4. Start Dash Platform: dashmate start --platform

What's Changed

  • chore(release): update changelog and bump version to 1.5.1 by @lklimek in #1180

Full Changelog: v1.5.0...v1.5.1

v1.5.0

24 Sep 11:52
898a29f

Choose a tag to compare

What's Changed

  • build(ci): optional jobs must report success to merge PR by @lklimek in #993
  • build(deps): Bump actions/setup-go from 5.1.0 to 5.2.0 by @dependabot[bot] in #1003
  • build(deps): Bump docker/setup-buildx-action from 3.7.1 to 3.8.0 by @dependabot[bot] in #1007
  • build(deps): Bump google.golang.org/grpc from 1.68.1 to 1.69.0 by @dependabot[bot] in #1006
  • build(deps): Bump golang.org/x/crypto from 0.30.0 to 0.31.0 by @dependabot[bot] in #1005
  • build(deps): Bump google.golang.org/grpc from 1.69.0 to 1.69.4 by @dependabot[bot] in #1025
  • build(deps): Bump docker/build-push-action from 6.10.0 to 6.11.0 by @dependabot[bot] in #1023
  • build(deps): Bump golang.org/x/net from 0.32.0 to 0.34.0 by @dependabot[bot] in #1021
  • build(deps): Bump golang.org/x/term from 0.27.0 to 0.28.0 by @dependabot[bot] in #1016
  • build(deps): Bump github.com/creachadair/atomicfile from 0.3.6 to 0.3.7 by @dependabot[bot] in #1015
  • build(deps): Bump golang.org/x/time from 0.8.0 to 0.9.0 by @dependabot[bot] in #1020
  • build(deps): Bump github.com/creachadair/tomledit from 0.0.23 to 0.0.27 by @dependabot[bot] in #1019
  • build(deps): Bump github.com/golangci/golangci-lint from 1.62.2 to 1.63.4 by @dependabot[bot] in #1018
  • build(deps): Bump github.com/vektra/mockery/v2 from 2.50.0 to 2.50.4 by @dependabot[bot] in #1017
  • build(deps): Bump github.com/prometheus/common from 0.61.0 to 0.62.0 by @dependabot[bot] in #1031
  • build(deps): Bump docker/build-push-action from 6.11.0 to 6.12.0 by @dependabot[bot] in #1029
  • build(deps): Bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 by @dependabot[bot] in #1028
  • build(deps): Bump github.com/bufbuild/buf from 1.47.2 to 1.50.0 by @dependabot[bot] in #1027
  • build(deps): Bump github.com/jonboulle/clockwork from 0.3.0 to 0.5.0 by @dependabot[bot] in #1032
  • build(deps): Bump github.com/go-pkgz/jrpc from 0.2.0 to 0.3.1 by @dependabot[bot] in #1033
  • build(deps): Bump actions/setup-go from 5.2.0 to 5.3.0 by @dependabot[bot] in #1035
  • build(deps): Bump docker/build-push-action from 6.12.0 to 6.13.0 by @dependabot[bot] in #1036
  • build(deps): Bump google.golang.org/grpc from 1.69.4 to 1.70.0 by @dependabot[bot] in #1037
  • build(deps): bump alpine to 3.21, golang to 1.23.6 by @lklimek in #1042
  • build(deps): Bump golang.org/x/sync from 0.10.0 to 0.11.0 by @dependabot[bot] in #1050
  • build(deps): Bump golang.org/x/term from 0.28.0 to 0.29.0 by @dependabot[bot] in #1051
  • build(deps): Bump golang.org/x/time from 0.9.0 to 0.10.0 by @dependabot[bot] in #1048
  • build(deps): Bump docker/setup-buildx-action from 3.8.0 to 3.9.0 by @dependabot[bot] in #1046
  • build(deps): Bump golangci/golangci-lint-action from 6.2.0 to 6.3.2 by @dependabot[bot] in #1045
  • build(deps): Bump github.com/cometbft/cometbft-db from 1.0.1 to 1.0.3 by @dependabot[bot] in #1044
  • build(deps): Bump github.com/oasisprotocol/oasis-core/go from 0.2403.1 to 0.2500.0 by @dependabot[bot] in #1047
  • build(deps): Bump golang.org/x/crypto from 0.32.0 to 0.33.0 by @dependabot[bot] in #1049
  • build(deps): replace gogo/protobuf with cosmos/gogoproto by @lklimek in #1054
  • build(deps): Bump golangci/golangci-lint-action from 6.3.2 to 6.5.0 by @dependabot[bot] in #1058
  • build(deps): Bump golang.org/x/net from 0.34.0 to 0.35.0 by @dependabot[bot] in #1055
  • build(deps): Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 by @dependabot[bot] in #1056
  • build(deps): Bump github.com/golangci/golangci-lint from 1.63.4 to 1.64.5 by @dependabot[bot] in #1057
  • build(deps): Bump docker/build-push-action from 6.13.0 to 6.14.0 by @dependabot[bot] in #1063
  • build(deps): Bump github.com/prometheus/client_golang from 1.20.5 to 1.21.0 by @dependabot[bot] in #1062
  • build(deps): Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 by @dependabot[bot] in #1060
  • build(deps): Bump golang.org/x/crypto from 0.33.0 to 0.34.0 by @dependabot[bot] in #1061
  • feat(rpc): filter unconfirmed txs by tx hash by @lklimek in #1053
  • build(deps): Bump docker/setup-buildx-action from 3.9.0 to 3.10.0 by @dependabot[bot] in #1064
  • build(deps): Bump docker/build-push-action from 6.14.0 to 6.15.0 by @dependabot[bot] in #1065
  • build(deps): update gha actions/cache to v4 by @lklimek in #1070
  • build(deps): Bump golang.org/x/crypto from 0.34.0 to 0.35.0 by @dependabot[bot] in #1069
  • build(deps): Bump github.com/golangci/golangci-lint from 1.64.5 to 1.64.6 by @dependabot[bot] in #1068
  • build(deps): Bump github.com/cometbft/cometbft-db from 1.0.3 to 1.0.4 by @dependabot[bot] in #1067
  • build(deps): Bump pgregory.net/rapid from 0.4.8 to 1.2.0 by @dependabot[bot] in #1066
  • build(deps): Bump golang.org/x/net from 0.35.0 to 0.37.0 by @dependabot[bot] in #1073
  • build(deps): Bump google.golang.org/grpc from 1.70.0 to 1.71.0 by @dependabot[bot] in #1071
  • build(deps): Bump github.com/prometheus/client_golang from 1.21.0 to 1.21.1 by @dependabot[bot] in #1072
  • build(deps): Bump golang.org/x/time from 0.10.0 to 0.11.0 by @dependabot[bot] in #1076
  • build(deps): Bump docker/login-action from 3.2.0 to 3.4.0 by @dependabot[bot] in #1078
  • build(deps): Bump actions/setup-go from 5.3.0 to 5.4.0 by @dependabot[bot] in #1079
  • build(deps): Bump github.com/creachadair/tomledit from 0.0.27 to 0.0.28 by @dependabot[bot] in #1083
  • build(deps): Bump github.com/prometheus/common from 0.62.0 to 0.63.0 by @dependabot[bot] in #1085
  • build(deps): Bump github.com/BurntSushi/toml from 1.4.1-0.20240526193622-a339e1f7089c to 1.5.0 by @dependabot[bot] in #1081
  • build(deps): Bump github.com/spf13/viper from 1.19.0 to 1.20.1 by @dependabot[bot] in #1091
  • build(deps): Bump golangci-lint to v2, golangci/golangci-lint-action to 7.0.0 by @dependabot[bot] in #1080
  • build(deps): Bump github.com/creachadair/atomicfile from 0.3.7 to 0.3.8 by @dependabot[bot] in #1082
  • build(deps): Bump google.golang.org/grpc from 1.71.0 to 1.71.1 by @dependabot[bot] in #1098
  • build(deps): Bump golang.org/x/term from 0.30.0 to 0.31.0 by @dependabot[bot] in #1096
  • build(deps): Bump github.com/rs/zerolog from 1.29.0 to 1.34.0 by @dependabot[bot] in #1087
  • build(deps): Bump github.com/prometheus/client_golang from 1.21.1 to 1.22.0 by @dependabot[bot] in #1097
  • build(deps): Bump golang.org/x/net from 0.37.0 to 0.39.0 by @dependabot[bot] in #1095
  • build(deps): Bump github.com/golangci/golangci-lint from 1.64.6 to 1.64.8 by @dependabot[bot] in #1088
  • feat: allow defining validator power threshold in consensus params by @lklimek in #1052
  • chore(release): update changelog and bump version to 1.5.0-dev.1 by @lklimek in #1101
  • build(deps): Bump github.com/fxamacker/cbor/v2 from 2.4.0 to 2.8.0 by @dependabot[bot] in #1103
  • build(deps): Bump github.com/prometheus/client_model from 0.6.1 to 0.6.2 by @dependabot[bot] in #1104
  • build(deps): Bump google.golang.org/grpc from 1.71.1 to 1.72.0 by @dependabot[bot] in #1105
  • build(deps): Bump github.com/bufbuild/buf from 1.50.0 to 1.53.0 by...
Read more

v1.5.0-dev.3

11 Jul 07:40
8931322

Choose a tag to compare

v1.5.0-dev.3 Pre-release
Pre-release

What's Changed

  • build(deps): Bump github.com/oasisprotocol/oasis-core/go from 0.2501.0 to 0.2502.0 by @dependabot[bot] in #1110
  • build(deps): Bump docker/build-push-action from 6.15.0 to 6.16.0 by @dependabot[bot] in #1109
  • build(deps): Bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 by @dependabot[bot] in #1112
  • build(deps): Bump golang.org/x/sync from 0.13.0 to 0.14.0 by @dependabot[bot] in #1111
  • build(deps): Bump actions/setup-go from 5.4.0 to 5.5.0 by @dependabot[bot] in #1116
  • chore: remove shumkov from CODEOWNERS by @lklimek in #1119
  • build(deps): bump bls-signatures go-grpc-* weightedrand snappy x/net x/crypto buf and others by @lklimek in #1117
  • build(deps): Bump docker/build-push-action from 6.16.0 to 6.17.0 by @dependabot[bot] in #1123
  • build(deps): Bump google.golang.org/grpc from 1.72.0 to 1.72.2 by @dependabot[bot] in #1124
  • build(deps): Bump github.com/prometheus/common from 0.63.0 to 0.64.0 by @dependabot[bot] in #1120
  • build(deps): Bump github.com/oasisprotocol/oasis-core/go from 0.2502.0 to 0.2503.0 by @dependabot[bot] in #1125
  • build(deps): Bump golang.org/x/time from 0.11.0 to 0.12.0 by @dependabot[bot] in #1131
  • build(deps): Bump google.golang.org/grpc from 1.72.2 to 1.73.0 by @dependabot[bot] in #1129
  • build(deps): Bump docker/build-push-action from 6.17.0 to 6.18.0 by @dependabot[bot] in #1126
  • build(deps): Bump golang.org/x/crypto from 0.38.0 to 0.39.0 by @dependabot[bot] in #1130
  • build(deps): Bump golang.org/x/sync from 0.14.0 to 0.15.0 by @dependabot[bot] in #1128
  • fix: retry dash core requests when they fail by @lklimek in #1139
  • build(deps): Bump docker/setup-buildx-action from 3.10.0 to 3.11.1 by @dependabot[bot] in #1136
  • build(deps): Bump github.com/prometheus/common from 0.64.0 to 0.65.0 by @dependabot[bot] in #1135
  • build(deps): Bump github.com/oasisprotocol/oasis-core/go from 0.2503.0 to 0.2504.0 by @dependabot[bot] in #1134
  • build(deps): Bump github.com/bufbuild/buf from 1.54.0 to 1.55.1 by @dependabot[bot] in #1133
  • feat(store): rollback --store flag to to include block store in rollback by @lklimek in #1137
  • chore(crypto): update secp256k1 to use new version of btcsuite/btcd/btcec/v2 by @lklimek in #1118
  • chore(release): update changelog and bump version to 1.5.0-dev.3 by @lklimek in #1140

Full Changelog: v1.5.0-dev.2...v1.5.0-dev.3

v1.5.0-dev.2

25 Apr 14:29
85f8eec

Choose a tag to compare

v1.5.0-dev.2 Pre-release
Pre-release

What's Changed

  • build(deps): Bump github.com/fxamacker/cbor/v2 from 2.4.0 to 2.8.0 by @dependabot in #1103
  • build(deps): Bump github.com/prometheus/client_model from 0.6.1 to 0.6.2 by @dependabot in #1104
  • build(deps): Bump google.golang.org/grpc from 1.71.1 to 1.72.0 by @dependabot in #1105
  • build(deps): Bump github.com/bufbuild/buf from 1.50.0 to 1.53.0 by @dependabot in #1102
  • fix(statesync): statesync is unstable and doesn't time out by @lklimek in #1059
  • build(deps): update go to 1.24.2 by @lklimek in #1106
  • build(deps): major update of mockery to 3.2.4 by @lklimek in #1107
  • build(deps): Bump github.com/oasisprotocol/oasis-core/go from 0.2500.0 to 0.2501.0 by @dependabot in #1089
  • chore(release): update changelog and bump version to 1.5.0-dev.2 by @lklimek in #1108

Full Changelog: v1.5.0-dev.1...v1.5.0-dev.2

v1.5.0-dev.1

24 Apr 07:19
023a5c4

Choose a tag to compare

v1.5.0-dev.1 Pre-release
Pre-release

What's Changed

  • build(ci): optional jobs must report success to merge PR by @lklimek in #993
  • build(deps): Bump actions/setup-go from 5.1.0 to 5.2.0 by @dependabot in #1003
  • build(deps): Bump docker/setup-buildx-action from 3.7.1 to 3.8.0 by @dependabot in #1007
  • build(deps): Bump google.golang.org/grpc from 1.68.1 to 1.69.0 by @dependabot in #1006
  • build(deps): Bump golang.org/x/crypto from 0.30.0 to 0.31.0 by @dependabot in #1005
  • build(deps): Bump google.golang.org/grpc from 1.69.0 to 1.69.4 by @dependabot in #1025
  • build(deps): Bump docker/build-push-action from 6.10.0 to 6.11.0 by @dependabot in #1023
  • build(deps): Bump golang.org/x/net from 0.32.0 to 0.34.0 by @dependabot in #1021
  • build(deps): Bump golang.org/x/term from 0.27.0 to 0.28.0 by @dependabot in #1016
  • build(deps): Bump github.com/creachadair/atomicfile from 0.3.6 to 0.3.7 by @dependabot in #1015
  • build(deps): Bump golang.org/x/time from 0.8.0 to 0.9.0 by @dependabot in #1020
  • build(deps): Bump github.com/creachadair/tomledit from 0.0.23 to 0.0.27 by @dependabot in #1019
  • build(deps): Bump github.com/golangci/golangci-lint from 1.62.2 to 1.63.4 by @dependabot in #1018
  • build(deps): Bump github.com/vektra/mockery/v2 from 2.50.0 to 2.50.4 by @dependabot in #1017
  • build(deps): Bump github.com/prometheus/common from 0.61.0 to 0.62.0 by @dependabot in #1031
  • build(deps): Bump docker/build-push-action from 6.11.0 to 6.12.0 by @dependabot in #1029
  • build(deps): Bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 by @dependabot in #1028
  • build(deps): Bump github.com/bufbuild/buf from 1.47.2 to 1.50.0 by @dependabot in #1027
  • build(deps): Bump github.com/jonboulle/clockwork from 0.3.0 to 0.5.0 by @dependabot in #1032
  • build(deps): Bump github.com/go-pkgz/jrpc from 0.2.0 to 0.3.1 by @dependabot in #1033
  • build(deps): Bump actions/setup-go from 5.2.0 to 5.3.0 by @dependabot in #1035
  • build(deps): Bump docker/build-push-action from 6.12.0 to 6.13.0 by @dependabot in #1036
  • build(deps): Bump google.golang.org/grpc from 1.69.4 to 1.70.0 by @dependabot in #1037
  • build(deps): bump alpine to 3.21, golang to 1.23.6 by @lklimek in #1042
  • build(deps): Bump golang.org/x/sync from 0.10.0 to 0.11.0 by @dependabot in #1050
  • build(deps): Bump golang.org/x/term from 0.28.0 to 0.29.0 by @dependabot in #1051
  • build(deps): Bump golang.org/x/time from 0.9.0 to 0.10.0 by @dependabot in #1048
  • build(deps): Bump docker/setup-buildx-action from 3.8.0 to 3.9.0 by @dependabot in #1046
  • build(deps): Bump golangci/golangci-lint-action from 6.2.0 to 6.3.2 by @dependabot in #1045
  • build(deps): Bump github.com/cometbft/cometbft-db from 1.0.1 to 1.0.3 by @dependabot in #1044
  • build(deps): Bump github.com/oasisprotocol/oasis-core/go from 0.2403.1 to 0.2500.0 by @dependabot in #1047
  • build(deps): Bump golang.org/x/crypto from 0.32.0 to 0.33.0 by @dependabot in #1049
  • build(deps): replace gogo/protobuf with cosmos/gogoproto by @lklimek in #1054
  • build(deps): Bump golangci/golangci-lint-action from 6.3.2 to 6.5.0 by @dependabot in #1058
  • build(deps): Bump golang.org/x/net from 0.34.0 to 0.35.0 by @dependabot in #1055
  • build(deps): Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 by @dependabot in #1056
  • build(deps): Bump github.com/golangci/golangci-lint from 1.63.4 to 1.64.5 by @dependabot in #1057
  • build(deps): Bump docker/build-push-action from 6.13.0 to 6.14.0 by @dependabot in #1063
  • build(deps): Bump github.com/prometheus/client_golang from 1.20.5 to 1.21.0 by @dependabot in #1062
  • build(deps): Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 by @dependabot in #1060
  • build(deps): Bump golang.org/x/crypto from 0.33.0 to 0.34.0 by @dependabot in #1061
  • feat(rpc): filter unconfirmed txs by tx hash by @lklimek in #1053
  • build(deps): Bump docker/setup-buildx-action from 3.9.0 to 3.10.0 by @dependabot in #1064
  • build(deps): Bump docker/build-push-action from 6.14.0 to 6.15.0 by @dependabot in #1065
  • build(deps): update gha actions/cache to v4 by @lklimek in #1070
  • build(deps): Bump golang.org/x/crypto from 0.34.0 to 0.35.0 by @dependabot in #1069
  • build(deps): Bump github.com/golangci/golangci-lint from 1.64.5 to 1.64.6 by @dependabot in #1068
  • build(deps): Bump github.com/cometbft/cometbft-db from 1.0.3 to 1.0.4 by @dependabot in #1067
  • build(deps): Bump pgregory.net/rapid from 0.4.8 to 1.2.0 by @dependabot in #1066
  • build(deps): Bump golang.org/x/net from 0.35.0 to 0.37.0 by @dependabot in #1073
  • build(deps): Bump google.golang.org/grpc from 1.70.0 to 1.71.0 by @dependabot in #1071
  • build(deps): Bump github.com/prometheus/client_golang from 1.21.0 to 1.21.1 by @dependabot in #1072
  • build(deps): Bump golang.org/x/time from 0.10.0 to 0.11.0 by @dependabot in #1076
  • build(deps): Bump docker/login-action from 3.2.0 to 3.4.0 by @dependabot in #1078
  • build(deps): Bump actions/setup-go from 5.3.0 to 5.4.0 by @dependabot in #1079
  • build(deps): Bump github.com/creachadair/tomledit from 0.0.27 to 0.0.28 by @dependabot in #1083
  • build(deps): Bump github.com/prometheus/common from 0.62.0 to 0.63.0 by @dependabot in #1085
  • build(deps): Bump github.com/BurntSushi/toml from 1.4.1-0.20240526193622-a339e1f7089c to 1.5.0 by @dependabot in #1081
  • build(deps): Bump github.com/spf13/viper from 1.19.0 to 1.20.1 by @dependabot in #1091
  • build(deps): Bump golangci-lint to v2, golangci/golangci-lint-action to 7.0.0 by @dependabot in #1080
  • build(deps): Bump github.com/creachadair/atomicfile from 0.3.7 to 0.3.8 by @dependabot in #1082
  • build(deps): Bump google.golang.org/grpc from 1.71.0 to 1.71.1 by @dependabot in #1098
  • build(deps): Bump golang.org/x/term from 0.30.0 to 0.31.0 by @dependabot in #1096
  • build(deps): Bump github.com/rs/zerolog from 1.29.0 to 1.34.0 by @dependabot in #1087
  • build(deps): Bump github.com/prometheus/client_golang from 1.21.1 to 1.22.0 by @dependabot in #1097
  • build(deps): Bump golang.org/x/net from 0.37.0 to 0.39.0 by @dependabot in #1095
  • build(deps): Bump github.com/golangci/golangci-lint from 1.64.6 to 1.64.8 by @dependabot in #1088
  • feat: allow defining validator power threshold in consensus params by @lklimek in #1052
  • chore(release): update changelog and bump version to 1.5.0-dev.1 by @lklimek in #1101

Full Changelog: v1.4.0...v1.5.0-dev.1

v1.4.0

11 Dec 15:31
896df0a

Choose a tag to compare

This is a maintenace release, containing improvements and bug fixes.

Important changes in this release:

  • removed support for cleveldb, boltdb, rocksdb, badgerdb (not used)
  • Docker container logs are sent to stdout instead of stderr

What's Changed

  • build(deps): Bump actions/setup-go from 5.0.1 to 5.1.0 by @dependabot in #965
  • build(deps): Bump github.com/creachadair/taskgroup from 0.3.2 to 0.12.0 by @dependabot in #961
  • build(deps): Bump github.com/prometheus/common from 0.37.0 to 0.60.1 by @dependabot in #964
  • build(deps): Bump github.com/oasisprotocol/oasis-core/go from 0.2202.5 to 0.2403.0 by @dependabot in #962
  • chore!: docker log to stdout and minor logging tweaks by @lklimek in #951
  • chore(github): tune stale and dependabot settings by @lklimek in #967
  • fix(rpc): validators endpoint fail during quorum rotation by @lklimek in #959
  • build(deps): replace tendermint/tm-db with cometbft/cometbft-db by @lklimek in #973
  • refactor(db)!: remove support for cleveldb, boltdb, rocksdb, badgerdb by @lklimek in #974
  • test: update mockery configuration and regenerate mocks by @lklimek in #955
  • build(deps): Bump golang.org/x/sync from 0.8.0 to 0.9.0 by @dependabot in #976
  • build(deps): Bump github.com/creachadair/taskgroup from 0.12.0 to 0.13.2 by @dependabot in #986
  • build(deps): Bump golang.org/x/crypto from 0.28.0 to 0.29.0 by @dependabot in #981
  • build(deps): Bump bufbuild/buf-setup-action from 1.35.0 to 1.46.0 by @dependabot in #969
  • build(deps): Bump golang.org/x/time from 0.6.0 to 0.8.0 by @dependabot in #980
  • build(deps): Bump github.com/vektra/mockery/v2 from 2.46.3 to 2.49.1 by @dependabot in #988
  • build(deps): Bump golang.org/x/net from 0.30.0 to 0.31.0 by @dependabot in #979
  • build(deps): Bump github.com/golangci/golangci-lint from 1.61.0 to 1.62.2 by @dependabot in #985
  • build(deps): Bump github.com/bufbuild/buf from 1.35.1 to 1.47.2 by @dependabot in #982
  • build(deps): Bump google.golang.org/grpc from 1.67.1 to 1.68.0 by @dependabot in #977
  • build(deps): Bump docker/build-push-action from 6.9.0 to 6.10.0 by @dependabot in #991
  • build(deps): Bump github.com/oasisprotocol/oasis-core/go from 0.2403.0 to 0.2403.1 by @dependabot in #990
  • build(deps): Bump bufbuild/buf-setup-action from 1.46.0 to 1.47.2 by @dependabot in #992
  • build(deps): Bump github.com/creachadair/atomicfile from 0.2.6 to 0.3.6 by @dependabot in #989
  • build(deps): Bump golang.org/x/term from 0.26.0 to 0.27.0 by @dependabot in #1000
  • build(deps): Bump google.golang.org/grpc from 1.68.0 to 1.68.1 by @dependabot in #998
  • build(deps): Bump golang.org/x/sync from 0.9.0 to 0.10.0 by @dependabot in #995
  • build(deps): Bump golang.org/x/crypto from 0.29.0 to 0.30.0 by @dependabot in #996
  • build(deps): Bump github.com/vektra/mockery/v2 from 2.49.1 to 2.50.0 by @dependabot in #999
  • build(deps): Bump golang.org/x/net from 0.31.0 to 0.32.0 by @dependabot in #994
  • build(deps): Bump github.com/prometheus/common from 0.60.1 to 0.61.0 by @dependabot in #997
  • fix(consensus): node stalled after client has stopped by @lklimek in #1001
  • chore(release): update changelog and bump version to 1.4.0 by @lklimek in #1004

Full Changelog: v1.3.1...v1.4.0

v1.3.1

02 Nov 21:52
2913d54

Choose a tag to compare

What's Changed

  • test(evidence): update tests for new proposal selection algo by @lklimek in #925
  • test(e2e): fix proposer selection test by @lklimek in #926
  • docs: update readme by @thephez in #934
  • docs: fix broken links by @thephez in #940
  • build(deps): Bump golangci/golangci-lint-action from 6.0.1 to 6.1.1 by @dependabot in #950
  • build(deps): Bump docker/setup-buildx-action from 3.3.0 to 3.7.1 by @dependabot in #949
  • build(deps): Bump golang.org/x/crypto from 0.25.0 to 0.28.0 by @dependabot in #945
  • build(deps): Bump golang.org/x/term from 0.22.0 to 0.25.0 by @dependabot in #942
  • build(deps): Bump docker/build-push-action from 6.0.0 to 6.9.0 by @dependabot in #935
  • fix(metrics): num of validators that didn't sign is always 0 by @lklimek in #905
  • build(deps): go 1.23, mockery 2.46.2, golangci-lint 1.61 by @lklimek in #954
  • fix(consensus): we should panic if finalize block on apply commit fails by @lklimek in #966
  • chore(release): update changelog and bump version to 1.3.1 by @lklimek in #968

New Contributors

Full Changelog: v1.3.0...v1.3.1