-
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.
- Loading branch information
Showing
1 changed file
with
22 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,22 @@ | ||
# Log 03: "Visiting the Past" | ||
|
||
> 25 Oct 2024 | ||
## What I Worked On: | ||
|
||
- Revisited an | ||
[old draft PR](https://github.com/lightningdevkit/rust-lightning/pull/2830) to | ||
introduce Custom TLVs in Onion Messages. | ||
|
||
## Reflections: | ||
|
||
Going back to the past was an eye-opener. First off, I realized how rough my old | ||
code was! But from a different perspective, it’s amazing to see how far I’ve | ||
come in my LDK journey. There’s definitely some truth to the saying: | ||
|
||
> "If you’re not embarrassed by who you were twelve months ago, you’re not | ||
> learning." | ||
While tackling this issue, I hit a roadblock with introducing custom TLVs for | ||
payment receive TLVs. I’ll work on overcoming that hurdle tomorrow—wishing | ||
myself all the best! 🤞 |