找到约 12 条结果

文章 BlockThreat 周报 - 2025年第30周

...torm 审判](https://protos.com/roman-storm-trial-rocked-by-tracing-errors-and-mistrial-calls/)**。 - **[Hacken 2025 年上半年 Web3 安全报告](https://hacken.ghost.io/content/files/2025/07/hacken-2025-h1-web3-security-report.pdf)**。 - **[消失的很快:洗钱时机报告 - 2025 年...

文章 闪电网络中的洋葱路由:Sphinx 包裹的构造

.../www.btcstudy.org/2024/04/29/lightning-network-onion-routing-sphinx-packet-construction) , 如有侵权请联系管理员删除。

文章 智能合约审计员作品集

...范围](https://solodit.xyz/issues/attacker-can-drain-protocol-tokens-by-sandwich-attacking-owner-call-to-setpositionwidth-and-unpause-to-force-redeployment-of-beefys-liquidity-into-an-unfavorable-range-cyfrin-none-cyfrin-beefy-finance-markdown) - [Polygon 链重组将改变盲盒等级,验证者...

文章 EIP-3074 简介

...接,留下你的反馈:[https://ethereum-magicians.org/t/eip-3074-auth-and-authcall-opcodes/4880/49](https://ethereum-magicians.org/t/eip-3074-auth-and-authcall-opcodes/4880/49)。 最后,如果你对我们的工作感兴趣,我们的团队正在火热招聘中。我们致力于对以太...

文章 如果量子计算时代到来,我们的比特币安全吗?

...le superconducting processor." Nature 574,no. 7779 (2019): 505-510.* *[2] Andreas M. Antonopoulos答疑量子计算问题: www.youtube.com/watch?v=eo7mwcsUbdo;www.youtube.com/watch?v=wlzJyp3Qm7s* *[3] Gentry, Craig. "Fully homomorphic encryption using ideallattices." In Stoc, vol. 9, no. 2009,...

文章 使用 Halmos 进行现代不变性测试

...可以在这里找到:[https://github.com/0xkarmacoma/halmos-invariants-sandbox](https://github.com/0xkarmacoma/halmos-invariants-sandbox) ## 支持完整的 Vat 合约,手动编写的方法 ### 使用 svm.createCalldata(address) Halmos 现在支持一些方便的 cheatcode (请参见 [a16z/h...

文章 SUI Move开发必知必会——使用SUI DeepBook构建DEX-1:入门篇

...,欢迎大家指正。 参考资料: - https://docs.sui.io/standards/deepbook - https://github.com/MystenLabs/sui/tree/main/crates/sui-framework/packages/deepbook - https://dacade.org/zh/communities/sui/challenges/19885730-fb83-477a-b95b-4ab265b61438/learning-modules/fc2e67a1-520...

文章 Walrus 一个去中心化存储与数据可用性协议

...本文翻译来自官网 [Announcing Walrus: A Decentralized Storage and Data Availability Protocol](https://docs.walrus.site/blog/01\_announcing_walrus.html#announcing-walrus-a-decentralized-storage-and-data-availability-protocol)

文章 EIP-7702:步骤、存储安全与链上钱包的未来

.../07/16/22808857_image.jpg) [https://mapleblock.capital/blog/may-2024-eips-and-the-state-of-the-ethereum-ecosystem/](https://mapleblock.capital/blog/may-2024-eips-and-the-state-of-the-ethereum-ecosystem/) 这里有一个通过 EIP-7702 进行 EOA 授权的快速摘要:[https://learnblockchain.cn/...

文章 Solana Anchor 发布了新版本 0.30

....0", "description": "Created with Anchor" } } ``` ## Accounts and events as type 帐户和事件类型信息过去分别存储在它们自己的属性、帐户和事件中。这产生了一个问题,在某些情况下找不到类型,因为类型字段中不存在类型定义。 ...

文章 The Graph监听合约事件:从部署到查询

...@latest npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. npm warn deprecated rimraf@2.7.1: Rimraf versio...

文章 构建基于区块链的葡萄酒市场:技术之旅

... public onlyOwner { require(tokenIds.length == uris.length, "Token IDs and URIs length mismatch"); for (uint256 i = 0; i < tokenIds.length; i++) { safeMint(to, tokenIds[i], uris[i]); } } ``` ### _管理所有权和 tokenURI_ 此代码启用 NFT 所有权的转移,同时更...