From 7a8a5911e5df027a04df7f6a8f7028bd7d551795 Mon Sep 17 00:00:00 2001 From: Owanate Amachree Date: Fri, 13 Dec 2024 16:39:36 +0200 Subject: [PATCH] Update to Arrowhead 6.5.0 --- .../2024-11-05-introducing-arrowhead-6.4.0.md | 4 ++- .../2024-12-06-introducing-arrowhead-6.5.0.md | 12 +++++++++ .../01-rsk-precompiled-abis/index.md | 2 ++ .../04-setup/02-installation/java.md | 8 +++--- .../04-setup/02-installation/ubuntu.md | 6 ++--- .../04-setup/04-node-runner/linux.md | 4 +-- .../04-setup/04-node-runner/macos.md | 2 +- .../04-setup/reproducible-build.md | 26 +++++++++---------- 8 files changed, 40 insertions(+), 24 deletions(-) create mode 100644 changelog/2024-12-06-introducing-arrowhead-6.5.0.md diff --git a/changelog/2024-11-05-introducing-arrowhead-6.4.0.md b/changelog/2024-11-05-introducing-arrowhead-6.4.0.md index 3a4ce1e5..26c2090c 100644 --- a/changelog/2024-11-05-introducing-arrowhead-6.4.0.md +++ b/changelog/2024-11-05-introducing-arrowhead-6.4.0.md @@ -5,6 +5,8 @@ tags: [release, arrowhead] url: https://blog.rootstock.io/noticia/arrowhead-6-4-0-introducing-fiat-stable-minimum-gas-price/ --- -**Summary**: The Rootstock community is pleased to announce the release of the latest version of the RSKj client, which is now available in the [RSKj GitHub repository](https://github.com/rsksmart/rskj/releases/tag/ARROWHEAD-6.4.0). This update introduces the **fiat-stable minimum gas price feature** (disabled by default), enabling mining pools to automatically adjust their minimum gas price configuration based on the price of Bitcoin. Additionally, it includes JSON-RPC interface improvements and dependency upgrades, now supporting **Java 21 LTS**. +**Summary**: + +The Rootstock community is pleased to announce the release of the latest version of the RSKj client, which is now available in the [RSKj GitHub repository](https://github.com/rsksmart/rskj/releases/tag/ARROWHEAD-6.4.0). This update introduces the **fiat-stable minimum gas price feature** (disabled by default), enabling mining pools to automatically adjust their minimum gas price configuration based on the price of Bitcoin. Additionally, it includes JSON-RPC interface improvements and dependency upgrades, now supporting **Java 21 LTS**. > Note that this upgrade is optional, however it is strongly recommended that users update their nodes to the latest version to benefit from enhanced performance and security. \ No newline at end of file diff --git a/changelog/2024-12-06-introducing-arrowhead-6.5.0.md b/changelog/2024-12-06-introducing-arrowhead-6.5.0.md new file mode 100644 index 00000000..65320d56 --- /dev/null +++ b/changelog/2024-12-06-introducing-arrowhead-6.5.0.md @@ -0,0 +1,12 @@ +--- +title: "Introducing Arrowhead 6.5.0" +author: Rootstock +tags: [release, arrowhead] +url: https://blog.rootstock.io/noticia/rootstock-arrowhead-6-5-0-optimizing-developer-experience/ +--- + +**Summary**: + +The Rootstock community is pleased to announce the release of the latest version of the RSKj client, which is now available in the [RSKj GitHub repository](https://github.com/rsksmart/rskj/releases/tag/ARROWHEAD-6.5.0). This update features new debugging methods and other improvements to the JSON-RPC interface, designed to optimize the developer experience. + +> Note that this upgrade is optional, however it is strongly recommended that users update their nodes to the latest version to benefit from enhanced performance and security. \ No newline at end of file diff --git a/docs/02-developers/08-libraries/01-rsk-precompiled-abis/index.md b/docs/02-developers/08-libraries/01-rsk-precompiled-abis/index.md index 91e7b5e0..2e6f6240 100644 --- a/docs/02-developers/08-libraries/01-rsk-precompiled-abis/index.md +++ b/docs/02-developers/08-libraries/01-rsk-precompiled-abis/index.md @@ -84,3 +84,5 @@ If the version to be installed is not defined in the command line, the version w | 6.3.0-ARROWHEAD | ARROWHEAD-6.3.0 | | 6.3.1-ARROWHEAD | ARROWHEAD-6.3.1 | | 6.4.0-ARROWHEAD | ARROWHEAD-6.4.0 | +| 6.5.0-ARROWHEAD | ARROWHEAD-6.5.0 | + diff --git a/docs/03-node-operators/04-setup/02-installation/java.md b/docs/03-node-operators/04-setup/02-installation/java.md index 6d4373dc..27819146 100644 --- a/docs/03-node-operators/04-setup/02-installation/java.md +++ b/docs/03-node-operators/04-setup/02-installation/java.md @@ -13,7 +13,7 @@ To setup a Rootstock node using Java, you need to: :::warning[Important] -Starting with v6.4.0, the minimum supported Java LTS version is Java 17. Previous Java versions will no longer be supported. +Starting with [v6.4.0](/changelog/2024-11-05-introducing-arrowhead-6.4.0/), the minimum supported Java LTS version is Java 17. Previous Java versions will no longer be supported. ::: @@ -41,7 +41,7 @@ cd ~/rskj-node-jar ``` 3. **Move the JAR**: Move or copy the just downloaded jar file to your directory. ```jsx -mv ~/Downloads/rskj-core-6.4.0-ARROWHEAD-all.jar SHA256SUMS.asc /Users/{user}/rskj-node-jar/ +mv ~/Downloads/rskj-core-6.5.0-ARROWHEAD-all.jar SHA256SUMS.asc /Users/{user}/rskj-node-jar/ ```