From 9dfe7cb6a5b99f8141123575fc515323863eb20d Mon Sep 17 00:00:00 2001 From: "hinto.janai" Date: Mon, 17 Jun 2024 12:52:40 -0400 Subject: [PATCH 1/5] english fixes, use ISO-8601 --- src/content/blog/meeting-06122024.md | 22 ---------------------- src/content/blog/meeting-2024-06-11.md | 22 ++++++++++++++++++++++ src/pages/about.astro | 4 ++-- src/pages/index.astro | 6 +++--- 4 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 src/content/blog/meeting-06122024.md create mode 100644 src/content/blog/meeting-2024-06-11.md diff --git a/src/content/blog/meeting-06122024.md b/src/content/blog/meeting-06122024.md deleted file mode 100644 index 333c34f..0000000 --- a/src/content/blog/meeting-06122024.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Cuprate Meeting 06.11.2024 highlights" -description: "Cuprate Meeting 06.11.2024 highlights" -pubDate: 'June 11 2024' -heroImage: '/img/meeting11062024.png' -type: 'meeting' ---- - -Highlights of the Cuprate meeting of June 11 2024: - -## Updates: - -- **boog900**: Very close to finish the block downloader. -- **hinto-janai**: No updates at the moment, expecting to work on RPC and Architecture book. -- **SyntheticBird**: Testing recent commits and building cuprate's website. -- **yamabiiko**: No updates at the moment, expect to start working on Cuprate later this month. -- Fast-sync logic has been started by a team from moneroKon 2024 Hackathon. - -## What is next: - -- ZMQ will not be necessary for testnet releases. -- Roadmap roughly is: finishing fast-sync, RPC and then work on binary. \ No newline at end of file diff --git a/src/content/blog/meeting-2024-06-11.md b/src/content/blog/meeting-2024-06-11.md new file mode 100644 index 0000000..e7b85dd --- /dev/null +++ b/src/content/blog/meeting-2024-06-11.md @@ -0,0 +1,22 @@ +--- +title: "Cuprate Meeting 2024-06-11 highlights" +description: "Cuprate Meeting 2024-06-11 highlights" +pubDate: 'June 11th, 2024' +heroImage: '/img/meeting-2024-06-11.png' +type: 'meeting' +--- + +Highlights of the Cuprate meeting of June 11 2024: + +## Updates: + +- **boog900**: Very close to finishing the block downloader. +- **hinto-janai**: No updates at the moment, expecting to work on RPC and the Architecture book. +- **SyntheticBird**: Testing recent commits and building Cuprate's website. +- **yamabiiko**: No updates at the moment, expecting to start working on Cuprate later this month. +- Fast-sync logic has been started by a team from MoneroKon 2024's Hackathon. + +## What is next: + +- ZMQ will not be necessary for testnet releases. +- Roadmap roughly is: finishing fast-sync, RPC, and then work on the binary. diff --git a/src/pages/about.astro b/src/pages/about.astro index 564621c..8fc8634 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -13,8 +13,8 @@ import Layout from '../layouts/BlogPost.astro';

- The projects aim is to make an alternative implementation of Monero that is performant, modern and secure. It will contribute to node diversity and resilience of - the Monero network as whole against implementation vulnerabilities. It will also contribute as a new way for more contributors to help Monero, hopefully extending the pool of + The project's aim is to make an alternative implementation of Monero that is performant, modern, and secure. It will contribute to node diversity and resilience of + the Monero network as whole against implementation vulnerabilities. It will also be a new way for more contributors to help Monero, hopefully extending the pool of developers working on Monero.

diff --git a/src/pages/index.astro b/src/pages/index.astro index 390362c..2309bab 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -19,11 +19,11 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts'; Cuprate

- An upcoming experimental, modern & secure monero node

+ An upcoming experimental, modern, & and secure Monero node

- Discover the documentation of our rust-written project, as well as documentation on monerod and the - monero protocol. + Discover the documentation of our Rust-written project, as well as documentation on monerod and the + Monero protocol.

From 271432473ee2874fc9aba3028495f7fcfb27c43a Mon Sep 17 00:00:00 2001 From: "hinto.janai" Date: Thu, 20 Jun 2024 13:51:34 -0400 Subject: [PATCH 2/5] rename filename for ISO-8601 --- .../{meeting11062024.png => meeting-2024-06-11.png} | Bin 1 file changed, 0 insertions(+), 0 deletions(-) rename public/img/{meeting11062024.png => meeting-2024-06-11.png} (100%) diff --git a/public/img/meeting11062024.png b/public/img/meeting-2024-06-11.png similarity index 100% rename from public/img/meeting11062024.png rename to public/img/meeting-2024-06-11.png From edcbdca7fc92a0879447017d3f2e0fcc2e161002 Mon Sep 17 00:00:00 2001 From: "hinto.janai" Date: Thu, 20 Jun 2024 13:57:30 -0400 Subject: [PATCH 3/5] fix `pubDate` --- src/content/blog/meeting-2024-06-11.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/blog/meeting-2024-06-11.md b/src/content/blog/meeting-2024-06-11.md index e7b85dd..ed7af58 100644 --- a/src/content/blog/meeting-2024-06-11.md +++ b/src/content/blog/meeting-2024-06-11.md @@ -1,7 +1,7 @@ --- title: "Cuprate Meeting 2024-06-11 highlights" description: "Cuprate Meeting 2024-06-11 highlights" -pubDate: 'June 11th, 2024' +pubDate: 'June 11, 2024' heroImage: '/img/meeting-2024-06-11.png' type: 'meeting' --- From 910a8cad5daf64598747f10d6a7cb6be1870ed6a Mon Sep 17 00:00:00 2001 From: "hinto.janai" Date: Thu, 20 Jun 2024 13:57:36 -0400 Subject: [PATCH 4/5] index.astro: put `monerod` in `` --- src/pages/index.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 2309bab..7f0e54d 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -19,10 +19,10 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts'; Cuprate

- An upcoming experimental, modern, & and secure Monero node

+ An upcoming experimental, modern & secure Monero node

- Discover the documentation of our Rust-written project, as well as documentation on monerod and the + Discover the documentation of our Rust-written project, as well as documentation on monerod and the Monero protocol.

From aa41879ad8be081b9ce60d768820de52f79eb4c5 Mon Sep 17 00:00:00 2001 From: "hinto.janai" Date: Thu, 20 Jun 2024 14:48:43 -0400 Subject: [PATCH 5/5] `&` -> `and` --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 7f0e54d..305d8f7 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -19,7 +19,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts'; Cuprate

- An upcoming experimental, modern & secure Monero node

+ An upcoming experimental, modern, and secure Monero node

Discover the documentation of our Rust-written project, as well as documentation on monerod and the