Skip to content

Commit 671a2bd

Browse files
authored
chore: update pd & cometbft versions (#52)
The cometbft version bump is updated to include 0.37.15, to include patches to security issues. See details in [0]. [0] https://github.com/cometbft/cometbft/blob/v0.37.15/CHANGELOG.md#v03715
1 parent a45c822 commit 671a2bd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pages/node/pd/install.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ There's also a one-liner install script available on the release page, which wil
2626
### Installing CometBFT
2727

2828
You'll need to have [CometBFT installed](https://docs.cometbft.com/v0.37/guides/install) on your system to join your node to the network.
29-
You must use a compatible version of CometBFT. Any version in the `v0.37.x` series will work, such as <code>{COMETBFT_VERSION}</code>,
29+
You must use a `v0.37.x` version of CometBFT, at least <code>{COMETBFT_VERSION}</code>,
3030
which you can download [from the CometBFT releases page](https://github.com/cometbft/cometbft/releases/).
31+
Penumbra is not yet compatible with CometBFT `v0.38.x` or `v1.x`.
3132
If you prefer to compile from source instead, make sure you are compiling the correct version by checking out its tag
3233
in the CometBFT repo before building.

penumbra_versions.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
// works in normal prose, but fails in backticked-codeblocks. There's some discussion
44
// about how to do this better in https://github.com/orgs/mdx-js/discussions/2288.
55

6-
export const PENUMBRA_VERSION = 'v0.79.3';
7-
export const COMETBFT_VERSION = 'v0.37.9';
6+
export const PENUMBRA_VERSION = 'v1.0.1';
7+
export const COMETBFT_VERSION = 'v0.37.15';

0 commit comments

Comments
 (0)