Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

release note for version 1.1.8 (Budapest) #237

Merged
merged 1 commit into from
Jun 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ feed:
sass:
style: compressed

latest_version: "1.1.7"
latest_version: "1.1.8"
12 changes: 8 additions & 4 deletions website/_posts/2024-06-01-release-1-1-7.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: "Pactus 1.1.7 (Santiago) Released"
date: 2024-06-01 00:00:00 +0000
date: 2024-06-02 00:00:00 +0000
tags: announcement, release
---

Expand Down Expand Up @@ -30,9 +30,13 @@ This release includes the following applications:
Here are the key improvements in this version:

- **Resolves critical issue in consensus**:
This version addresses a critical issue in consensus that prevents broadcasting expired proposals across the network.
- **Improved network security**: The version defines a list of blacklisted IPs and disconnects from them, enhancing network security.
- **Node compatibility**: This version only connects to nodes with version 1.1.6 or above, ensuring compatibility with the latest software.
This version addresses a critical issue in consensus that prevents broadcasting expired proposals across the network.

- **Improved network security**:
The version defines a list of blacklisted IPs and disconnects from them, enhancing network security.

- **Node compatibility**:
This version only connects to nodes with version 1.1.6 or above, ensuring compatibility with the latest software.

To ensure network stability and security,
it is recommended that all validators upgrade to this version as soon as they can.
Expand Down
68 changes: 68 additions & 0 deletions website/_posts/2024-06-02-release-1-1-8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
---
layout: post
title: "Pactus 1.1.8 (Budapest) Released"
date: 2024-06-02 00:00:00 +0000
tags: announcement, release
---

## Overview

Pactus Blockchain [Version 1.1.8 (Budapest)](https://github.com/pactus-project/pactus/releases/tag/v1.1.8)
is now available for download.
This release includes the following applications:

- [Pactus GUI]({{ site.baseurl }}/user-guides/pactus-gui/):
The graphical user interface (GUI) for the Pactus node that is suitable
for both beginners and experienced users.

- [Pactus Daemon]({{ site.baseurl }}/user-guides/pactus-daemon/):
The command-line interface (CLI) for the Pactus node that is suitable for experienced users.

- [Pactus Shell]({{ site.baseurl }}/user-guides/pactus-shell/):
The command-line tool that allows users to interact with a Pactus node.

- [Pactus Wallet]({{ site.baseurl }}/user-guides/pactus-wallet/):
The wallet software that allows users to manage their wallet and send transactions
without the need to sync the entire blockchain.

## Highlights

This version aims to reduce the consensus message once there is a delay on block creation.
It also defines a fixed fee of 0.1 PAC for transactions.
This fixed fee will be replaced by a dynamic fee in future releases,
which will provide more flexibility and efficiency.

To ensure network stability and security,
it is recommended that all validators upgrade to this version as soon as they can.

## Download

To start using Pactus blockchain, download the latest version from the [download]({{ site.baseurl }}/download)
page and join the Mainnet.

## How to Upgrade

If you are running an older version, close it first.
Then uninstall the previous version and install the newer version.
If you are using the archived version, simply replace it with the new version .

## Change log

This version includes several changes and improvements, such as:

### Feat

- **firewall**: define rate limit for network topics ([#1308](https://github.com/pactus-project/pactus/pull/1308))

### Fix

- set fix fee 0.1 PAC for transactions ([#1315](https://github.com/pactus-project/pactus/pull/1315))
- **consensus**: add round to query proposal message ([#1314](https://github.com/pactus-project/pactus/pull/1314))
- **firewall**: block peer base on blacklisted CIDR ([#1309](https://github.com/pactus-project/pactus/pull/1309))
- **consensus**: reduce ChangeProposerTimeout to 6 seconds ([#1311](https://github.com/pactus-project/pactus/pull/1311))
- **sync**: define rate limit for query vote and proposal ([#1310](https://github.com/pactus-project/pactus/pull/1310))
- decrease to 100 maximum transaction per block ([#1306](https://github.com/pactus-project/pactus/pull/1306))
- consume message first then ignore on ratelimit ([#1304](https://github.com/pactus-project/pactus/pull/1304))

You can find the [full list of changes on Github](https://github.com/pactus-project/pactus/compare/v1.1.7...v1.1.8),
as well as the [source code](https://github.com/pactus-project/pactus/releases/tag/v1.1.8)
Loading