-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Blog] Meetings 2024-07-23 and 2024-07-30 highlights
[Blog] Meetings 2024-07-23 and 2024-07-30 highlights
- Loading branch information
Showing
2 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
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. | ||
|
||
## Reference: | ||
|
||
You can find all meetings logs here: https://github.com/monero-project/meta/issues/1040 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |