# Upgrade 17 Jovian 하드포크

> 공지일자: 2025년 12월 19일
>
> 적용 네트워크: GIWA 테스트넷 (Sepolia)

## 개요

GIWA Chain은 OP Stack의 Jovian 하드포크(Upgrade 17 프로토콜 업데이트)를 적용합니다. 이번 업그레이드는 트랜잭션 수수료 관련 변경, 블록 헤더 변경 등 네트워크 안정성과 운영 효율을 높이기 위한 변경이 포함되어 있어요.

{% hint style="warning" %}
이번 업그레이드는 하드포크이기 때문에 네트워크 프로토콜 수준의 변경이 포함되어 있어 노드 운영자는 반드시 최신 버전으로 업데이트해야 합니다.
{% endhint %}

## 일정

* 테스트넷 (Sepolia): *2025년 12월 30일 오후 2시 00분 00초 KST (Unix timestamp: `1767070800`*)

## 개발자 영향

* 트랜잭션 수수료 계산 방식과 block header 일부 필드(extraData, blobGasUsed)가 업데이트 되어 노드나 인덱서가 해당 필드에 의존하는 경우 호환성 점검이 필요할 수 있어요.

## 노드 운영자 영향

* 예정된 Jovian 하드포크 시간 전에 반드시 노드를 최신 버전으로 업데이트해야 합니다.
* 더 자세한 내용은 [giwa-io/node 릴리즈 노트](https://github.com/giwa-io/node/releases/tag/v0.3.1)를 참고하세요.

## 더 알아보기

Upgrade 17 에 대해 더 알아보고 싶나요? [OP Stack 문서](https://docs.optimism.io/notices/upgrade-17)를 확인해보세요.


---

# Agent Instructions: 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://docs.giwa.io/notices/giwa-chain/archive/upgrade-17.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.
