找到约 14 条结果

文章 对 ERC-4337 的误解与合理的担忧

...数](https://docs.opengsn.org/#recipient-contract-sees-the-original-sender-and-executes-the-original-transaction)而不是更直观的 `msg.sender` 来获取交易发送者的地址。毋庸置疑,大多数 DApp 没有这样做,因此元交易的兼容性受到严重限制。 然而,AA 没...

文章 DeFi生态圈解构

...们近期的[博客文章](https://medium.com/loopring-protocol/chainlink-and-loopring-collaborate-on-oracles-for-zkrollup-dex-protocol-c1c8094afc27)或观看[AMA视频](https://www.youtube.com/watch?v=eAgKaxLGnq8)。 ### 其他DeFi应用 其他最近比较火的DeFi Dapp包括Set协议(自...

文章 【以太坊源码go-ethereum阅读】sort.go

... // // The go-ethereum library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // The go-ethere...

文章 Sui 中的密码学:钱包规范

...ss = signer.getAddress(); console.log('address', address); // Sign some random data. const signData = new Base64DataBuffer( new TextEncoder().encode('hello world') ); const { signature, pubKey } = await signer.signData(signData) console.log('signature', signature); // Sign a typed data, i.e...

文章 区块链研究指北

....al/CSE138-2020-03/index.html)。 3. 布朗大学的 `CS1951L Blockchains and Cryptocurrencies`。我推荐这个课的原因主要是因为讲这个课的教授 [Maurice Herilhy](https://link.zhihu.com/?target=http%3A//cs.brown.edu/~mph/) 是个非常有意思的老头。一把年纪了还在科...

文章 每周以太坊 2024/10/05

...构建分析](https://ethresear.ch/t/on-solo-staking-local-block-building-and-blobs/20540) * [支持 blob 增加的客户端优化](https://hackmd.io/@jimmygchen/H1EskpDRA), engine\_getBlobsV1 & IDONTWANT, 后续是 PeerDAS & ePBS * Data Always: [增加最小 blob 基础费用的理由](ht...

文章 Web3系列教程之进阶篇---11. The Graph索引协议

... 构建 - 我们将使用你在`Chainlink VRF`教程中创建的名为`RandomWinnerGame`的文件夹。 - 在你的`RandomWinnerGame`文件夹内创建一个abi.json文件(你将需要这个文件来整合你的图)并复制以下[内容](https://github.com/LearnWeb3DAO/Graph/blob/master/abi...

文章 09 Rust中的Vec

...s://github.com/shiyivei/from-principle-to-practice/blob/main/src/principle-and-practice/src/type_system/collection.rs ``` 另外,可以选择clone本仓库代码,使用`cargo doc --open`阅读,体验更佳 ``` git clone git@github.com:shiyivei/from-principle-to-practice.git ``` ``` cd...

问题 请问大家,搭建solana的rpc节点,可以通过连接另一个rpc节点同步区块吗?还是必须连接一个验证者节点才行?

...pl-token-owner \ --enable-rpc-transaction-history \ --enable-cpi-and-log-storage \ --init-complete-file /root/init-completed \ --log /root/solana-rpc.log 如果只连rpc可行的话,具体agave-validator命令需要如何配置呢

文章 公告:sec3 X-Ray安全扫描器正式发布

...ecurity/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository) 许可证。 配置步骤有两步: 1. 设置代码扫描(遵循 [GitHub 的文档](https://docs.github.com/en/enterprise-server@3.4/code-security/code-scanning/...

文章 Move中的设计模式(1)——Capability

...le publish. /// Here we create only one instance of `OwnerCapability` and send it to the publisher. fun init(ctx: &mut TxContext) { transfer::transfer(OwnerCapability { id: object::new(ctx) }, tx_context::sender(ctx)) } /// The entry function can ...

文章 zk-SNARK 系列 - #2 证明多项式的知识

>- 原文链接:https://medium.com/@imolfar/why-and-how-zk-snark-works-2-proving-knowledge-of-a-polynomial-f817760e2805 >- 译者:[AI翻译官](https://learnblockchain.cn/people/19584),校对:[翻译小组](https://learnblockchain.cn/people/412) >- 本文永久链接:[learnblockchain.cn/...

文章 认识SAFG:DeFi的参与式投资和协议开发新框架

...o-colab/meet-the-safg-defis-emergent-framework-for-participatory-investing-and-protocol-development-62286a576fb5](https://medium.com/ideo-colab/meet-the-safg-defis-emergent-framework-for-participatory-investing-and-protocol-development-62286a576fb5) 作者:Gavin 译者:李意 校对:Shirley...

文章 以太坊 - 简单序列化(SSZ)

...型](#composite-types) - [可变大小和固定大小](#variable-size-and-fixed-size) - [字节](#byte) - [别名](#aliases) - [默认值](#default-values) - [`is_zero`](#is_zero) - [非法类型](#illegal-types) - [序列化](#serialization) - [`uintN`](#uintn) - [`boolea...