Do you (or anyone else) have a technical reference for differences between the Bitcoin and Ethereum blockchain length function?
https://bitcoin.org/bitcoin.pdf
Ethereum uses a variant of the GHOST algorithm, which was introduced in the paper Accelerating Bitcoin’s Transaction Processing: Fast Money Grows on Trees, Not Chains.
https://eprint.iacr.org/2013/881.pdf
The Ethereum white paper mentions how they modified it:
https://github.com/ethereum/wiki/wiki/White-Paper#modified-g...
Full detail is in their infamously difficult Yellow Paper:
https://github.com/ethereum/yellowpaper
I had some idea about the Bitcoin blockchain - also succinctly summarized by @tylerswift.
But the Ethereum material is all new to me. It at least sounds more interesting than "the least interesting".
Do you (or anyone else) have a technical reference for differences between the Bitcoin and Ethereum blockchain length function?