找到约 13 条结果

文章 Phala:透明且私密的全球计算云

... [无信任计算云](https://medium.com/phala-network/phala-transparent-and-private-global-computation-cloud-2d80c70ad1e9) 创建了基础设施。 作为 [Polkadot](https://polkadot.network/technology/) 跨链生态系统的成员平行链,Phala 将能够 **为其他区块链应用提供计算...

文章 Keccak 加速芯片及 Valida zkVM 基准测试

...ion/blog/kec...](https://www.lita.foundation/blog/keccak-acceleration-chip-and-benchmarks) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 Nethermind 的 IL-EVM 的操作码实现、测试、代码分析和统计

...five/blob/main/projects/opcode-implementations-test-coverage-code-analysis-and-stats-il-evm-nethermind.md) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 密码学 - 二叉Merkle树

... - 对于任何级别 `l` 且节点数为 `n(l)`,如果 `n(l) % 2 == 1 and n(l) > 1`, 则级别 `l-1` 中的最后一个节点是一个中间节点,其中包含 `l` 中最后一个节点的哈希两次。 **示例** _图 2_ 显示了项目 `[L0, L1, L2, L3, L4]` 的规范构造。 ``` ...

文章 去中心化基础设施如何实现 dApp 价值捕获

...MM) ](https://blog.chain.link/challenges-in-defi-how-to-bring-more-capital-and-less-risk-to-automated-market-maker-dexs/)模式在链上为资产兑换提供了流动性。用户在流动性池中质押其资产,交易者和其他 dApp 可以利用这些资产进行即时swap,并向流动性提...

文章 从第一原理理解 rollup 经济学

来源 | [barnabe.substack.com](https://barnabe.substack.com/p/understanding-rollup-economics-from?utm_source=url#footnote-anchor-1) > ### 以 L1 经济为基础对资源进行定价 Rollup 是一种令人惊叹的原语。Rollup [将成为以太坊未来扩容的首选方案](https://barnabe....

文章 以太坊核心开发者执行会议第184次会议记录

...%20of%20two%20retroactive%20EIPs%20in%20Prague%2FElectra%2C%20EIP%207610%20and%207523.%20) - [Email](mailto:email@email.com?Subject=Read:%20Ethereum%20All%20Core%20Developers%20Execution%20Call%20%23184%20Writeup&body=Ethereum%20All%20Core%20Developers%20Execution%20Call%20%23184%20Writeup%0D%0AThi...

文章 验证优先的智能合约钱包 - 魔法师 / 原始汤

...UTH 和 AUTHCALL 操作码](https://ethereum-magicians.org/t/eip-3074-auth-and-authcall-opcodes/4880/90) - [一个更简单的 EIP 3074 替代方案的案例](https://learnblockchain.cn/article/14745/40) - [上海候选:EIP-3074](https://ethereum-magicians.org/t/shanghai-candidate-eip-3074/10781) ...

文章 WazirX Hacking Incident Analysis By Cobo Security Team

... - [WazirX博客](https://wazirx.com/blog/wazirx-cyber-attack-key-insights-and-learnings/) - [Liminal Custody博客](https://www.liminalcustody.com/blog/update-on-wazirx-incident/) ### 2.1 多签钱包配置与攻击过程 根据双方披露的信息,WazirX 使用 Safe (前称 Gnosis Safe)  ...

文章 区块链中的数学-secp256k1 签名可锻性以及解决方案

...e s value from s to secp256k1n - s, flip the v value (27 -> 28, 28 -> 27), and the resulting signature would still be valid. 这样貌似也没什么问题?但是在比特币早期版本(隔离见证之前)中会有一个小问题:交易ID可能发生变化。 ### 可锻性有什么影...

文章 ERC4337 EntryPoint v0.7.0:账户抽象的新纪元

...确保更安全且具有成本效益的交易。 ### 处理操作:`handleOps` `handleOps` 函数是 Entrypoint 运行的核心,用于处理 `UserOperation` 结构体的数组。此函数说明了 Entrypoint 如何处理交易、管理 gas 费用以及与智能合约钱包和 paymaster 交...

文章 使用4everland免费部署静态网页

...,这里我推荐一款免费的WEB3部署静态网页的工具,4EVERLAND是一个Web3.0云计算平台,可帮助开发者基于 IPFS 快速创建、发布以及管理 DWeb。同时,4EVERLAND 计划为所有 DWeb 提供持久化托管及全球加速服务,还将为所有开发者提供 40G ...

文章 optimism fault-proof背后的机制(五):op-challenger

...ubscription is returned, // but is only used to create the subscription, and does not affect the returned subscription. return func(ctx context.Context, err error) (event.Subscription, error) { if err != nil { m.logger.Warn("resubscribing after failed L1 subscription", "err", err) } ...