2024/09/11 - Dependencies, dependencies, dependencies

by Shun Kakinoki · Sep 11, 2024

236 Views

Light Progress

Shipped a core upgrade to the upcoming release!

Our core dependencies are now all updated (at least, for javascript and rust deps) to the latest possible dependencies in which now enables us to move at maximum speed. This is due to the fact that:

  • Core protocol implementations often benefit from state of art downstream implementations, if not bottle necked like through alloy, foundry, and viem.
  • Being able to update to the latest dependency enables us to implement core protocol changes at lightning speed going forward.
  • I like state of art tech 😄
  • Also had some important BD/Integration calls where some progress was made - excited for tomorrow as I continue to make progress for next steps! Proud that I was able to dish out couple of writings for a more concrete delivery during/after the meetings. I did miss out on one meeting though 😅

    Technical Readings

    Had a Chat w/ Liam an he mentioned that “Blockchains are like DAGs, fundamentally. Especially POW chains”. If you think about it, this is very true - unlike traditional DBs, the state can diverge based on global consensus. This is what fundamentally sets crypto different.

    https://x.com/liamzebedee/status/1833944903631643094

    I wonder how I can apply this principal to Light though - this seems the best way to tackle some crucial aspects of dealing w/ fragmentation, interoperability and more so chain abstraction that Light is currently working on.