Skip to content

Releases: op-rs/kona

kona-node/v1.2.0

29 Oct 17:15
e5af3df

Choose a tag to compare

Description

Jovian ready release of the kona-node.

Docker image

Jovian Activation timestamps:

  • Mainnet: 1764086401 # Tue 25 Nov 2025 16:00:01 UTC
  • Sepolia: 1762963201 # Wed 12 Nov 2025 16:00:01 UTC
  • Devnet: 1762185600 # Mon 3 Nov 2025 16:00:00 UTC

What's Changed

  • chore(protocol): refactor common logic of hardfork specific protocol code by @mablr in #2939
  • chore: use is_multiple_of zero-cost abstraction by @mablr in #2940
  • chore(lints): fix anyhow lints by @theochap in #2945
  • feat(jovian/da-footprint): integrate the DA footprint block limit in kona by @theochap in #2934
  • feat(ci): run acceptance tests with kona node and op-reth by @theochap in #2902
  • docs: fix broken links by @MozirDmitriy in #2941
  • chore: Remove stale TODOs in derivation_provider by @radik878 in #2944
  • chore(deps): bump notify from 6.1.1 to 8.2.0 by @dependabot[bot] in #2949
  • chore(codeowners): Update codeowners by @emhane in #2947
  • fix(tests/long-running): long running tests work for sysgo by @theochap in #2953
  • feat(jovian/tests): import jovian acceptance tests. Ensure action and acceptance tests are passing by @theochap in #2955
  • feat(jovian): check that single batches only contain transactions. import latest test suite from monorepo by @theochap in #2966
  • chore(deps): bump actions/download-artifact from 4 to 6 by @dependabot[bot] in #2973
  • chore(deps): bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #2974
  • New accelerated precompile input limits for Jovian by @pauldowman in #2981
  • chore: reduce L1WatcherRPC poll interval from 13s to 5s by @thunggis in #2967
  • fix(hardforks/bpo): add bpo activation timestamps by @theochap in #2964
  • feat(jovian/scr): update superchain registry. update alloy-hardfork dependency by @theochap in #2968
  • docs(core/syncnode): clarify ManagedNode role by @GarmashAlex in #2942
  • chore(deps): update alloy/revm deps and remove patches by @theochap in #2992

New Contributors

Full Changelog: kona-node/v1.1.6...kona-node/v1.2.0

kona-host/v1.2.0

29 Oct 17:17
e5af3df

Choose a tag to compare

Description

Jovian ready release of the kona-host.

Docker image

Jovian Activation timestamps:

  • Mainnet: 1764086401 # Tue 25 Nov 2025 16:00:01 UTC
  • Sepolia: 1762963201 # Wed 12 Nov 2025 16:00:01 UTC
  • Devnet: 1762185600 # Mon 3 Nov 2025 16:00:00 UTC

What's Changed

  • chore(protocol): refactor common logic of hardfork specific protocol code by @mablr in #2939
  • chore: use is_multiple_of zero-cost abstraction by @mablr in #2940
  • chore(lints): fix anyhow lints by @theochap in #2945
  • feat(jovian/da-footprint): integrate the DA footprint block limit in kona by @theochap in #2934
  • feat(ci): run acceptance tests with kona node and op-reth by @theochap in #2902
  • docs: fix broken links by @MozirDmitriy in #2941
  • chore: Remove stale TODOs in derivation_provider by @radik878 in #2944
  • chore(deps): bump notify from 6.1.1 to 8.2.0 by @dependabot[bot] in #2949
  • chore(codeowners): Update codeowners by @emhane in #2947
  • fix(tests/long-running): long running tests work for sysgo by @theochap in #2953
  • feat(jovian/tests): import jovian acceptance tests. Ensure action and acceptance tests are passing by @theochap in #2955
  • feat(jovian): check that single batches only contain transactions. import latest test suite from monorepo by @theochap in #2966
  • chore(deps): bump actions/download-artifact from 4 to 6 by @dependabot[bot] in #2973
  • chore(deps): bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #2974
  • New accelerated precompile input limits for Jovian by @pauldowman in #2981
  • chore: reduce L1WatcherRPC poll interval from 13s to 5s by @thunggis in #2967
  • fix(hardforks/bpo): add bpo activation timestamps by @theochap in #2964
  • feat(jovian/scr): update superchain registry. update alloy-hardfork dependency by @theochap in #2968
  • docs(core/syncnode): clarify ManagedNode role by @GarmashAlex in #2942
  • chore(deps): update alloy/revm deps and remove patches by @theochap in #2992

New Contributors

Full Changelog: kona-host/v1.1.6...kona-host/v1.2.0

kona-client/v1.2.0

29 Oct 17:16
e5af3df

Choose a tag to compare

