From 66ac0bf8b08f49e66a1b5c41147b0512a9ee5ea0 Mon Sep 17 00:00:00 2001 From: Jae Kwon <53785+jaekwon@users.noreply.github.com> Date: Thu, 6 Mar 2025 13:57:24 -0800 Subject: [PATCH] fix inaccuracies (#10144) --- .github/workflows/docs-deployment.yml | 8 ++++---- Makefile | 2 +- README.md | 21 +++++++++------------ docs/.vuepress/config.js | 2 +- docs/README.md | 1 + docs/app-dev/abci-cli.md | 4 ++-- docs/tendermint-core/validators.md | 2 +- docs/versions | 2 +- 8 files changed, 20 insertions(+), 22 deletions(-) diff --git a/.github/workflows/docs-deployment.yml b/.github/workflows/docs-deployment.yml index 082484dd5..2d822f933 100644 --- a/.github/workflows/docs-deployment.yml +++ b/.github/workflows/docs-deployment.yml @@ -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. @@ -37,7 +37,7 @@ jobs: run: | git config --global --add safe.directory "$PWD" make build-docs - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: build-output path: ~/output/ @@ -49,8 +49,8 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v3 - - uses: actions/download-artifact@v3 + - uses: actions/checkout@v4 + - uses: actions/download-artifact@v4 with: name: build-output path: ~/output diff --git a/Makefile b/Makefile index 1c2b8f7dd..674efb789 100644 --- a/Makefile +++ b/Makefile @@ -224,7 +224,7 @@ build-docs: @cd docs && \ while read -r branch path_prefix; do \ ( git checkout $${branch} && npm ci --quiet && \ - VUEPRESS_BASE="/$${path_prefix}/" npm run build --quiet ) ; \ + VUEPRESS_BASE="/$${path_prefix}/" NODE_OPTIONS="--openssl-legacy-provider" npm run build --quiet ) ; \ mkdir -p ~/output/$${path_prefix} ; \ cp -r .vuepress/dist/* ~/output/$${path_prefix}/ ; \ cp ~/output/$${path_prefix}/index.html ~/output ; \ diff --git a/README.md b/README.md index 3e375791f..fcc9b154d 100644 --- a/README.md +++ b/README.md @@ -36,20 +36,17 @@ Please do not depend on master as your production branch. Use [releases](https:/ Tendermint has been in the production of private and public environments, most notably the blockchains of the Cosmos Network. we haven't released v1.0 yet since we are making breaking changes to the protocol and the APIs. See below for more details about [versioning](#versioning). -In any case, if you intend to run Tendermint in production, we're happy to help. You can -contact us [over email](mailto:hello@interchain.io) or [join the chat](https://discord.gg/cosmosnetwork). +In any case, if you intend to run Tendermint in production, we're happy to help. +You can contact us [over email](mailto:hello@newtendermint.org) or [join the +chat](https://discord.gg/gnoland). More on how releases are conducted can be found [here](./RELEASES.md). ## Security -To report a security vulnerability, see our [bug bounty -program](https://hackerone.com/cosmos). +To report a security vulnerability, please [email us](mailto:security@newtendermint.org). For examples of the kinds of bugs we're looking for, see [our security policy](SECURITY.md). -We also maintain a dedicated mailing list for security updates. We will only ever use this mailing list -to notify you of vulnerabilities and fixes in Tendermint Core. You can subscribe [here](http://eepurl.com/gZ5hQD). - ## Minimum requirements | Requirement | Notes | @@ -139,9 +136,9 @@ We keep a public up-to-date version of our roadmap [here](./docs/roadmap/roadmap ## Join us! -Tendermint Core is maintained by [Interchain GmbH](https://interchain.berlin). -If you'd like to work full-time on Tendermint Core, [we're hiring](https://interchain-gmbh.breezy.hr/)! +The development of Tendermint Core was led primarily by All in Bits, Inc. The +Tendermint trademark is owned by New Tendermint, LLC. If you'd like to work +full-time on Tendermint2 or [gno.land](https://gno.land), [we're +hiring](mailto:hiring@newtendermint.org)! + -Funding for Tendermint Core development comes primarily from the [Interchain Foundation](https://interchain.io), -a Swiss non-profit. The Tendermint trademark is owned by [Tendermint Inc.](https://tendermint.com), the for-profit entity - that also maintains [tendermint.com](https://tendermint.com). diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 6fa186104..957bc27da 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -106,7 +106,7 @@ module.exports = { } ], smallprint: - 'The development of Tendermint Core is led primarily by [Interchain GmbH](https://interchain.berlin/). Funding for this development comes primarily from the Interchain Foundation, a Swiss non-profit. The Tendermint trademark is owned by Tendermint Inc, the for-profit entity that also maintains this website.', + 'The development of Tendermint Core was led primarily by All in Bits, Inc. The Tendermint trademark is owned by New Tendermint, LLC.', links: [ { title: 'Documentation', diff --git a/docs/README.md b/docs/README.md index 3137d611a..ea8b4144d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -31,3 +31,4 @@ To find out about the Tendermint ecosystem you can go [here](https://github.com/ ## Contribute To contribute to the documentation, see [this file](https://github.com/tendermint/tendermint/blob/master/docs/DOCS_README.md) for details of the build process and considerations when making changes. + diff --git a/docs/app-dev/abci-cli.md b/docs/app-dev/abci-cli.md index bb94a36ca..cf03b38f4 100644 --- a/docs/app-dev/abci-cli.md +++ b/docs/app-dev/abci-cli.md @@ -247,8 +247,8 @@ Similarly, you could put the commands in a file and run Want to write an app in your favorite language?! We'd be happy to add you to our [ecosystem](https://github.com/tendermint/awesome#ecosystem)! -See [funding](https://github.com/interchainio/funding) opportunities from the -[Interchain Foundation](https://interchain.io/) for implementations in new languages and more. + +TODO link to bounties page. The `abci-cli` is designed strictly for testing and debugging. In a real deployment, the role of sending messages is taken by Tendermint, which diff --git a/docs/tendermint-core/validators.md b/docs/tendermint-core/validators.md index a1c8d6ff4..a1202434f 100644 --- a/docs/tendermint-core/validators.md +++ b/docs/tendermint-core/validators.md @@ -4,4 +4,4 @@ order: false # Validators -This file has moved to the [node section](../nodes/validators.md). +_This file has moved to the [node section](../nodes/validators.md)._ diff --git a/docs/versions b/docs/versions index 70754facc..217d178d6 100644 --- a/docs/versions +++ b/docs/versions @@ -1,4 +1,4 @@ -master master v0.33.x v0.33 v0.34.x v0.34 v0.35.x v0.35 +master master