From bf487489687a6629843ef1d69014cd355827cc52 Mon Sep 17 00:00:00 2001 From: rahul Date: Fri, 26 Jul 2024 09:47:52 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20Meeting=20notes=205,=20clos?= =?UTF-8?q?es=20#299?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...ickoff_call.md => 2024-04-18-meeting-1.md} | 2 +- ...elease_plan.md => 2024-05-02-meeting-2.md} | 0 ...6-meeting_3.md => 2024-05-16-meeting-3.md} | 0 ...0-meeting_4.md => 2024-06-20-meeting-4.md} | 0 .../2024-07-25-meeting-5.md | 88 +++++++++++++++++++ wordlist.txt | 24 ++++- 6 files changed, 110 insertions(+), 4 deletions(-) rename notes/wiki_contributors_meeting/{2024-04-18_kickoff_call.md => 2024-04-18-meeting-1.md} (96%) rename notes/wiki_contributors_meeting/{2024-05-02_release_plan.md => 2024-05-02-meeting-2.md} (100%) rename notes/wiki_contributors_meeting/{2024-05-16-meeting_3.md => 2024-05-16-meeting-3.md} (100%) rename notes/wiki_contributors_meeting/{2024-06-20-meeting_4.md => 2024-06-20-meeting-4.md} (100%) create mode 100644 notes/wiki_contributors_meeting/2024-07-25-meeting-5.md diff --git a/notes/wiki_contributors_meeting/2024-04-18_kickoff_call.md b/notes/wiki_contributors_meeting/2024-04-18-meeting-1.md similarity index 96% rename from notes/wiki_contributors_meeting/2024-04-18_kickoff_call.md rename to notes/wiki_contributors_meeting/2024-04-18-meeting-1.md index 6dcec092..af8c2726 100644 --- a/notes/wiki_contributors_meeting/2024-04-18_kickoff_call.md +++ b/notes/wiki_contributors_meeting/2024-04-18-meeting-1.md @@ -71,4 +71,4 @@ ## Meta -For every meeting, create a new file inside `/notes/wiki_contributors_meeting` using the convention `YYYY-MM-DD_description.md`; eg.`2024-04-01_kickoff_call.md`. This helps preserve chronological order when sorting files. +For every meeting, create a new file inside `/notes/wiki_contributors_meeting` using the convention `YYYY-MM-DD-meeting-no.md`; eg.`2024-04-01-meeting-1.md`. This helps preserve chronological order when sorting files. diff --git a/notes/wiki_contributors_meeting/2024-05-02_release_plan.md b/notes/wiki_contributors_meeting/2024-05-02-meeting-2.md similarity index 100% rename from notes/wiki_contributors_meeting/2024-05-02_release_plan.md rename to notes/wiki_contributors_meeting/2024-05-02-meeting-2.md diff --git a/notes/wiki_contributors_meeting/2024-05-16-meeting_3.md b/notes/wiki_contributors_meeting/2024-05-16-meeting-3.md similarity index 100% rename from notes/wiki_contributors_meeting/2024-05-16-meeting_3.md rename to notes/wiki_contributors_meeting/2024-05-16-meeting-3.md diff --git a/notes/wiki_contributors_meeting/2024-06-20-meeting_4.md b/notes/wiki_contributors_meeting/2024-06-20-meeting-4.md similarity index 100% rename from notes/wiki_contributors_meeting/2024-06-20-meeting_4.md rename to notes/wiki_contributors_meeting/2024-06-20-meeting-4.md diff --git a/notes/wiki_contributors_meeting/2024-07-25-meeting-5.md b/notes/wiki_contributors_meeting/2024-07-25-meeting-5.md new file mode 100644 index 00000000..ee59be63 --- /dev/null +++ b/notes/wiki_contributors_meeting/2024-07-25-meeting-5.md @@ -0,0 +1,88 @@ +# Wiki Contributors Meeting #5 - Jul 25, 2024 (3 PM UTC) + +## Agenda + +- State of the wiki; items in progress since the last call +- Clarify Purpose and Intent of Source Code Mirror #297 +- EPF contributions + +## Participants + +- Caleb +- Dan +- Glory +- Hopinheimer +- Katya +- Kira +- Mayowa +- Mario +- Rahul +- Sid + +## Notes + +**Mario**: We released wiki [version 1.0.2](https://github.com/eth-protocol-fellows/protocol-studies/commit/ef0b7597261dde7706a2e5f5a34b53b74b530d0d) with the history page, DHT, and information about Grandine. Contributions have slowed down a bit, but that is expected because folks are busy with EPF. There are several pull requests pending. Let's start with Kira's pull request on the consensus layer. + +**Kira**: I have considered most feedback and think the PR is ready for review. + +**Rahul**: It looks good to me. + +**Mario**: I will review it once more and merge it. I think the spell check is broken. + +**Kira**: I fixed it in my PR. + +**Mario**: Great. I think the style guide can be a separate page. + +**Rahul**: Agreed. I will create a new page for it. + +**Dan**: I think the roadmap is still open, but it is a good first issue for new contributors. + +**Mario**: Agreed. We should get new contributors to work on it. + +**Dan**: Maybe we should let EPF fellows know that they could contribute their work to the wiki. + +**Mario**: Yep. I don’t think it’s too much overhead. + +**Katya**: Propose it in the office hours. The first call where it was mentioned had introductions, so it’s possible that folks missed the part about contributing to the wiki. + +**Mario**: Yeah, we need to reiterate the message. + +**Rahul**: At the very least, we could ask folks to create an issue about their project and dump resources, allowing other contributors to work on it. + +**Dan**: Reviewing pull requests is a bottleneck. How can we get more contributors? + +**Mario**: Anybody can review PRs, but I agree we need more reviewers. + +**Rahul**: Contributors need incentives. + +**Mario**: Yes, but we don’t want to promote low-quality contributions. We have aspiring new contributors—Katya and Mayowa. + +**Katya**: I would love to contribute about Kurtosis and Grafana. I have some cheat sheets that I can share, extracted from videos that really save time. + +**Mario**: We would love to have that. Feel free to issue and create a PR. It’s fully permissionless. It overlaps with DevOps, so maybe we should create a separate page. + +**Dan**: Tim recently published [EIP 7723](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-7723.md) about activation on an EIP. + +**Mario**: We don’t have the EIP process documented. We should create one based on [Tim’s talk](https://www.youtube.com/watch?v=5L9UUCL7bzI). There is also a [great blog post](https://medium.com/ethereum-magicians/comprehensive-guide-on-writing-and-submitting-an-eip-9474163771f0) that discusses this, though it could be a little outdated. + +**Caleb**: I'm working on EPBs with Kira. I realize that most people don’t know how to start with EIPs. I would like to write an article on how to implement an EIP. + +**Mario**: I think that’s great and even more important than proposing an EIP itself. Please open an issue. + +**Hopinheimer**: Asking core devs for advice on getting started would also be valuable. I would like to gather some feedback and include that in the wiki. + +**Mario**: Yeah, we are doing AMAs as part of EPF office hours; we could include that as part of a wiki page. There is also a great [talk by Danny Ryan](https://streameth.org/devconnect/watch?session=65b8f8cfa5b2d09b88ec114b) that might be useful. + +**Dan**: On that note, we should collaborate with [Ethereum Cat Herders](https://www.ethereumcatherders.com/) and [Pooja](https://twitter.com/poojaranjan19). She is very active. + +**Mario**: Yes, we should have Pooja do an AMA. Also, feel free to suggest guests for upcoming AMAs. + +**Mario**: Glory, do you have any comments on your contribution? + +**Glory**: I will continue working on the assigned issue. + +**Mario**: Regarding mirroring, I could ask EF DevOps to add the wiki to their mirroring workflow. But we should also look into something like [Radicle](https://app.radicle.xyz/nodes/seed.radicle.xyz). + +**Dan**: I could help you with that. + +**Mario**: Sounds great. That’s all for now. Thanks, everyone. diff --git a/wordlist.txt b/wordlist.txt index d0854e12..8e7657a6 100644 --- a/wordlist.txt +++ b/wordlist.txt @@ -275,10 +275,7 @@ excalidraw exchangeTransitionConfigurationV Explainer Extractable -<<<<<<< HEAD -======= extraData ->>>>>>> main farcaster fastssz faytey @@ -829,3 +826,24 @@ Shamir surveilling Taleb Zimmermann +DHT +ENR +fanout +gossipsub +IPFS +kademlia +PEX +SSD +DHT +Katya +Rahul's +Kira's +Mayowa +Pooja +Radicle +Agatevure +gconnect +hotfix +Kanban +Mayowa +ptsd \ No newline at end of file