Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.

Commit

Permalink
update eth tps
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLinn committed Mar 30, 2019
1 parent 948f228 commit ee29fe9
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 3 deletions.
50 changes: 48 additions & 2 deletions altcoin/ethereum/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,42 @@

## ERC20, ERC721

## Raiden Network 雷电网络
## The DAO

## TPS 扩展

### 类别
+ State Channels(状态通道)类别
* __uRaiden__
* __Liquidity Network__
* _Decentraland_
* Counterfactual
* FunFair
+ Sidechains(侧链)类别
* Plasma
* Parity Tech
* POA Network
+ Sharding(分片)类别
* Diamond Drops
+ Multi-chain(跨链)类别
* Cosmos
+ Alternative(其他)类别
* TrueBit


### Casper:POS共识机制

layer 1


### Sharding

layer 1 链上(on-chain)扩容(需要更改区块链底层协议)

将区块链划分成不同的部分(shards),每个部分独立处理交易。


### Raiden Network 雷电网络
+ 多对一
+ 每个通道都需要部署一个新合约

Expand All @@ -18,4 +53,15 @@
+ 雷電網路的 monitoring service 只能暫停 Bob 錯誤的提款,沒辦法直接幫 Alice 發起一筆交易來領走所有錢懲罰 Bob,必須 Alice 自己上線處理。
+ 不同於閃電網路,雷電網路裡作弊的人不會被罰錢。

## The DAO
### Plasma 子母链(Side Chain)

链下(off-chain)扩容

Plasma是一系列在根区块链(root blockchain)(即以太坊区块链)上运行的合约。根网络合约只处理少量来自子区块链的请求,在大多数情况下,子区块链能够完成大量的计算。来自子区块链的请求定期在根区块链中广播。可以把根区块链看做最高法院,所有下级法院均从最高法院获得权力。

将区块链组成一个树层次结构,并将每个区块链作为单独的分支区块链处理,每个分支都带着 增强版区块历史记录和 被提交到 merkle proof 中的 MapReducable 计算。

two key parts:

+ Reframing all blockchain computation into a set of MapReduce functions
+ an optional method to do Proof-of-Stake token bonding on top of existing blockchains with the understanding that the Nakamoto Consensus incentives discourage __block withholding__
6 changes: 5 additions & 1 deletion bitcoin/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,4 +324,8 @@ Schnorr签名可以很容易地扩展到支持固定大小的多签名和阈值

Taproot 是为比特币提出的一个提议,所有的输出都用一个签名密钥,可以用一个签名消费。使用多重签名和无脚本脚本,可以使用这些单签名对多方交易、闪电支付通道等进行编码。Taproot还允许这个密钥提交到一个额外的脚本,以防无脚本脚本不够用。但是在合作的情况下,从来没有显示过这个额外的脚本。Taproot 不能隐藏资金流向和具体金额的,只能隐藏合约内容,而且如果双方不愿意合作,可能还是会暴露合约的内容

Graftroot 是另一个被提出的扩展方案,它不太可能很快被包含在比特币中,它进一步允许Taproot签署者签署替代的消费路径,而不是使用Taproot输出中提交的脚本。由于没有对可以签署多少消费策略的限制,在用户有1000条消费路径的情况下,这将大大提高效率。然而,在实践中还不清楚这是否是用户所希望的。
Graftroot 是另一个被提出的扩展方案,它不太可能很快被包含在比特币中,它进一步允许Taproot签署者签署替代的消费路径,而不是使用Taproot输出中提交的脚本。由于没有对可以签署多少消费策略的限制,在用户有1000条消费路径的情况下,这将大大提高效率。然而,在实践中还不清楚这是否是用户所希望的。


## RSK
rsk,以前被称为Rootstock,是一个比特币的侧链, layer 2,RSK克隆了以太坊的虚拟机(EVM),这意味着该平台支持EDCCs(智能合约)。

0 comments on commit ee29fe9

Please sign in to comment.