找到约 14 条结果

文章 NFT对数字艺术世界的影响

...艺术领域的变革者](https://blockapps.net/blog/revolutionizing-art-and-media-with-nfts/),为艺术家提供了新的机会,使其创作盈利,并为其数字作品建立出处。 NFT 的兴起为数字艺术家开辟了一个新的可能性领域。传统上,由于数字艺术易于...

问题 ERC20父类 Context里面的_msgSender()与msg.sender,我在非GSN合约里使用msg.sender测试全部通过,全部替换成_msgSender()有部分测试报错

...t other exception was thrown: Error: Transaction reverted without a reason and without a valid sourcemap provided by the compiler. Some line numbers may be off. We strongly recommend upgrading solc and always using revert reasons. 我定位到了错误代码 //涉及到的存储变量 mapping(a...

文章 使用 Deptective 调查你的依赖项

...You're signed out Videos you watch may be added to the TV's watch history and influence TV recommendations. To avoid this, cancel and sign in to YouTube on your computer. CancelConfirm Share Include playlist An error occurred while retrieving sharing information. Please try again later. [Watch...

文章 Ethereum2.0 共识协议Gasper分析

本文是对论文Combining GHOST and [Casper](https://learnblockchain.cn/article/1294)的解读。 并不是逐字的翻译,而是对每个章节内容的解释和一些思考。 本文分为3部分WHAT、WHY、PRACTICE, 大致对应论文的结构,分别讲Gasper协议的内容、协议有效...

文章 Etherspot 周报:Avail 收购 Arcana、以太坊用户体验路线图、以太坊链上交易量创四年新高 ...

...消息: · [以太坊的 UX 路线图:Intents, Trustless Cross-L2, and Interop ERCs](#07bd) · [Avail 收购 Arcana 以加速多链可扩展性](#0b78) · [以太坊的链上交易量创四年新高](#4d5f) · [账户和链抽象:从炒作到真正的产品价值](#2155) ### ...

文章 探索零知识证明系列2 - 从「模拟」理解零知识证明

...知识」与「证明」. 安比实验室. 2019. + [2] Shafi Goldwasser and Silvio Micali, Probabilistic Encryption, Special issue of Journal of Computer and Systems Sciences, Vol. 28, No. 2, pages 270-299, April 1984. + [3]Quisquater, J.J., Quisquater, M., Quisquater, M., Quisquater, M., Guillou,...

文章 图解Sui Move标准库——代币核心三件套(balance、coin、pay)

... TxContext` | 创建新的货币类型 | | | `mint_and_transfer` | `c: &mut TreasuryCap, amount: u64, recipient: address, ctx: &mut TxContext` | 铸造币并转移给接收者 | | **元数据操作** | `update_name` | `_treasury...

文章 PeerDAS前后Blob的Gossip和验证机制

... | 链接 | | --- | --- | | Davide 关于 Taiko 排序的文章 | [Understanding Based Rollups & Total Anarchy – ethresear.ch](https://ethresear.ch/t/understanding-based-rollups-pga-challenges-total-anarchy-and-potential-solutions/21320) | | Pop、Nishant、Chirag 关于改进 CL **gossip** 的文...

文章 椭圆曲线与离散对数问题

...tcoin》代码库的链接。 C++ 中的实现包含在《Pro Cryptography and Cryptanalysis》的第 9 章中。 2. 如果上面的资源太详尽,你可以查看我的 [存储库](https://github.com/enigbe/pbjs)。它占用的空间要小得多,并且包含与从《Programming Bitcoin》学习...

文章 Go 开发必备:解锁 Viper 配置管理的正确姿势

...or.net/#the_twelve_factors). It is designed to work within an application, and can handle all types of configuration needs and formats. It supports: - setting defaults - reading from JSON, TOML, YAML, HCL, envfile and Java properties config files - live watching and re-reading of config files (...

文章 Gelato 与 Connext 合作,为 L2 链带来模块化互操作性

...安全的智能合约钱包相结合。 ``` Subscribe to our newsletter and turn on your [Twitter](https://twitter.com/gelatonetwork) notifications to get the most recent updates about the Gelato ecosystem! If you are interested in being part of the Gelato team and building the future of the Intern...

文章 利用区块链代币化革新商品交易

... - **基于数据的资产**:个人数据、发票和工资 根据[Algorand Foundation](https://www.algorand.foundation/news/what-are-real-world-assets-rwas)的说法,通过在区块链上**代币化**这些资产,投资者可以获得以前流动性不足且难以进入的市场,同时受...

文章 Rust每日一题(11)---数据结构-链表--middle-of-the-linked-list

... let mut res = head; while count > 0 { res = res.and_then(|x|{x.next}); count -= 1; } res } } ``` 2. 继续思考如何减小遍历的次数,可以采用一个快指针一次遍历时跳过两个元素,另一个慢指针一次遍...

文章 每周以太坊进展 2023/9/23

...5pmPXFQ/SJ0nuzD1T) * [指南:将预编译添加到 Revm](https://alessandromazza.notion.site/P256VERIFY-Precompile-in-Revm-ca2f782a91214b7d99f130cba8ceaed5)(和 Reth),示例添加P256VERIFY * 由于潜在的优势,[集成 MEV-Boost 构建者](https://twitter.com/MaxResnick1/status/17...