Tezos would still require all nodes to upgrade to the code which contains the new algorithm. It can’t just automatically know what the new code is. It then can schedule these to activate at a certain block using a signaling system of some sort. If some nodes didn’t upgrade, this would cause a hard fork if the version they are running doesn’t have the new version required to run the new algorithm
Its behavior and process as outlined in the link you sent is no different from other chains.
Bitcoin uses version bits to perform these types of upgrades (see bip 9 implemented in 2016)
Ethereum uses something similar. Solana’s activation mechanism is called “feature gate activation”.
It’s the same with all the chains. An algorithm change is a breaking change. If you don’t implement it, your validating node will not continue with the rest.
Bitcoin has the BIP (Bitcoin Improvement Proposal) process. BIP-52 is an example of a proposal to change the algorithm due to energy concerns.
If the humans reach consensus it will change. However, I maintain that software can’t be programmed to adjust for social concerns - the humans have to change it.
lol it can’t adjust on public approval. It’s software that runs. It’s valuable. If it wasn’t, people wouldn’t run it.
It can hard fork with a consensus mechanism change anytime someone writes one and people decide it’s the best path forward. Ethereum decided this and did this.
That’s not happening with Bitcoin because those that understand how it works agree it’s the best system to use.
I use Bitcoin as a store of value, and Solana for day to day stuff and financial investments like lending and liq providing. That’s my preference, for now. It’s a very fluid industry, nothing is set in stone, although Bitcoin appears to be pretty solidly the preferred secure store of value.
It’s a good example that illustrate why automated systems shouldn’t be left running unsupervised, even if it’s designed by the best minds with the best of intentions.
The network is constantly supervised and mining is a competitive business. The network was built to adjust, and is working precisely as intended.
Cognitive ability is a far better test. I used to be a raging alco, like real alco, not just daily drinker. The levels I functioned at would kill most people.
Of course I still have alcoholism, but I haven’t drank in 12+ years. While I don’t condone drinking and driving at all - in fact it makes no sense at all in this age of ride sharing - but if I were on a jury I could be swayed by a heavy drinker excuse. 🤷♂️
Left due to the API stuff due to Apollo getting axed. Loved that Christian recorded their calls and exposed how crappy they were for blaming things on him. Fun drama, but I left and never looked back.
It’s still a bit of an echo chamber of sheep in here but I haven’t really tried different servers to find like minded ppl. I like the mod of the server I’m on and that’s cool for me for now.
It’s no different. A new version of the consensus code needs written and deployed.
That page you linked is the same on all chains. All have a proposal, discussion, implementation, waiting period (for code to be deployed), and activation. That’s just blockchain 101