tinychainorg / tinychain

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

Readings #11

Open liamzebedee opened 3 months ago

liamzebedee commented 3 months ago

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

liamzebedee commented 3 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 3 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/

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

liamzebedee commented 3 months ago

Google / Distributed systems