Skip to content

Commit 5f6da2e

Browse files
committed
Merge branch 'dev' of github.com:ethereum/ethereum-org-website into find-wallet-revamp
2 parents 05de0db + bc13a83 commit 5f6da2e

File tree

13 files changed

+53
-11
lines changed

13 files changed

+53
-11
lines changed

.all-contributorsrc

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11387,6 +11387,33 @@
1138711387
"contributions": [
1138811388
"tool"
1138911389
]
11390+
},
11391+
{
11392+
"login": "iepn",
11393+
"name": "iepn",
11394+
"avatar_url": "https://avatars.githubusercontent.com/u/57232813?v=4",
11395+
"profile": "https://member.acm.org/~rhymeq",
11396+
"contributions": [
11397+
"code"
11398+
]
11399+
},
11400+
{
11401+
"login": "veridelisi",
11402+
"name": "veridelisi",
11403+
"avatar_url": "https://avatars.githubusercontent.com/u/72710290?v=4",
11404+
"profile": "https://www.ispanyol.com",
11405+
"contributions": [
11406+
"tutorial"
11407+
]
11408+
},
11409+
{
11410+
"login": "reetbatra",
11411+
"name": "Reet Batra",
11412+
"avatar_url": "https://avatars.githubusercontent.com/u/51335174?v=4",
11413+
"profile": "https://github.com/reetbatra",
11414+
"contributions": [
11415+
"bug"
11416+
]
1139011417
}
1139111418
],
1139211419
"contributorsPerLine": 7,

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1771,6 +1771,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
17711771
<tr>
17721772
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ryanpwaldon"><img src="https://avatars.githubusercontent.com/u/12480362?v=4?s=100" width="100px;" alt="Ryan Waldon"/><br /><sub><b>Ryan Waldon</b></sub></a><br /><a href="#content-ryanpwaldon" title="Content">🖋</a> <a href="https://github.com/ethereum/ethereum-org-website/commits?author=ryanpwaldon" title="Code">💻</a></td>
17731773
<td align="center" valign="top" width="14.28%"><a href="https://www.4everland.org"><img src="https://avatars.githubusercontent.com/u/89854839?v=4?s=100" width="100px;" alt="4EVERLAND"/><br /><sub><b>4EVERLAND</b></sub></a><br /><a href="#tool-4everlandorg" title="Tools">🔧</a></td>
1774+
<td align="center" valign="top" width="14.28%"><a href="https://member.acm.org/~rhymeq"><img src="https://avatars.githubusercontent.com/u/57232813?v=4?s=100" width="100px;" alt="iepn"/><br /><sub><b>iepn</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/commits?author=iepn" title="Code">💻</a></td>
1775+
<td align="center" valign="top" width="14.28%"><a href="https://www.ispanyol.com"><img src="https://avatars.githubusercontent.com/u/72710290?v=4?s=100" width="100px;" alt="veridelisi"/><br /><sub><b>veridelisi</b></sub></a><br /><a href="#tutorial-veridelisi" title="Tutorials">✅</a></td>
1776+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/reetbatra"><img src="https://avatars.githubusercontent.com/u/51335174?v=4?s=100" width="100px;" alt="Reet Batra"/><br /><sub><b>Reet Batra</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/issues?q=author%3Areetbatra" title="Bug reports">🐛</a></td>
17741777
</tr>
17751778
</tbody>
17761779
</table>

public/content/developers/docs/scaling/validium/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ Multiple projects provide implementations of Validium and volitions that you can
153153

154154
**Matter Labs zkPorter**- _zkPorter is a Layer 2 scaling protocol tackling data availability with a hybrid approach that combines the ideas of zkRollup and sharding. It can support arbitrarily many shards, each with its own data availability policy._
155155