Description

Jovian ready release of the kona-client.

Docker image

Jovian Activation timestamps:

  • Mainnet: 1764086401 # Tue 25 Nov 2025 16:00:01 UTC
  • Sepolia: 1762963201 # Wed 12 Nov 2025 16:00:01 UTC
  • Devnet: 1762185600 # Mon 3 Nov 2025 16:00:00 UTC

What's Changed

  • chore(protocol): refactor common logic of hardfork specific protocol code by @mablr in #2939
  • chore: use is_multiple_of zero-cost abstraction by @mablr in #2940
  • chore(lints): fix anyhow lints by @theochap in #2945
  • feat(jovian/da-footprint): integrate the DA footprint block limit in kona by @theochap in #2934
  • feat(ci): run acceptance tests with kona node and op-reth by @theochap in #2902
  • docs: fix broken links by @MozirDmitriy in #2941
  • chore: Remove stale TODOs in derivation_provider by @radik878 in #2944
  • chore(deps): bump notify from 6.1.1 to 8.2.0 by @dependabot[bot] in #2949
  • chore(codeowners): Update codeowners by @emhane in #2947
  • fix(tests/long-running): long running tests work for sysgo by @theochap in #2953
  • feat(jovian/tests): import jovian acceptance tests. Ensure action and acceptance tests are passing by @theochap in #2955
  • feat(jovian): check that single batches only contain transactions. import latest test suite from monorepo by @theochap in #2966
  • chore(deps): bump actions/download-artifact from 4 to 6 by @dependabot[bot] in #2973
  • chore(deps): bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #2974
  • New accelerated precompile input limits for Jovian by @pauldowman in #2981
  • chore: reduce L1WatcherRPC poll interval from 13s to 5s by @thunggis in #2967
  • fix(hardforks/bpo): add bpo activation timestamps by @theochap in #2964
  • feat(jovian/scr): update superchain registry. update alloy-hardfork dependency by @theochap in #2968
  • docs(core/syncnode): clarify ManagedNode role by @GarmashAlex in #2942
  • chore(deps): update alloy/revm deps and remove patches by @theochap in #2992

New Contributors

Full Changelog: kona-client/v1.1.6...kona-client/v1.2.0

kona-node/v1.1.6

24 Oct 02:49
f98f871

Choose a tag to compare

Description

Patched version of kona-node/v1.1.3 that contains updated timestamps for the bpo hardforks 1 and 2 for Sepolia and Holesky and fixes to alloy-rs.

Full Changelog: kona-node/v1.1.3...kona-node/v1.1.6

kona-host/v1.1.6

24 Oct 02:51
f98f871

Choose a tag to compare

Description

Patched version of kona-host/v1.1.3 that contains updated timestamps for the bpo hardforks 1 and 2 for Sepolia and Holesky and fixes to alloy-rs.

Full Changelog: kona-host/v1.1.3...kona-host/v1.1.6

kona-client/v1.1.6

24 Oct 02:51
f98f871

Choose a tag to compare

Description

Patched version of kona-client/v1.1.3 that contains updated timestamps for the bpo hardforks 1 and 2 for Sepolia and Holesky and fixes to alloy-rs.

Full Changelog: kona-client/v1.1.3...kona-client/v1.1.6

kona-node/v1.1.3

09 Oct 17:48
aa7e895

Choose a tag to compare

Patched fusaka ready release

Patched release of kona-node for Fusaka defense. Fixes a build issue from proof programs

What's Changed

New Contributors

Full Changelog: kona-node/v1.1.2...kona-node/v1.1.3

kona-host/v1.1.3

09 Oct 17:45
aa7e895

Choose a tag to compare

Fusaka ready release of kona-host

This is a patched release of kona-host/v1.1.0.rc-3 that fixes a build issue that prevented compilation of op-succinct: #2925. It also increases pipeline visibility.

What's Changed

New Contributors

Full Changelog: kona-host/v1.1.0-rc.3...kona-host/v1.1.3

kona-client/v1.1.3

09 Oct 17:46
aa7e895

Choose a tag to compare

Fusaka ready release of kona-client

This is a patched release of kona-client/v1.1.0-rc.3 that fixes a build issue that prevented compilation of op-succinct: #2925. It also increases pipeline visibility.

What's Changed

New Contributors

Full Changelog: kona-client/v1.1.0-rc.3...kona-client/v1.1.3

kona-node/v1.1.2

07 Oct 22:25
637ec8b

Choose a tag to compare

Fusaka ready release of kona-node.

This is the Fusaka ready release for the kona-node. This version should be used by the node operators that want to operate a kona-node for Ethereum L1 Chains where Fusaka is active.

What's Changed

Full Changelog: kona-node/v1.0.1...kona-node/v1.1.2