From 6e8fd7c33de61095010f9938b82cd2459be4f5f4 Mon Sep 17 00:00:00 2001 From: SyntheticBird45 Date: Fri, 2 Aug 2024 10:16:54 +0000 Subject: [PATCH 1/2] [Blog] Meetings 2024-07-23 and 2024-07-30 highlights --- src/content/blog/meeting-2024-07-23.md | 28 ++++++++++++++++++++++++ src/content/blog/meeting-2024-07-30.md | 30 ++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 src/content/blog/meeting-2024-07-23.md create mode 100644 src/content/blog/meeting-2024-07-30.md diff --git a/src/content/blog/meeting-2024-07-23.md b/src/content/blog/meeting-2024-07-23.md new file mode 100644 index 0000000..365faf2 --- /dev/null +++ b/src/content/blog/meeting-2024-07-23.md @@ -0,0 +1,28 @@ +--- +title: "Cuprate Meeting 2024-07-23 highlights" +description: "Cuprate Meeting 2024-07-23 highlights" +pubDate: 'July 23, 2024' +heroImage: '/blog-placeholder-2.jpg' +type: 'meeting' +--- + +Highlights of the Cuprate meeting of July 23 2024: + +## Updates: + +- **boog900**: "I finished the PR adding alt chain handling to the consensus code and have started work on the tx pool". +- **hinto-janai**: "finishing up RPC types, started the RPC interface - only around ~18 days left in my CCS but I'll think I'll be close to finishing on time." + +## What is next: + +There has been discussion on hinto's remaining work and potential future work to complete. There has also been discussion on balancing +between development time and optimistic release timeline. The actual stance is to work in parallel on several part towards alpha (testnet) release but +first refine the existing codebase and improve testing. + +- boog900 plan on reducing the amount of duplicated code between the blockchain and tx-pool. They might formalize a proposal, as suggested by hinto-janai. + +- yamabiiko planned on documenting ZMQ and pushing it to monero-site as well as monero-project's github wiki. + +## Reference: + +You can find all meetings logs here: https://github.com/monero-project/meta/issues/1040 \ No newline at end of file diff --git a/src/content/blog/meeting-2024-07-30.md b/src/content/blog/meeting-2024-07-30.md new file mode 100644 index 0000000..cb834fe --- /dev/null +++ b/src/content/blog/meeting-2024-07-30.md @@ -0,0 +1,30 @@ +--- +title: "Cuprate Meeting 2024-07-30 highlights" +description: "Cuprate Meeting 2024-07-30 highlights" +pubDate: 'July 30, 2024' +heroImage: '/blog-placeholder-2.jpg' +type: 'meeting' +--- + +Highlights of the Cuprate meeting of July 30 2024: + +## Updates: + +- **fluorescent_beige**: "still issue #209, didn't have as much time for it as I thought but getting somewhere now" +- **boog900**: "I have been working on the txpool and planning out what the incoming tx flow will look like". +- **hinto-janai**: "I've mostly finished the RPC interface library, still need to finish testing/documentation + split into PRs" +- **yamabiiko**: "took some time off ahead of CCS, looking to pick up some issues / expanding tests as suggested" + +## What is next: + +There has been discussion on work to accomplish by yamabiiko. As well as precedent issues with binary string serialization (for mixed json/epee encoding) and difference +in JSON specifications compliance by monerod serialization library (monerod can accept some invalid JSON, cuprate can't). + +- hinto-janai prepared a draft of their next CCS proposal. +- hinto-janai proposed to request core monero to drop out mixed json/epee encoding. Yamabiiko supported the idea. +- Boog900 proposed yamabiiko to work on database after it's alternative block operation PR. +- hinto-janai is planning on making PR on monero-site repository to fix RPC documentation + +## Reference: + +You can find all meetings logs here: https://github.com/monero-project/meta/issues/1043 \ No newline at end of file From 8ca87ac734d670fb54460d4b488f6d9951d3789d Mon Sep 17 00:00:00 2001 From: SyntheticBird <118022351+SyntheticBird45@users.noreply.github.com> Date: Fri, 2 Aug 2024 10:20:20 +0000 Subject: [PATCH 2/2] Update meeting-2024-07-23.md --- src/content/blog/meeting-2024-07-23.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/content/blog/meeting-2024-07-23.md b/src/content/blog/meeting-2024-07-23.md index 365faf2..42afe20 100644 --- a/src/content/blog/meeting-2024-07-23.md +++ b/src/content/blog/meeting-2024-07-23.md @@ -21,8 +21,6 @@ first refine the existing codebase and improve testing. - boog900 plan on reducing the amount of duplicated code between the blockchain and tx-pool. They might formalize a proposal, as suggested by hinto-janai. -- yamabiiko planned on documenting ZMQ and pushing it to monero-site as well as monero-project's github wiki. - ## Reference: -You can find all meetings logs here: https://github.com/monero-project/meta/issues/1040 \ No newline at end of file +You can find all meetings logs here: https://github.com/monero-project/meta/issues/1040