156-
- [Documentation](https://docs.zksync.io/zkevm/#what-is-zkporter)
156+
- [Blog](https://blog.matter-labs.io/zkporter-a-breakthrough-in-l2-scaling-ed5e48842fbf)
157+
- [Documentation](https://docs.zksync.io/zk-stack/concepts/hyperchains-hyperscaling.html#logical-state-partitions-in-zk-porters)
157158
- [Website](https://zksync.io/)
158159

159160
## Further reading {#further-reading}

public/content/developers/docs/smart-contracts/testing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ Still, you can further increase the possibility of catching contract vulnerabili
238238

239239
Audits are performed by auditors experienced at finding cases of security flaws and poor development practices in smart contracts. An audit will usually include testing (and possibly formal verification) as well as a manual review of the entire codebase.
240240

241-
Conversely, a bug bounty program usually involves involves offering a financial reward to an individual (commonly described as [whitehat hackers](<https://en.wikipedia.org/wiki/White_hat_(computer_security)>)) that discovers a vulnerability in a smart contract and discloses it to developers. Bug bounties are similar to audits since it involves asking others to help find defects in smart contracts.
241+
Conversely, a bug bounty program usually involves offering a financial reward to an individual (commonly described as [whitehat hackers](<https://en.wikipedia.org/wiki/White_hat_(computer_security)>)) that discovers a vulnerability in a smart contract and discloses it to developers. Bug bounties are similar to audits since it involves asking others to help find defects in smart contracts.
242242

243243
The major difference is that bug bounty programs are open to the wider developer/hacker community and attract a broad class of ethical hackers and independent security professionals with unique skills and experience. This may be an advantage over smart contract audits that mainly rely on teams who may possess limited or narrow expertise.
244244

public/content/translations/es/developers/docs/scaling/validium/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Múltiples proyectos proporcionan implementaciones de Validium y voliciones que
153153

154154
**Matter Labs zkPorter:**_zkPorter es un protocolo de escalado de capa 2 que aborda la disponibilidad de datos con un enfoque híbrido que combina las ideas de zkRollup y el sharding. Puede soportar arbitrariamente muchos fragmentos (shards), cada uno con su propia política de disponibilidad de datos. _
155155

156-
- [Documentación](https://docs.zksync.io/zkevm/#what-is-zkporter)
156+
- [Documentación](https://docs.zksync.io/zk-stack/concepts/hyperchains-hyperscaling.html#logical-state-partitions-in-zk-porters)
157157
- [Sitio web](https://zksync.io/)
158158

159159
## Más información {#further-reading}

public/content/translations/fr/developers/docs/scaling/validium/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ De multiples projets fournissent des implémentations de Validium et de volition
153153

154154
**Matter Labs zkPorter**- _zkPorter est un protocole de mise à l'échelle de couche 2 s'attaquant à la disponibilité des données avec une approche hybride qui combine les idées de rollup ZK et de fragmentation. Il peut prendre en charge un nombre arbitraire de fragments, chacun ayant sa propre politique de disponibilité des données._
155155

156-
- [Documentation](https://docs.zksync.io/zkevm/#what-is-zkporter)
156+
- [Documentation](https://docs.zksync.io/zk-stack/concepts/hyperchains-hyperscaling.html#logical-state-partitions-in-zk-porters)
157157
- [Site Web](https://zksync.io/)
158158

159159
## Complément d'information {#further-reading}

public/content/translations/it/developers/docs/scaling/validium/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Diversi progetti forniscono implementazioni di validium e volizioni che puoi int
153153

154154
**Matter Labs zkPorter**- _zkPorter è un protocollo di ridimensionamento del Livello 2 che affronta la disponibilità dei dati con un approccio ibrido che combina le idee dei rollup Zk e dello sharding. Può supportare arbitrariamente molti shard, ognuno con la propria politica di disponibilità dei dati._
155155

156-
- [Documentazione](https://docs.zksync.io/zkevm/#what-is-zkporter)
156+
- [Documentazione](https://docs.zksync.io/zk-stack/concepts/hyperchains-hyperscaling.html#logical-state-partitions-in-zk-porters)
157157
- [Sito web](https://zksync.io/)
158158

159159
## Letture consigliate {#further-reading}

public/content/translations/ja/developers/docs/scaling/validium/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Volitionsは、ゼロ知識ロールアップとバリディアムチェーン
153153

154154
**Matter Labs zkPorter**- _zkPorterは、ゼロ知識ロールアップとシャーディングを結合したハイブリッド型のアプローチによりデータ化要請を追跡する、レイヤー2のスケーリング・プロトコルです。 任意の数のシャードをサポートしており、シャードごとに異なるデータ可用性ポリシーを定めることができます。_
155155

156-
- [ドキュメント](https://docs.zksync.io/zkevm/#what-is-zkporter)
156+
- [ドキュメント](https://docs.zksync.io/zk-stack/concepts/hyperchains-hyperscaling.html#logical-state-partitions-in-zk-porters)
157157
- [ウェブサイト](https://zksync.io/)
158158

159159
## 参考文献 {#further-reading}

public/content/translations/pt-br/developers/docs/scaling/validium/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Vários projetos fornecem implementações de validium e volitions que você pod
153153

154154
**Matter Labs zkPorter**: _zkPorter é um protocolo de dimensionamento de camada 2 que aborda a disponibilidade de dados com uma abordagem híbrida que combina os conceitos de zkRollup e sharding. Pode suportar arbitrariamente muitos shards, cada um com sua própria política de disponibilidade de dados._
155155

156-
- [Documentação](https://docs.zksync.io/zkevm/#what-is-zkporter)
156+
- [Documentação](https://docs.zksync.io/zk-stack/concepts/hyperchains-hyperscaling.html#logical-state-partitions-in-zk-porters)
157157
- [Website](https://zksync.io/)
158158

159159
## Leitura adicional {#further-reading}

public/content/translations/tr/developers/docs/scaling/validium/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Merkeziyetsiz uygulamalarınıza entegre edebileceğiniz Validium ve istemlere i
153153

154154
**Matter Labs zkPorter** - _zkPorter, zkRollup ve parçalama fikirlerini birleştirerek veri kullanılabilirliğini hibrit bir yaklaşımla ele alan bir Katman 2 ölçeklendirme protokolüdür. Her biri kendi veri kullanılabilirliği politikasına sahip, keyfi çok sayıda parçayı destekleyebilir._
155155

156-
- [Belgeler](https://docs.zksync.io/zkevm/#what-is-zkporter)
156+
- [Belgeler](https://docs.zksync.io/zk-stack/concepts/hyperchains-hyperscaling.html#logical-state-partitions-in-zk-porters)
157157
- [Web sitesi](https://zksync.io/)
158158

159159
## Daha fazla okuma {#further-reading}

0 commit comments

Comments
 (0)