找到约 15 条结果

文章 让SVM再次伟大

...tricia Trie (MPT)](https://ethereum.org/en/developers/docs/data-structures-and-encoding/patricia-merkle-trie/),这是为了优化Solana的账户模型,采用[Erigon](https://github.com/erigontech/erigon)\*的方法,使状态证明的生成和存储可以进行验证。此外,SOON还实施了...

文章 加密原生 AI 代理框架之战

...,他是 [BabyAGI](https://autogpt.net/babyagi-complete-guide-what-it-is-and-how-does-it-work/) 的创始人,旨在帮助开发者创建模块化和自主的数字助理。Yohei 起初构建了一个独立代理,然后将其扩展为一个通用框架。 5. [ZerePy](https://github.com/blorm-...

文章 Solana停机的完整历史:原因与解决方案

...进](https://github.com/solana-labs/solana/releases/tag/v1.8.14)。 ## Candy Machine垃圾交易:2022年4月/5月 **停机时间:**八小时 **根本问题:**机器人账户导致的交易垃圾 **修复:** - Candy Machine程序上的机器人税 - Solana v1.10中的内存改...

文章 有限域上的椭圆曲线

...rt (xp**3 + 3) % p == (yp ** 2) % p, "p不在曲线上" if xq == xp and yq == yp: return double(xq, yq, a, p) elif xq == xp: return None, None lambd = ((yq - yp) * pow((xq - xp), -1, p) ) % p xr = (lambd**2 - xp - xq) % p yr = (lambd*(xp - xr) - yp) % p...

文章 手把手带你构建Sui零信任交换DApp前端 @SUI Move开发必知必会

...xchange, the escrowed item will be transferred to you and your locked item will be transferred to the sender. acceptEscrowMutation({ escrow, lock...

文章 以太坊 - 乐观桥

...信息和隐私](https://help.twitter.com/en/twitter-for-websites-ads-info-and-privacy) [114](https://twitter.com/intent/like?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1508844826359332868%7Ctwgr%5Ec39582278880098f3ee6d85ca6ccd80f22e57c5f%7Ctwcon%5Es1_&ref_url=https%3A%2F%2Fcdn.embedly.co...

文章 EIP-4337 - 以太坊账户抽象审计 - OpenZeppelin博客

...报告中,我们将每个问题标记为`[core]`、`[sample]`或`[core and sample]`以更好地阐明其影响。 _**更新**:应用本报告中指出的修复后的最终代码库可在提交 [a2f4b7be4d9996095e08d7102bacc9f13ea99ff6](https://github.com/eth-infinitism/account-abstraction/tree/...

文章 【转】《精通以太坊》预言机

...on EthUsdPriceTicker() payable { // signals TLSN proof generation and storage on IPFS oraclize_setProof(proofType_TLSNotary | proofStorage_IPFS); // requests query queryTicker(); } function __callback(bytes32 _queryId, string _result, bytes _proof) p...

文章 ZK技术对决:以太坊的ZK Rollups vs. Solana的ZK压缩

...,](https://www.coinlive.com/news/comparison-of-zk-technology-on-ethereum-and-solana) 比特币每秒处理约 7 笔交易,而以太坊每秒处理约 15 笔交易。相比之下,Visa 平均每秒处理约 1,700 笔交易。如果没有扩展解决方案,区块链无法与传统的金融系...

文章 以太坊智能合约安全开发建议

...个数字,发布其hash值,并在之后揭示hash对应的数字)和[RANDAO](http://github.com/randao/randao)。由于以太坊是一个确定性的系统,因此系统中任何变量都不能用作不可预测的随机数。还需要注意的是,矿工在一定程度上控制着`block.blockh...

文章 在Solana上使用Elusiv和Light的隐私保护

...log/privacy-...](https://www.helius.dev/blog/privacy-on-solana-with-elusiv-and-light) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 加密钱包安全

...户的凭据、助记词或私钥(请参阅 [Pegasus、远程 iOS 和 Android 间谍软件](https://en.wikipedia.org/wiki/Pegasus_\(spyware\)))。 [OWASP MASVS L2](https://github.com/OWASP/owasp-masvs/blob/master/Document/0x03-Using_the_MASVS.md#masvs-r-resiliency-against-reverse-engineering...

文章 不讲技术的比特币概述

...,《 [货币的主人和奴隶](https://breedlove22.medium.com/masters-and-slaves-of-money-255ecc93404f)》。 比特币之所以重要,还有很多其它的原因,但这个是最重要的。有些人(包括我自己)预见到了,一个用自由市场货币取代央行的世界,是一...

文章 DePIN:虚假的希望还是真实的曙光?

...5G:** 2023 年全球 5G 市场规模为 [843.1 亿](https://www.grandviewresearch.com/industry-analysis/5g-services-market)美元。向 5G 的过渡需要更多的蜂窝基站,而 web2 垄断企业获得了可观的利润空间。DePIN 5G 项目,如 [Helium](https://www.helium.com/),...

文章 合并挖矿的前沿

...性。这些都是那些 ‘骗局币’ 不具有的。 > > —— _DeathAndTaxes,_ [https://bitcointalk.org/index.php?topic=47898.0](https://bitcointalk.org/index.php?topic=47898.0) 不与比特币竞争,是域名币不会被比特币矿工和比特币社区攻击的主要原因。反面教材...