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 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..ed7af58 --- /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 11, 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..305d8f7 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -19,11 +19,11 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts'; Cuprate
- 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.