区块链安全
以太坊源码解析:trie上篇
本篇文章分析的源码地址为:https://github.com/ethereum/go-ethereum 分支:master commit id: 257bfff316e4efb8952fbeb67c91f86af579cb0a 引言 trie(Merkl...
以太坊源码解析:accounts
本篇文章分析的源码地址为:https://github.com/ethereum/go-ethereum 分支:master commit id: 257bfff316e4efb8952fbeb67c91f86af579cb0a 引言 以太坊中,...
以太坊源码解析:共识算法之clique
本篇文章分析的源码地址为:https://github.com/ethereum/go-ethereum 分支:master commit id: 257bfff316e4efb8952fbeb67c91f86af579cb0a 引言 共识算法是...
[论文分享]Evaluation of Real-world Attacks and Defenses in Ethereum
An Ever-evolving Game: Evaluation of Real-world Attacks and Defenses in Ethereum Ecosystem本篇文章发表于 USENIX Sec '20。第一作者为复旦大学的Shunfa...
以太坊源码解析:共识算法之ethash(理论介绍篇)
本篇文章分析的源码地址为:https://github.com/ethereum/go-ethereum 分支:master commit id: 257bfff316e4efb8952fbeb67c91f86af579cb0a 引言 目前以太坊...
以太坊源码解析:共识算法之ethash(源码篇)
本篇文章分析的源码地址为:https://github.com/ethereum/go-ethereum 分支:master commit id: 257bfff316e4efb8952fbeb67c91f86af579cb0a 引言 在ethash的...
MistTrack 案例一 | TornadoCash 提款分析
By: Zero本系列为 MistTrack 追踪分析案例分享。概览某项目被黑,被盗资金被黑客全部转移到 TornadoCash,项目方找到 MistTrack (https://misttrack.io/)&nbs...
以太坊源码解析:miner
本篇文章分析的源码地址为:https://github.com/ethereum/go-ethereum 分支:master commit id: 257bfff316e4efb8952fbeb67c91f86af579cb0a 引言 所有的区块...
How The Merge Impacts Ethereum’s Application Layer
Ethereum's transition to proof of stake -- The Merge -- is near: devnets are being stood up, specifications are being finalized and community outre...
智能合约的经典漏洞
转载请标明出处: geth-analyze 以下总结的常见漏洞基本涵盖一般的漏洞类型,部分内容可能过于细致,或许有更加合理的分类方法。不过,应该能给大家提供一定的...