Whenever someone mentions smart contracts I'm instantly reminded of that Jean Luc Picard quote: "I don't know how to communicate this, or even if it is possible to do so... but the question of justice has concerned me greatly of late. And so I say to any creature who may be listening: There can be no justice, so long as laws are absolute. Life itself is an exercise in exceptions."
Ethereum 2.0 launches
391–400 of 639 posts
Re: Ethereum 2.0 launches
#392Earlier quoted context omitted.
Multiple aspects. PoS offers much, much stronger security than PoW while being about 4000x cheaper to run and sustainably decentralized. Sharding (along with rollups) allows for a truly global scale platform - over 100k TPS, potentially 1M, while still running on normal computers in people's homes. PoS is a requirement for sharding, as dividing security under PoW would make each shard too easy to attack. Last but not…
> PoS offers much, much stronger security than PoW Uh, why do you say that? The security of PoS in fact ought to be much LOWER than the security of PoW: The goal of requiring proof of work is that you cannot just send multiple versions of the same transaction into different areas of the network to double-spend your money - because you need to commit work for producing a block, and due to consuming energy you can't fa…
Re: Ethereum 2.0 launches
#393Earlier quoted context omitted.
I think the most interesting development is the increasing amount of Bitcoin being wrapped in Ethereum, somewhat validating the store of value idea, I could see it giving Bitcoin some legs But... is it like sports memorabilia at that point, the value is all perception rather than utility and could one day just.. collapse
Interesting! How are they wrapped? Do ppl trade bitcoin on ethereum without actually using the bitcoin blockchain?
Primarily two extremes for how this is done: Centralized, like WBTC (https://coinlist.co/help/what-is-wrapped-bitcoin-wbtc), and decentralized, like tBTC (https://defirate.com/tbtc/)
Re: Ethereum 2.0 launches
#394Eth2 dev here, maintainer of https://github.com/prysmaticlabs/prysm , one of the implementations currently running the blockchain written in Go. This has been a monumental effort. There are 3 other implementations in mainnet, and consensus is running perfectly. Few other protocols in blockchain have more than one dominant implementation. The beauty of eth2 comes from its efficiency in signature aggregation: https://t…
Re: Ethereum 2.0 launches
#395Eth2 dev here, maintainer of https://github.com/prysmaticlabs/prysm , one of the implementations currently running the blockchain written in Go. This has been a monumental effort. There are 3 other implementations in mainnet, and consensus is running perfectly. Few other protocols in blockchain have more than one dominant implementation. The beauty of eth2 comes from its efficiency in signature aggregation: https://t…
I remember Satoshi's old posts where he claimed that Bitcoin Core was the only viable full implementation of the Bitcoin protocol since it had too many quirks to be efficiently standardized and reimplemented. I wonder if that's still true.
Re: Ethereum 2.0 launches
#396Earlier quoted context omitted.
Could you expand on a scenario where "traditional banking couldn't meet your needs," but crypto was able to?
https://twitter.com/arbingsam/status/1333669126125068289 Heres one novel idea I have just seen in my twitter feed for a yearn strategy[1]. You deposit tokens to the yearn contract which employs different strategies to lend/spend those tokens in ways that generate profit for everyone participating in the contract. This strategy is taking up the rest of the bets that trump wont be re-elected on a decentralised predicti…
fwiw - I don't have a yearn account, and am consequently unable to view your yearn link.
Re: Ethereum 2.0 launches
#397Earlier quoted context omitted.
Could you expand on a scenario where "traditional banking couldn't meet your needs," but crypto was able to?
https://twitter.com/arbingsam/status/1333669126125068289 Heres one novel idea I have just seen in my twitter feed for a yearn strategy[1]. You deposit tokens to the yearn contract which employs different strategies to lend/spend those tokens in ways that generate profit for everyone participating in the contract. This strategy is taking up the rest of the bets that trump wont be re-elected on a decentralised predicti…
Re: Ethereum 2.0 launches
#398Let the party begin.
Are we starting with this even here? Is there really no corner of the Internet that's immune to this bullcrap?
Re: Ethereum 2.0 launches
#399Can anyone give a TLDR of what is significant about Ethereum 2.0 for those of us who don't follow this stuff much? As blockchain tech goes, Ethereum always seemed the most interesting.
It's not the first proof of stake blockchain, but it's the first that allows hundreds of thousands of nodes to fully participate, while also having high security and rapid finality. This is only possible because of math that was developed three years ago. https://twitter.com/technocrypto/status/1330150362427387910 In proof of stake, mining equipment and electricity consumption is replaced by the cryptocurrency itself…
Re: Ethereum 2.0 launches
#400Having worked with Ethereum, especially the low level bytecode, one of the changes I'm most excited for that I don't see mentioned a lot is the addition of eWASM support for nodes. There's many problems with the two dominant smart contract languages Solidity and Vyper, for instance bloated codegen that had to be patched otherwise complex contracts size could not be deployed[0], or more theoretical concerns such as so…
Seems like there's discussion of scrapping the whole phase 2 "execution environments" and just allowing heterogenous execution on rollups.