|
|
|
|
|
by vbuterin
1686 days ago
|
|
Lots of things "don't need" to be written in python, but they're written in python anyway. I expect a lot of blockchain institutional use cases will take a similar route: sure, theoretically they could use some standardized federated solution, but in practice blockchain tx fees will become low enough through layer-2s to be negligible and that's where all the infrastructure to help users verify what's going on, and use those verifications in other applications, will be built. NFTs are already an incredibly easy to use and verify type of certificate; their biggest weakness is that (because of limitations in technology that are completely temporary and will disappear soon) transaction fees are too high. Like... why _not_ dump Merkle roots on-chain? |
|
This is a weak argument. Many things shouldn't be written in python, because it would the wrong tool for the job. Networking libraries that require bare metal performance, high assurance systems that are easier to write in strongly typed languages.
Block chains solve untrusted writing in the presence of byzantine faults. Not all applications require this. Most don't.
> Like... why _not_ dump Merkle roots on-chain?
Because the data isn't merkelized?