tinychainorg / tinychain

The tiniest blockchain implementation in the world
https://www.tinycha.in/
MIT License
53 stars 3 forks source link

Readings #11

Open liamzebedee opened 2 months ago

liamzebedee commented 2 months ago

LMD GHOST - https://github.com/protolambda/lmd-ghost

liamzebedee commented 2 months ago

utreexo - blocks commit to a UXTO tree, meaning users bring their own UXTO proofs to submit txs, and full nodes no longer have to store the state at all (stateless full nodes) https://bitcoinops.org/en/topics/utreexo/

liamzebedee commented 1 month ago

utreexo - blocks commit to a UXTO tree, meaning users bring their own UXTO proofs to submit txs, and full nodes no longer have to store the state at all (stateless full nodes) https://bitcoinops.org/en/topics/utreexo/

Just realised that you could use a sparse merkle tree here and it would be gerat

liamzebedee commented 1 month ago

Google / Distributed systems