找到约 9 条结果

文章 LazyTower: An O(1) Replacement for Incremental Merkle Trees

...不用儲存 array of roots. 比方說, 我們可以採用 Merkle-Damgård construction, 搭配一個 ZK-friendly 的 hash function (如Poseidon hash): ``` digest([a]) = a digest([a, b]) = H(a, b) digest([a, b, c]) = H(H(a, b), c) digest([a, b, c, d]) = H(H(H(a, b), c), d) digest([a, b, c, d...

招聘 Lead DevOps Engineer(全职远程,全英文工作环境,项目名称InvArch,波卡生态的项目)

...vOps Engineer for InvArch, you will be tasked with deploying, maintaining, and monitoring services, databases, or API endpoints related to the InvArch Parachain & its nodes, and be responsible for ensuring a smooth development & workflow environment. InvArch uses ZenHub (integrated directly with Git...

文章 区块链安全漏洞案例研究及经验教训

...e](https://blockapps.net/blog/case-studies-of-blockchain-security-breaches-and-lessons-learned/#) ## 区块链安全漏洞:从重大事件中吸取的教训 区块链技术彻底改变了我们存储和转移价值的方式,但其迅速普及也暴露了恶意行为者可以利用的漏洞。...

招聘 【全职远程】年薪$100k-150k/Zero-Knowledge Circuit Engineer/科技公司

# 公司简介 一站式的GameFi数据平台,已经获得Animoca Brands, Dragonfly等众多一线基金的投资。 **我们同时也在招聘:** [后端开发](https://eleduck.com/posts/rdfgoz)和[Zero-Knowledge Protocol Engineer](https://eleduck.com/posts/gYfQxv) We are looking for a...

文章 拥塞控制和EIP1559

...少的纳入保证。[1](https://barnabe.substack.com/p/congestion-control-and-eip1559#footnote-1-32554815) 通过 eip1559,引入了一个 _basefee_ 来动态定价系统所承受的 _拥塞_,为每个区块设置一个最低入场费用,在大多数情况下,这也是“正确”的费用...

文章 Combining GHOST and Casper以太坊2.0共识机制Gasper:part 1

...这该如何解决呢? 在2020年5月修改版的《[Combining GHOST and Casper](https://arxiv.org/pdf/2003.03052.pdf)》一文中,V神的团队给出了详细的答案及解释。 # 设计目标 Eth2.0的共识算法设计目标就是让PoS就有**一定的安全性和可用性**(certa...

文章 通证化及其对商业的影响

目录 [Toggle](https://blockapps.net/blog/tokenization-and-its-impact-on-commerce/#) ## Web3 和 Tokenization 的崛起 互联网正处于**重大**变革的风口浪尖,我们正从中心化的 Web2 模型转向去中心化的 Web3 生态系统。 这种转变是由区块链技术的兴起和...

文章 理解比特币 Miniscript(三):解析与分析

> _作者:benma_ > > _来源: [https://shiftcrypto.ch/blog/understanding-bitcoin-miniscript-part-3/](https://shiftcrypto.ch/blog/understanding-bitcoin-miniscript-part-3/)_ > > _本文为 “理解比特币脚本” 系列的第三篇。前篇见 [此处](https://learnblockchain.cn/article/18041/...

文章 零知识证明学习资料汇总

...nowledgeprotocolstoyourchildren * **「推荐文章三」[Cryptographic and Physical Zero-Knowledge Proof Systems for Solutions of Sudoku Puzzles](http://www.wisdom.weizmann.ac.il/~naor/PAPERS/sudoku.pdf)** 推荐值:❤️❤️❤️ 难度值:⭐️⭐️⭐️ 如何在...