8000 Tags · hacheigriega/tendermint · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: hacheigriega/tendermint

Tags

v0.33.6

Toggle v0.33.6's commit message
changelog: tweak 0.33.6 entry

v0.34.0-dev1

Toggle v0.34.0-dev1's commit message

Unverified

This user has not yet uploaded their public signing key.
Tagged v0.34.0 version for developer testing

v0.33.5

Toggle v0.33.5's commit message
prepare v0.33.5 RC2

v0.32.12

Toggle v0.32.12's commit message
test: revert Go 1.13→1.14 bump

Since we support 1.13 and above, let's use that as a baseline for tests.

v0.32.11

Toggle v0.32.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release/v0.32.11 (tendermint#4709)

* privval: retry GetPubKey, SignVote/Proposal indefinitely

Fixes tendermint#4275

v0.33.4

Toggle v0.33.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request tendermint#4714 from tendermint/release/v0.33.4

release: v0.33.4

v0.33.3

Toggle v0.33.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request from GHSA-v24h-pjjv-mcp6

v0.33.3: advisory fix

v0.32.10

Toggle v0.32.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request from GHSA-v24h-pjjv-mcp6

v0.32.10: advisory fix

v0.31.12

Toggle v0.31.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request from GHSA-v24h-pjjv-mcp6

v0.31.12: backport advisory fix

v0.33.2

Toggle v0.33.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
noop commit (tendermint#4553)

should force CircleCI to update the code cache

Found a cache from build 100135 at go-src-v1-b215e07ecdc6ad5c363c3b420580aa6b52913feb
Size: 65 MiB
Cached paths:
* /go/src/github.com/tendermint/tendermint/.git

because we have v0.33.1-dev3 tag, bump-semver.py script is thinking the
next tag should be v0.33.1, not v0.33.2:

if re.match('[0-9]+$',patch) is None:
  patchfound = re.match('([0-9]+)',patch)
patch = int(patchfound.group(1))
  else:
  patch = int(patch) + 1

  The last tag it finds is v0.33.1-dev3. So it hits the first branch. But
  the first branch only fetches the number, and doesn't increment it, so
  the result is v0.33.1.

  if there exists a patch tag like 1-dev3, then the next version should be
  0.33.1. But in this case, 0.33.1 has already been released.
0