Ethereum updated Roadmap
Guide to Ethereum Roadmap: https://shows.banklesshq.com/p/guide-to-the-ethereum-roadmap-jon?s=r#details What will the vibe be after the merge?Scale the computation, base-layer for roll-upsTrue scaling is not only the TPS. It's about the throughput relative to what is the cost to validateScaling computation without sacrificing validation. There might be some specialization and centralization in block production, but validation need to be decentralized (kept to regular users)Computation wi...
Ethereum updated Roadmap
Guide to Ethereum Roadmap: https://shows.banklesshq.com/p/guide-to-the-ethereum-roadmap-jon?s=r#details What will the vibe be after the merge?Scale the computation, base-layer for roll-upsTrue scaling is not only the TPS. It's about the throughput relative to what is the cost to validateScaling computation without sacrificing validation. There might be some specialization and centralization in block production, but validation need to be decentralized (kept to regular users)Computation wi...
Optimistic Rollup - Arbitrum
VS Optimism:how they deal with fraudulent transactionsOptimism: Re-executing transactions, the rollup sends the entire transaction back through the EVMArbitrum: Interactive proving, It only sends the suspicious part of the transaction back through the EVM => higher transaction capacity than OptimismVMOptimism uses EVM (Ethereum Virtual Machine) - EVM-based systems resolve disputes by re-executing the disputed codeArbitrum has its own AVM (Arbitrum Virtual Machine). Although this requires DApp...
Optimistic Rollup - Arbitrum
VS Optimism:how they deal with fraudulent transactionsOptimism: Re-executing transactions, the rollup sends the entire transaction back through the EVMArbitrum: Interactive proving, It only sends the suspicious part of the transaction back through the EVM => higher transaction capacity than OptimismVMOptimism uses EVM (Ethereum Virtual Machine) - EVM-based systems resolve disputes by re-executing the disputed codeArbitrum has its own AVM (Arbitrum Virtual Machine). Although this requires DApp...
Optimistic Rollups - Optimism
OverviewThe only L2 that offers full Ethereum Virtual Machine (EVM) equivalenceWe allow Geth itself to run inside a dispute-friendly environment. Since Geth is EVM-equivalent, so is that environment. This allows us to bypass re-implementing the EVM on-chain, and future-proofs the system against future upgrades to the EVMWithdrawals Delay: 1 weekDapps: Uniswap, SynthetixRoll up constructionSequencer: the Geth client (Stake)You need an application, known as a client, on your computer to "run" a...
Optimistic Rollups - Optimism
OverviewThe only L2 that offers full Ethereum Virtual Machine (EVM) equivalenceWe allow Geth itself to run inside a dispute-friendly environment. Since Geth is EVM-equivalent, so is that environment. This allows us to bypass re-implementing the EVM on-chain, and future-proofs the system against future upgrades to the EVMWithdrawals Delay: 1 weekDapps: Uniswap, SynthetixRoll up constructionSequencer: the Geth client (Stake)You need an application, known as a client, on your computer to "run" a...
扩容 Scaling - 解决方案
扩容主要是为了解决区块链的不可能三角的问题。去中心化(是否存在中心节点)、可拓展性(TPS数量)和安全(攻击网络的难度)是区块链的不可能三角。比特币和以太坊之类早期的项目都是为了保证去中心化和安全性而牺牲了可拓展性。 Layer 1扩容: 1) 增加区块的大小 2) 提升出块的时间 Layer 2扩容: 1) Channel 2) Side Chain 3) Plasma 4) Rollup Channels:交易者可以在链下反复多次交易,然后把只把展现最终结果的两次(开始一个channel和结束一个channel)交易上传到链上(类似闪电网络)No open participation: 参与者需要提前报名,且需要提前锁定资金Application specific: 不是smart contract公用的Plasma:由大佬提出:Vitalik Buterin+Joseph Poon使用Smart contract和Merkle trees*的技术,在母链(Parent Chain)的基础上生成无数的子链(Child Chains),子链的安全性由母链决定(plasma ch...
扩容 Scaling - 解决方案
扩容主要是为了解决区块链的不可能三角的问题。去中心化(是否存在中心节点)、可拓展性(TPS数量)和安全(攻击网络的难度)是区块链的不可能三角。比特币和以太坊之类早期的项目都是为了保证去中心化和安全性而牺牲了可拓展性。 Layer 1扩容: 1) 增加区块的大小 2) 提升出块的时间 Layer 2扩容: 1) Channel 2) Side Chain 3) Plasma 4) Rollup Channels:交易者可以在链下反复多次交易,然后把只把展现最终结果的两次(开始一个channel和结束一个channel)交易上传到链上(类似闪电网络)No open participation: 参与者需要提前报名,且需要提前锁定资金Application specific: 不是smart contract公用的Plasma:由大佬提出:Vitalik Buterin+Joseph Poon使用Smart contract和Merkle trees*的技术,在母链(Parent Chain)的基础上生成无数的子链(Child Chains),子链的安全性由母链决定(plasma ch...