From ac56cc700608ee53b1532895d0ef6e049905a650 Mon Sep 17 00:00:00 2001 From: shaavan Date: Fri, 25 Oct 2024 22:44:13 +0530 Subject: [PATCH] Log 03: 25 Oct 2024 --- daily/03.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 daily/03.md diff --git a/daily/03.md b/daily/03.md new file mode 100644 index 0000000..8aa672f --- /dev/null +++ b/daily/03.md @@ -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! 🤞