# Upgrade 17 Jovian hardfork

> Notice date: December 19, 2025
>
> Target Network: GIWA Testnet (Sepolia)

## Overview

GIWA Chain will apply the Jovian hard fork (Upgrade 17 protocol update) from the OP Stack. This upgrade includes changes related to transaction fee calculations and block header fields, aiming to improve overall network stability and operational efficiency.

{% hint style="warning" %}
Because this upgrade is a hardfork, it introduces protocol-level changes. Node operators must upgrade to the latest version before the scheduled activation time.
{% endhint %}

## Schedule

* Testnet (Sepolia): *December 30, 2025 at 14:00:00 KST (Unix timestamp: 1767070800)*

## For Developers

* Changes to transaction fee calculations and certain block header fields (`extraData`, `blobGasUsed`) may require compatibility checks if your node, indexer, or tooling relies on these fields.

## For Node Operators

* Node operators must upgrade to the latest node version before the scheduled Jovian hard fork.
* For detailed information, please refer to the [giwa-io/node release notes.](https://github.com/giwa-io/node/releases/tag/v0.3.1)

## Learn more

Want to learn more about Upgrade 17? Check out the [OP Stack documentation](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/en/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.
