> For the complete documentation index, see [llms.txt](https://sugar-stake-pool.gitbook.io/cardano-kb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sugar-stake-pool.gitbook.io/cardano-kb/cardano-node-operation/cardano-node/cardano-node-1.35.3.md).

# Cardano Node 1.35.3

{% embed url="<https://github.com/input-output-hk/cardano-node/releases/tag/1.35.3>" %}

Node 1.35.3 は以前のバージョンの重要な問題を修正し、いくつかの CLI の機能強化を提供します。このノードは完全なバシル時代の機能を提供します。

### 既知の問題点

* CDDLフォーマット内の、シェリー時代のTxボディがいくつかのCLIコマンドでサポートされていない ([#3688](https://github.com/input-output-hk/cardano-node/issues/3688))
* 既知問題に関しては [こちら](https://github.com/input-output-hk/cardano-node/issues?q=label%3Avasil%2Cvasil_blocker+label%3Abug+state%3Aopen) をご覧ください。

これらの問題はいずれも、メインネットハードフォークの妨げとみなされません。 将来のリリースで対処される予定です。

## 技術仕様

**最小システム要件**

* 2コア以上の、Intel もしくは AMD x86 プロセッサ、1.6GHz以上 (ステークプール、リレー向けには2GHz以上)
* 16GB メモリ
* 100GB の空き容量 (将来に備え 150GB 推奨)

**プラットフォーム**

* Linux 64-bit (Ubuntu 18.04 LTS, 20.04 LTS; Mint 19.3, 20; Debian 10.3)
* Windows 64-bit (8.1, 10, 11)
* MacOS 10.13, 10.14, 10.15, 11

**サポートされる役割**

| Platform | Block Production | Relay | Client (Desktop) |
| -------- | ---------------- | ----- | ---------------- |
| Linux    | ✔️               | ✔️    | ✔️               |
| Windows  | ❌                | ❌     | ✔️               |
| MacOS    | ❌                | ❌     | ✔️               |

**ダウンロード**

* [Docker image](https://hub.docker.com/r/inputoutput/cardano-node)
* [Hydra binaries](https://hydra.iohk.io/build/17428016#tabs-constituents)
* [Configuration files](https://book.world.dev.cardano.org/environments.html)

## ドキュメンテーション

* [Cardano Node documentation](https://docs.cardano.org/projects/cardano-node/)
* [Cardano CLI](https://github.com/input-output-hk/cardano-node/blob/1.35.3/cardano-cli/README.md)
* [Internal API docs for ledger, consensus and network](https://input-output-hk.github.io/ouroboros-network/)
* [Compatibility matrix](https://docs.cardano.org/tools/comp-matrix)

## Changelogs

<details>

<summary>ノード</summary>

* ブロックヘッダーのプロトコルバージョンを上げる ([#4260](https://github.com/input-output-hk/cardano-node/pull/4260), [#4211](https://github.com/input-output-hk/cardano-node/pull/4211))
* 依存関係の更新 ([#4242](https://github.com/input-output-hk/cardano-node/pull/4242), [#4220](https://github.com/input-output-hk/cardano-node/pull/4220), [#4146](https://github.com/input-output-hk/cardano-node/pull/4146))

</details>

<details>

<summary>コンセンサス</summary>

* 新しい「Praos」プロトコルで廃止されたノードチェックが、意図したとおりに実行されていなかった。これは、現在のプロトコル のバージョンが最大メジャープロトコルバージョンより大きくないことを確認するはずでした。その代わりに、最大メジャープロトコルバージョンがブロックヘッダに記載されているプロトコルバージョンより大きくないことをチェックしていました。（これは、現在、いかなる意味も持たないとされており、ハードフォークのためのネットワークの準備状況を手動で確認するために使用されます）なお、この間違いはPraosプロトコルのみであり、TPraosではありません。この不正確なチェックの結果、ハードフォークに必要なソフトウェアがない場合、ハードフォーク後にノードが適切に停止しないことがあります。([#3891](https://github.com/input-output-hk/ouroboros-network/pull/3891))

</details>

<details>

<summary>台帳</summary>

* アロンゾのUTxOルールをアロンゾのminfee機能で使用できるように修正 ([#2938](https://github.com/input-output-hk/cardano-ledger-specs/pull/2938))
* バベッジ TxOutデコーダが不正なPtrのために失敗しないようにする。 このバグは、バベッジ時代に動作していたノードがシャットダウンすると、起動時にGenesisから再同期しなければならなくなる、というものです。([#2897](https://github.com/input-output-hk/cardano-ledger-specs/pull/2897))
* プルータスのアップデート ([#2917](https://github.com/input-output-hk/cardano-ledger-specs/pull/2917))

</details>

<details>

<summary>Cardano-cli</summary>

* 単純な参照ミントスクリプトを受け入れるためのbuildおよびbuild-rawコマンドの更新 ([#4087](https://github.com/input-output-hk/cardano-node/pull/4087))
* protocol-stateへのクエリーを修正 ([#4102](https://github.com/input-output-hk/cardano-node/pull/4102))
* `--calculate-plutus-script-cost` オプション使用時に参照スクリプトのハッシュをレンダリングするようにした。([#4204](https://github.com/input-output-hk/cardano-node/pull/4204))
* バベッジテストネットでアロンゾ時代のトランザクション構築([#4135](https://github.com/input-output-hk/cardano-node/pull/4135))

</details>

<details>

<summary>Cardano-api</summary>

* バベッジの現在のリーダーシップのスケジュールを修正しました。 ([#4106](https://github.com/input-output-hk/cardano-node/pull/4106))
* 無効なスクリプトをすべて許可するようにビルドを更新 (再度) ([#4088](https://github.com/input-output-hk/cardano-node/pull/4088))
* バベッジ時代のアロンゾトランザクションのビルドを修正。([#4166](https://github.com/input-output-hk/cardano-node/pull/4166))
* `utxoCostPerByte` プロトコルパラメータを追加 ([#4141](https://github.com/input-output-hk/cardano-node/pull/4141))

</details>

### Sign off

| Role            | Approval |
| --------------- | -------- |
| Technical Lead  | ✔️       |
| QA Engineer     | ✔️       |
| Ops             | ✔️       |
| Release Manager | ✔️       |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sugar-stake-pool.gitbook.io/cardano-kb/cardano-node-operation/cardano-node/cardano-node-1.35.3.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
