|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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의 업스트림에서 백포트된 여러 수정 사항이 포함되어 있습니다. DOGE 기여자 주니어 개발자(@chromatic_x)가 X에서 발표한 바와 같이, “Dogecoin Core 1.14.8이 출시되었습니다. 이 마이너 릴리스에는 중요한 네트워크 코드 업데이트가 포함되어 있습니다. 우리는 곧 모든 플랫폼 업데이트를 모든 사용자에게 강력히 권장합니다.”
Why Dogecoin Core V1.14.8 Matters
Dogecoin Core 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.
새 릴리스의 주요 개선 사항 중 하나는 피어 INV(인벤토리) 개체 수가 크게 줄어든 것입니다. 이전에 Dogecoin Core 노드는 각 피어에 대해 크고 종종 과도한 인벤토리 항목 목록을 유지했습니다. 최신 업데이트에서는 이를 보다 합리적인 수치로 간소화하여 노드의 리소스 할당을 최적화하고 불필요한 네트워크 트래픽을 줄였습니다.
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.
또 다른 주목할만한 변화는 INV 메시지에 대한 getheaders 트래픽 감소입니다. 과거에는 Dogecoin Core가 INV 메시지당 여러 개의 getheader 메시지를 보내 대역폭 사용량이 증가하고 코드베이스가 복잡해졌습니다. 업데이트는 INV 메시지로 발표될 때 한 블록에 대해 단일 "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.
기술적인 측면에서 업데이트에는 버전 2.12.6으로의 글꼴 구성, 버전 2.11.0으로의 freetype, 버전 2.6.2로의 expat와 같은 여러 종속성 업그레이드가 포함되어 있습니다. 이러한 업그레이드는 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)로 연락주시면 즉시 삭제하도록 하겠습니다.