-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from shaavan/241022
Log 01: 22 Oct 2024
- Loading branch information
Showing
1 changed file
with
21 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,21 @@ | ||
# Log 01: "Downgrade support & Meticulous Preparation" | ||
|
||
> 22 Oct 2024 | ||
## What I Worked On: | ||
|
||
- Corrected downgrade support in | ||
[#3342](https://github.com/lightningdevkit/rust-lightning/pull/3342). It’s a | ||
crucial fix! You can find more details | ||
[here](https://github.com/lightningdevkit/rust-lightning/pull/3342#issuecomment-2429104842). | ||
- Updated the [Code Chronicle](https://github.com/shaavan/code-chronicle/pull/4) | ||
to auto-correct formatting whenever a new file is committed (because why not | ||
keep things neat, right?). | ||
|
||
## Reflections: | ||
|
||
Today was full of learnings! One big takeaway was understanding | ||
[how to handle downgrade support](https://github.com/lightningdevkit/rust-lightning/pull/3342#discussion_r1809604888). | ||
I also realized that I can’t help but organize everything _just right_ before I | ||
start writing a single line of text. Setting up this repo has been a process, | ||
but I would be lying if I say I didn't enjoy it! 🚀 |