Skip to content

Commit

Permalink
remove description from blog posts (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
b00f authored Oct 4, 2024
1 parent 3f297ff commit 3cf29e3
Show file tree
Hide file tree
Showing 42 changed files with 81 additions and 117 deletions.
70 changes: 44 additions & 26 deletions content/blog/2022-08-29-dev-meeting.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
+++
title = 'Dev meeting'
description = 'The meeting took place on 04 September 2022, at 2:00 PM UTC via Google Meet, with team members from different time zones joining to discuss key aspects of the Pactus project.'
title = 'Dev meeting - August 2022'
author = 'Pactus Team'
date = 2022-08-29T00:00:00+00:00
draft = false
Expand All @@ -11,29 +10,48 @@ image = "/images/pactus-blog-post-default.jpg"

## Meeting Summary

The meeting took place on 04 September 2022, at 2:00 PM UTC via Google Meet,
The meeting took place on 29 August 2022, at 2:00 PM UTC via Google Meet,
with team members from different time zones joining to discuss key aspects of the Pactus project.

### NanoMsg instead of ZeroMQ

During the meeting, Joseph suggested using Nanomsg instead of ZeroMQ because building ZeroMQ is not easy,
especially in Windows. Additionally, we can use the pure Go implementation of Nanomsg.

The format of block events was defined as follows:

```text
<event_id: 1 byte><event_data: variant><height: 4 bytes><seq_num: 4 bytes>
```

As a consequence of this, smart contracts events can be defined more easily and
Infura-like services become simple, as we can just replay the events.

### Reviewing a Pull Request

Nagaraj's [pull request](https://github.com/pactus-project/pactus/pull/355) reviewed.

### Renaming project

The team discussed renaming (rebranding) the project and decided to create an online survey to
gather suggestions for a new name.
Everyone is encouraged to participate in the survey and suggest new names for the project.
### Project renamed to Pactus

During the last meeting, the team conducted an online survey to rename the project.
A total of 31 responses were received, and the following names were suggested:

| Name | Votes |
| ---------- | ----- |
| Sirius | 11 |
| Pactus | 10 |
| Nova | 7 |
| Texo | 6 |
| Zemus | 6 |
| Helios | 6 |
| Tutti | 5 |
| Haki | 5 |
| Aegeus | 4 |
| Virgo | 4 |
| Zentora | 3 |
| Zinova | 3 |
| Xerxes | 2 |
| Ledgeria | 2 |
| Solidus | 2 |
| Welt | 2 |
| Ventura | 2 |
| Zebra | 2 |
| Miranet | 2 |
| Monetha | 2 |
| FutureHub | 1 |
| Muonet | 1 |
| Mentha | 1 |
| Hypatios | 0 |
| Chaintopia | 0 |
| Sycee | 0 |
| Lepus | 0 |

After reviewing the responses, the team chose "Pactus" as the new name for the project. 🎉
The project will be moved to "pactus-project/pactus," and the team plans to announce it on social media.

### Discussion on GUI

In terms of the GUI, Joseph suggested using Flutter, and the team agreed.
To interact with the wallet, gRPC APIs will be provided, and the GUI will use these APIs.
70 changes: 25 additions & 45 deletions content/blog/2022-09-04-dev-meeting.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
+++
title = 'Dev meeting'
description = 'The meeting took place on 29 August 2022, at 2:00 PM UTC via Google Meet, with team members from different time zones joining to discuss key aspects of the Pactus project.'
title = 'Dev meeting - September 2022'
author = 'Pactus Team'
date = 2022-09-04T00:00:00+00:00
draft = false
Expand All @@ -11,48 +10,29 @@ image = "/images/pactus-blog-post-default.jpg"

## Meeting Summary

The meeting took place on 29 August 2022, at 2:00 PM UTC via Google Meet,
The meeting took place on 04 September 2022, at 2:00 PM UTC via Google Meet,
with team members from different time zones joining to discuss key aspects of the Pactus project.

### Project renamed to Pactus

During the last meeting, the team conducted an online survey to rename the project.
A total of 31 responses were received, and the following names were suggested:

| Name | Votes |
| ---------- | ----- |
| Sirius | 11 |
| Pactus | 10 |
| Nova | 7 |
| Texo | 6 |
| Zemus | 6 |
| Helios | 6 |
| Tutti | 5 |
| Haki | 5 |
| Aegeus | 4 |
| Virgo | 4 |
| Zentora | 3 |
| Zinova | 3 |
| Xerxes | 2 |
| Ledgeria | 2 |
| Solidus | 2 |
| Welt | 2 |
| Ventura | 2 |
| Zebra | 2 |
| Miranet | 2 |
| Monetha | 2 |
| FutureHub | 1 |
| Muonet | 1 |
| Mentha | 1 |
| Hypatios | 0 |
| Chaintopia | 0 |
| Sycee | 0 |
| Lepus | 0 |

After reviewing the responses, the team chose "Pactus" as the new name for the project. 🎉
The project will be moved to "pactus-project/pactus," and the team plans to announce it on social media.

### Discussion on GUI

In terms of the GUI, Joseph suggested using Flutter, and the team agreed.
To interact with the wallet, gRPC APIs will be provided, and the GUI will use these APIs.
### NanoMsg instead of ZeroMQ

During the meeting, Joseph suggested using Nanomsg instead of ZeroMQ because building ZeroMQ is not easy,
especially in Windows. Additionally, we can use the pure Go implementation of Nanomsg.

The format of block events was defined as follows:

```text
<event_id: 1 byte><event_data: variant><height: 4 bytes><seq_num: 4 bytes>
```

As a consequence of this, smart contracts events can be defined more easily and
Infura-like services become simple, as we can just replay the events.

### Reviewing a Pull Request

Nagaraj's [pull request](https://github.com/pactus-project/pactus/pull/355) reviewed.

### Renaming project

The team discussed renaming (rebranding) the project and decided to create an online survey to
gather suggestions for a new name.
Everyone is encouraged to participate in the survey and suggest new names for the project.
3 changes: 1 addition & 2 deletions content/blog/2022-09-18-dev-meeting.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
+++
title = 'Dev meeting'
description = 'The meeting took place on 18 September 2022, at 2:00 PM UTC via Google Meet, with team members from different time zones joining to discuss key aspects of the Pactus project.'
title = 'Dev meeting - September 2022'
author = 'Pactus Team'
date = 2022-09-18T00:00:00+00:00
draft = false
Expand Down
1 change: 0 additions & 1 deletion content/blog/2022-09-20-release-0-9-0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
+++
title = 'Pactus 0.9.0 Released'
description = 'Pactus Blockchain has released Version 0.9.0, available for download. This release includes the Pactus GUI for both beginners and experienced users, the Pactus Daemon CLI for experienced users, the Pactus Shell for node interaction, and the Pactus Wallet for managing transactions without syncing the entire blockchain.'
author = 'Pactus Team'
date = 2022-09-20T00:00:00+00:00
draft = false
Expand Down
3 changes: 2 additions & 1 deletion content/blog/2022-09-24-testnet-0-launched.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
+++
title = 'Testnet-0 launch announcement'
description = 'The Pactus blockchain Testnet-0 is now available for participation.'
author = 'Pactus Team'
date = 2022-09-24T00:00:00+00:00
draft = false
Expand All @@ -9,6 +8,8 @@ slug = 'testnet-0-launched'
image = "/images/pactus-blog-post-default.jpg"
+++

## Overview

The Pactus blockchain Testnet-0 is now accessible.
To participate, simply [download](/download) the Pactus application version 0.9.0 and
connect to the Testnet without any special configurations.
Expand Down
3 changes: 1 addition & 2 deletions content/blog/2022-10-30-dev-meeting.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
+++
title = 'Dev meeting'
description = 'The meeting took place on 30 October 2022, at 2:00 PM UTC via Google Meet, with team members from different time zones joining to discuss key aspects of the Pactus project.'
title = 'Dev meeting - October 2022'
author = 'Pactus Team'
date = 2022-10-30T00:00:00+00:00
draft = false
Expand Down
1 change: 0 additions & 1 deletion content/blog/2022-11-24-release-0-9-1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
+++
title = 'Pactus 0.9.1 Released'
description = 'Pactus Blockchain has released Version 0.9.1, available for download. This release includes the Pactus GUI for both beginners and experienced users, the Pactus Daemon CLI for experienced users, the Pactus Shell for node interaction, and the Pactus Wallet for managing transactions without syncing the entire blockchain.'
author = 'Pactus Team'
date = 2022-11-24T00:00:00+00:00
draft = false
Expand Down
1 change: 0 additions & 1 deletion content/blog/2023-03-31-what-is-testnet.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
+++
title = 'What is a Testnet?'
description = 'If you have ever wondered what Testnet is and how it is different from Mainnet, read this article to the end to find out!'
author = 'Pactus Team'
date = 2023-03-31T00:00:00+00:00
draft = false
Expand Down
5 changes: 2 additions & 3 deletions content/blog/2023-04-21-testnet-0-concluded.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
+++
title = 'Story of Testnet-0'
description = 'The Pactus blockchain Testnet-0 is now available for participation.'
author = 'Pactus Team'
date = 2023-04-21T00:00:00+00:00
draft = false
Expand All @@ -15,11 +14,11 @@ Testnet is a testing environment where developers and users can try out the func
without putting real assets or data at risk.
It helps to ensure that the final product is reliable and secure for users to use.
If you like to read more about the Testnet you can check out our post on
"[What is Testnet?](/2023/03/01/what-is-testnet)".
"[What is Testnet?](/2023/03/31/what-is-testnet/)".

## Summary of Testnet-0

In September 2022, we launched [Testnet-0](/2022/09/24/testnet-0-launched).
In September 2022, we launched [Testnet-0](/2022/09/24/testnet-0-launched/).
The purpose of this Testnet was to
check the [consensus protocol](https://docs.pactus.org/protocol/consensus/protocol/),
test different [transaction](https://docs.pactus.org/protocol/transaction/format/) types,
Expand Down
1 change: 0 additions & 1 deletion content/blog/2023-05-08-release-0-10-0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
+++
title = 'Pactus 0.10.0 Released'
description = 'Pactus Blockchain has released Version 0.10.0, available for download. This release includes the Pactus GUI for both beginners and experienced users, the Pactus Daemon CLI for experienced users, the Pactus Shell for node interaction, and the Pactus Wallet for managing transactions without syncing the entire blockchain.'
author = 'Pactus Team'
date = 2023-05-08T00:00:00+00:00
draft = false
Expand Down
1 change: 0 additions & 1 deletion content/blog/2023-05-09-testnet-1-launched.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
+++
title = 'Testnet-1 launch announcement'
description = 'The Pactus blockchain Testnet-1 is now available for participation.'
author = 'Pactus Team'
date = 2023-05-09T00:00:00+00:00
draft = false
Expand Down
1 change: 0 additions & 1 deletion content/blog/2023-05-29-release-0-11-0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
+++
title = 'Pactus 0.11.0 Released'
description = 'Pactus Blockchain has released Version 0.11.0, available for download. This release includes the Pactus GUI for both beginners and experienced users, the Pactus Daemon CLI for experienced users, the Pactus Shell for node interaction, and the Pactus Wallet for managing transactions without syncing the entire blockchain.'
author = 'Pactus Team'
date = 2023-05-29T00:00:00+00:00
draft = false
Expand Down
1 change: 0 additions & 1 deletion content/blog/2023-06-19-release-0-12-0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
+++
title = 'Pactus 0.12.0 Released'
description = 'Pactus Blockchain has released Version 0.12.0, available for download. This release includes the Pactus GUI for both beginners and experienced users, the Pactus Daemon CLI for experienced users, the Pactus Shell for node interaction, and the Pactus Wallet for managing transactions without syncing the entire blockchain.'
author = 'Pactus Team'
date = 2023-06-19T00:00:00+00:00
draft = false
Expand Down
1 change: 0 additions & 1 deletion content/blog/2023-07-01-release-0-13-0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
+++
title = 'Pactus 0.13.0 Released'
description = 'Pactus Blockchain has released Version 0.13.0, available for download. This release includes the Pactus GUI for both beginners and experienced users, the Pactus Daemon CLI for experienced users, the Pactus Shell for node interaction, and the Pactus Wallet for managing transactions without syncing the entire blockchain.'
author = 'Pactus Team'
date = 2023-07-01T00:00:00+00:00
draft = false
Expand Down
3 changes: 1 addition & 2 deletions content/blog/2023-07-05-testnet-500-validators.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
+++
title = '500 validators joined Testnet'
description = 'For a Proof of Stake blockchain, validators are important for maintaining the network integrity and security. They are similar to miners in Proof of Work blockchains like Bitcoin.'
author = 'Pactus Team'
date = 2023-07-05T00:00:00+00:00
draft = false
Expand All @@ -13,7 +12,7 @@ For a [Proof of Stake](https://docs.pactus.org/protocol/consensus/proof-of-stake
maintaining the network's integrity and security. They are similar to miners in Proof of Work blockchains like Bitcoin.

Pactus as a real Proof of Stake blockchain, has achieved a significant milestone.
More than 500 validators joined the [Testnet](/2023/05/09/testnet-1-launched)
More than 500 validators joined the [Testnet](/2023/05/09/testnet-1-launched/)
in less than 2 months.
This accomplishment proves that Pactus is reliable, resilient, and trustworthy. More importantly, it sets new standards
in the blockchain world. In fact, **the Pactus Testnet is even more decentralized than some well-known blockchains.**
Expand Down
3 changes: 1 addition & 2 deletions content/blog/2023-07-09-dev-meeting.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
+++
title = 'Dev meeting'
description = 'The meeting took place on 09 July 2023, at 2:00 PM UTC via Google Meet, with team members from different time zones joining to discuss key aspects of the Pactus project.'
title = 'Dev meeting - July 2023'
author = 'Pactus Team'
date = 2023-07-09T00:00:00+00:00
draft = false
Expand Down
1 change: 0 additions & 1 deletion content/blog/2023-08-01-testnet-1-concluded.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
+++
title = 'Story of Testnet-1'
description = 'Testnet is a testing environment where developers and users can try out the functionality of a blockchain project, without putting real assets or data at risk.'
author = 'Pactus Team'
date = 2023-08-01T00:00:00+00:00
draft = false
Expand Down
1 change: 0 additions & 1 deletion content/blog/2023-08-22-dev-report.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
+++
title = 'Dev report'
description = 'there is several activities in Pactus github this month, here is a clear report and explain of activities.'
author = 'Pactus Team'
date = 2023-08-22T00:00:00+00:00
draft = false
Expand Down
1 change: 0 additions & 1 deletion content/blog/2023-09-04-introduction-to-pips.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
+++
title = 'Introduction to PIPs'
description = 'In our commitment to transparency and innovation, were excited to introduce a major step in Pactus journey, the Pactus Improvement Proposals, or PIPs.'
author = 'Pactus Team'
date = 2023-09-04T00:00:00+00:00
draft = false
Expand Down
1 change: 0 additions & 1 deletion content/blog/2023-09-24-dev-report-pre-testnet-2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
+++
title = 'Dev Report pre-testnet2'
description = 'there is several activities in Pactus github in September month, here is a clear report and explain of activities.'
author = 'Pactus Team'
date = 2023-09-24T00:00:00+00:00
draft = false
Expand Down
1 change: 0 additions & 1 deletion content/blog/2023-09-28-how-sspos-works-in-simple-word.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
+++
title = 'How SSPoS (Solid State Proof of Stake) works in simple word'
description = 'In all Blockchain protocols, there is a concept called a consensus mechanism.'
author = 'Pactus Team'
date = 2023-09-28T00:00:00+00:00
draft = false
Expand Down
1 change: 0 additions & 1 deletion content/blog/2023-10-15-release-0-15-0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
+++
title = 'Pactus 0.15.0 Released'
description = 'Pactus Blockchain has released Version 0.15.0, available for download. This release includes the Pactus GUI for both beginners and experienced users, the Pactus Daemon CLI for experienced users, the Pactus Shell for node interaction, and the Pactus Wallet for managing transactions without syncing the entire blockchain.'
author = 'Pactus Team'
date = 2023-10-15T00:00:00+00:00
draft = false
Expand Down
1 change: 0 additions & 1 deletion content/blog/2023-10-15-testnet-2-launched.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
+++
title = 'Testnet-2 launch announcement'
description = 'Exciting news for the Pactus Community: Testnet-2 is has launched! The journey through Testnet-1 brought success and invaluable experiences, with over 500 validators joining the network.'
author = 'Pactus Team'
date = 2023-10-15T00:00:00+00:00
draft = false
Expand Down
1 change: 0 additions & 1 deletion content/blog/2023-10-29-release-0-16-0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
+++
title = 'Pactus 0.16.0 Released'
description = 'Pactus Blockchain has released Version 0.16.0, available for download. This release includes the Pactus GUI for both beginners and experienced users, the Pactus Daemon CLI for experienced users, the Pactus Shell for node interaction, and the Pactus Wallet for managing transactions without syncing the entire blockchain.'
author = 'Pactus Team'
date = 2023-10-29T00:00:00+00:00
draft = false
Expand Down
1 change: 0 additions & 1 deletion content/blog/2023-11-12-release-0-17-0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
+++
title = 'Pactus 0.17.0 Released'
description = 'Pactus Blockchain has released Version 0.17.0, available for download. This release includes the Pactus GUI for both beginners and experienced users, the Pactus Daemon CLI for experienced users, the Pactus Shell for node interaction, and the Pactus Wallet for managing transactions without syncing the entire blockchain.'
author = 'Pactus Team'
date = 2023-11-12T00:00:00+00:00
draft = false
Expand Down
1 change: 0 additions & 1 deletion content/blog/2023-12-12-release-0-18-0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
+++
title = 'Pactus 0.18.0 Released'
description = 'Pactus Blockchain has released Version 0.18.0, available for download. This release includes the Pactus GUI for both beginners and experienced users, the Pactus Daemon CLI for experienced users, the Pactus Shell for node interaction, and the Pactus Wallet for managing transactions without syncing the entire blockchain.'
author = 'Pactus Team'
date = 2023-12-12T00:00:00+00:00
draft = false
Expand Down
1 change: 0 additions & 1 deletion content/blog/2024-01-04-release-0-19-0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
+++
title = 'Pactus 0.19.0 Released'
description = 'Pactus Blockchain has released Version 0.19.0, available for download. This release includes the Pactus GUI for both beginners and experienced users, the Pactus Daemon CLI for experienced users, the Pactus Shell for node interaction, and the Pactus Wallet for managing transactions without syncing the entire blockchain.'
author = 'Pactus Team'
date = 2024-01-04T00:00:00+00:00
draft = false
Expand Down
3 changes: 2 additions & 1 deletion content/blog/2024-01-08-mainnet-announcement.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
+++
title = 'Mainnet announcement'
description = 'The much-awaited Mainnet Launch of The Pactus Blockchain is finally here!'
author = 'Pactus Team'
date = 2024-01-08T00:00:00+00:00
draft = false
Expand All @@ -9,6 +8,8 @@ slug = 'mainnet-announcement'
image = "/images/pactus-blog-post-default.jpg"
+++

## Overview

The much-awaited Mainnet Launch of The Pactus Blockchain is finally here!
On January 24, 2024, at 20:24:00 UTC, the first block, known as the [Genesis block](https://docs.pactus.org/protocol/blockchain/genesis/),
will be minted by four Bootstrap validators.
Expand Down
1 change: 0 additions & 1 deletion content/blog/2024-01-11-release-0-20-0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
+++
title = 'Pactus 0.20.0 Released'
description = 'Pactus Blockchain has released Version 0.20.0, available for download. This release includes the Pactus GUI for both beginners and experienced users, the Pactus Daemon CLI for experienced users, the Pactus Shell for node interaction, and the Pactus Wallet for managing transactions without syncing the entire blockchain.'
author = 'Pactus Team'
date = 2024-01-11T00:00:00+00:00
draft = false
Expand Down
Loading

0 comments on commit 3cf29e3

Please sign in to comment.