|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Dogecoin Core バージョン 1.14.8 が正式にリリースされ、GitHub からダウンロードできるようになりました。このマイナー バージョン リリースでは、いくつかの重要な機能が提供されます。
Dogecoin Core v1.14.8, a minor version release, is now available for download on GitHub and is recommended for all users. This update includes several crucial improvements aimed at enhancing the stability, efficiency, and security of the Dogecoin network.
マイナー バージョン リリースである Dogecoin Core v1.14.8 が GitHub からダウンロードできるようになり、すべてのユーザーに推奨されます。このアップデートには、Dogecoin ネットワークの安定性、効率、セキュリティの強化を目的としたいくつかの重要な改善が含まれています。
The update notably includes several fixes that have been backported from Bitcoin Core’s upstream. As announced by DOGE contributor junior developer (@chromatic_x) on X, “Dogecoin Core 1.14.8 has been released. This minor release includes important network code updates. We strongly recommend all users on every platform update soon.”
このアップデートには、特に Bitcoin Core のアップストリームからバックポートされたいくつかの修正が含まれています。 X の DOGE コントリビューターのジュニア開発者 (@chromatic_x) によって発表されたように、「Dogecoin Core 1.14.8 がリリースされました。このマイナー リリースには、重要なネットワーク コードの更新が含まれています。すべてのプラットフォームを使用しているすべてのユーザーに、すぐにアップデートすることを強くお勧めします。」
Why Dogecoin Core V1.14.8 Matters
Dogecoin コア V1.14.8 が重要な理由
One of the key enhancements in the new release is the major reduction in the peer INV (inventory) object counts. Previously, Dogecoin Core nodes maintained a large and often excessive list of inventory items for each peer. The latest update has streamlined this to a more reasonable number, thus optimizing the resource allocation on nodes and reducing unnecessary network traffic.
新しいリリースの主な機能強化の 1 つは、ピア INV (インベントリ) オブジェクト数の大幅な削減です。以前は、Dogecoin コア ノードは、ピアごとに大規模で、多くの場合過剰なインベントリ アイテムのリストを維持していました。最新のアップデートでは、これをより合理的な数値に合理化し、ノード上のリソース割り当てを最適化し、不必要なネットワーク トラフィックを削減しました。
Further refining the network’s efficiency, the update has overhauled the transaction request tracking system. The new system enhances how Dogecoin Core communicates with other peers by prioritizing outbound peers over inbound ones. This prioritization is critical as it makes CPU and memory usage more predictable and scalable, particularly important as the number of peers increases.
このアップデートにより、ネットワークの効率がさらに向上し、トランザクション リクエスト追跡システムが全面的に刷新されました。新しいシステムは、受信ピアよりも送信ピアを優先することで、Dogecoin Core が他のピアと通信する方法を強化します。この優先順位付けは、CPU とメモリの使用量の予測可能性と拡張性を高めるため非常に重要であり、特にピアの数が増加するにつれて重要になります。
Moreover, orphan transactions are now processed in a better manner. Previously managed in a complex and resource-intensive manner, orphan transactions are now processed similarly to regular “getdata” messages. This change not only speeds up the processing of these transactions but also simplifies the underlying code, making it easier to maintain and less prone to errors.
さらに、孤立トランザクションがより適切な方法で処理されるようになりました。以前は複雑でリソースを大量に消費する方法で管理されていましたが、孤立トランザクションは通常の「getdata」メッセージと同様に処理されるようになりました。この変更により、これらのトランザクションの処理が高速化されるだけでなく、基礎となるコードが簡素化され、保守が容易になり、エラーが発生しにくくなります。
Another notable change is the reduction of getheaders traffic for INV messages. In the past, Dogecoin Core would send multiple getheaders messages per INV message, which increased bandwidth usage and complicated the codebase. The update modifies this approach by sending a single “getheaders” message for one block when announced in an INV message, thereby reducing traffic and simplifying the interaction logic.
もう 1 つの注目すべき変更は、INV メッセージの getheaders トラフィックの削減です。以前は、Dogecoin Core は INV メッセージごとに複数の getheaders メッセージを送信していましたが、これにより帯域幅の使用量が増加し、コードベースが複雑になりました。このアップデートでは、INV メッセージで通知されるときに 1 つのブロックに対して単一の「getheaders」メッセージを送信することでこのアプローチが変更され、それによってトラフィックが削減され、対話ロジックが簡素化されます。
The release also includes a better approach to reporting difficulty adjustment errors. Prior to this update, difficulty adjustment violations were not reported for chains that branched off before the last checkpoint. This issue has been rectified by rearranging the sequence of checks, moving the checkpoint check to follow the difficulty check, which enhances the accuracy of the network’s self-monitoring capabilities.
このリリースには、難易度調整エラーを報告するためのより良いアプローチも含まれています。このアップデートより前は、最後のチェックポイントの前で分岐したチェーンに対する難易度調整違反は報告されませんでした。この問題は、チェックのシーケンスを再配置し、チェックポイント チェックを難易度チェックの後に移動することで修正され、ネットワークの自己監視機能の精度が向上しました。
Security has been a paramount concern in this update, highlighted by the detailed documentation in the SECURITY.md file, which describes procedures for reporting potential vulnerabilities. This proactive approach is crucial for maintaining trust and integrity within the Dogecoin network.
このアップデートではセキュリティが最も重要な懸念事項であり、潜在的な脆弱性を報告する手順を説明する SECURITY.md ファイル内の詳細なドキュメントによって強調されています。この積極的なアプローチは、Dogecoin ネットワーク内の信頼と整合性を維持するために非常に重要です。
On the technical side, the update includes several dependency upgrades such as fontconfig to version 2.12.6, freetype to version 2.11.0, and expat to version 2.6.2. These upgrades ensure that Dogecoin Core is running on secure and efficient libraries. Additionally, the update allows for compilation with Boost 1.80 and newer, and supports compilation with updated C++ standards, enhancing the code’s robustness and future-proofing the development environment.
技術面では、このアップデートには、fontconfig からバージョン 2.12.6、freetype からバージョン 2.11.0、expat からバージョン 2.6.2 など、いくつかの依存関係のアップグレードが含まれています。これらのアップグレードにより、Dogecoin Core が安全で効率的なライブラリ上で実行されることが保証されます。さらに、このアップデートにより、Boost 1.80 以降でのコンパイルが可能になり、更新された C++ 標準でのコンパイルがサポートされ、コードの堅牢性が強化され、開発環境の将来性が強化されます。
At press time, DOGE traded at $0.10134.
記事執筆時点では、DOGEは0.10134ドルで取引されていました。
免責事項:info@kdj.com
提供される情報は取引に関するアドバイスではありません。 kdj.com は、この記事で提供される情報に基づいて行われた投資に対して一切の責任を負いません。暗号通貨は変動性が高いため、十分な調査を行った上で慎重に投資することを強くお勧めします。
このウェブサイトで使用されているコンテンツが著作権を侵害していると思われる場合は、直ちに当社 (info@kdj.com) までご連絡ください。速やかに削除させていただきます。
-
- 2023 年以降の長期利益に最適な仮想通貨
- 2024-11-22 10:15:02
- 仮想通貨市場が成熟するにつれ、投資家は長期的な可能性を秘めたプロジェクトをますます求めています。長期的な利益に最適な仮想通貨には、Qubetics、Bittensor (TAO)、ZIGnaly (ZIG)、SUI、HNT、Arbitrum (ARB)、Hedera、Bitcoin、Binance があります。それぞれが独自の成長機会を提供しますが、Qubetics は革新的なトークン化資産マーケットプレイスで先導し、投資家がデジタル資産に関与する方法に革命をもたらします。これらの暗号通貨が、進化するブロックチェーン環境で成功する準備ができている理由は次のとおりです。