找到约 11 条结果

文章 嗨,机器人! 把你的钱都给我...

...非常奇妙。 ![帖子的图片](https://img.learnblockchain.cn/pics/20210122231931.png) 不看版:曾经在Uniswap上交易过的机器人,可以申领到 400UNI。 但他们需要小心! 如果机器人没有得到适当的保护,就会遭到抢劫。 这是一个讲述被黑客利...

文章 以太坊核心开发者会议 #84

**会议:** 以太坊核心开发者会议 #84 **会议日期:** 2020年4月3日,星期五 **会议时长:** 1.5小时 **会议视频链接:** https://www.youtube.com/watch?v=JqxVvJBhTxo **会议日程:** 1. EIP 回顾 * EIP-1962 and EIP-2537 * EIP-2515 – 难度...

文章 用 Rust 开发 Solana:解锁 Web3 交易费用计算

...run Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.20s Running `target/debug/solfeecalc` Transaction estimated to consumed 31276 compute units Transaction signatures length: 1 Transaction is estimated to cost 5000 lamports Transaction Signature: EZUcNbzKmwp7UkVUETmo...

文章 使用hardhat 开发以太坊智能合约-发布合约

...本文件说明 ![image.png](https://img.learnblockchain.cn/attachments/2022/10/Jaiae2hI63564b5e79192.png) 在工程项目scripts中,我们可以找到一个名为deploy.js,这个文件就是我们部署合约使用的脚本文件 ```js const hre = require("hardhat"); async functio...

文章 Mantle OP-Geth 审计

...项注释](#代码中的待办事项注释) - [不必要的对 SponsorPercent 的双重检查](#不必要的对-sponsorpercent-的双重检查) - [文件命名不一致](#文件命名不一致) - [结论](#结论) ## 总结 TypeLayer 2Timeline 从 2024-02-09 到 2024-02-29 语言 Go 总问题 ...

文章 调查比特币上各种脚本及签名方案,以及相关项目使用情况

...ECDSA实现↗](https://github.com/bitcoin/bitcoin/blob/0cbdc6b3802d10be7772006801b1dfe8a9eaaa83/src/secp256k1/src/ecdsa_impl.h#L266-L302)和[比特币的Schnorr实现↗](https://github.com/bitcoin/bitcoin/blob/0cbdc6b3802d10be7772006801b1dfe8a9eaaa83/src/secp256k1/src/modules/schnorrsig/main_impl....

文章 深度分析 Jito 在 Solana 的作用

![](https://img.learnblockchain.cn/2025/04/19/1fcc3c4a-5ef9-4172-b527-2aa81ccd8c16_1920x1080.png) ## 概要 在过去的两年里,Jito Tips 已经从 MEV 提取的小众工具演变为 Solana 上交易优先级排序的主要机制。如今,它们占据了网络上大部分的非基础费...

文章 以太坊 2.0 会议摘要 #38

**会议**:以太坊2.0会议第38期 **会议日期**: 2020年4月23日,星期四 **会议时长**:1小时 **会议视频链接**: https://youtu.be/avRcGzfjeIw **会议日程**: 1.测试和版本更新 2.客户端更新 3.测试网更新 4.研究更新 5.网络...

文章 一文了解Linea主网

...视野。 ![image.png](https://img.learnblockchain.cn/attachments/2024/02/s1P8aDvK65dd9c68862ae.png) ## 什么是 Linea Linea 是 ConsenSys 开发的第一个 ZK Roll-up 项目,Linea 是一个完全等效的 EVM 二层网络,可以完美的达成高容量、拓展性和低 Gas 费...

文章 一种基于区块链的泛用型数据隐私保护的安全多方计算协议

...音**2** **1**(华东师范大学计算机科学与技术学院 上海 200062)**2**(上海对外经贸大学人工智能与变革管理研究院 上海 200336)**3**(华东师范大学数据科学与工程学院 上海 200062)(lsttoy@163.com) **摘 要** 近年来,如何合理有效地在区...

文章 如何升级Truffle到v5.0.0使用Solidity v0.5.0新特性?

...log of this run can be found in: npm ERR! /home/duncanwang/.npm/_logs/2018-12-20T05_33_47_253Z-debug.log Keccak bindings compilation fail. Pure JS implementation will be used. + truffle@5.0.0 added 89 packages from 305 contributors in 22.714s ``` 查看版本,发现已经切换为V5....