<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Ethereum on Wong&#39;s Blog</title>
    <link>https://blog.wssh.dev/tags/ethereum/</link>
    <description>Recent content in Ethereum on Wong&#39;s Blog</description>
    <generator>Hugo -- 0.146.6</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 17 Mar 2024 22:47:33 +0000</lastBuildDate>
    <atom:link href="https://blog.wssh.dev/tags/ethereum/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>以太坊节点快速部署指南</title>
      <link>https://blog.wssh.dev/posts/ethereum-node/</link>
      <pubDate>Sun, 17 Mar 2024 22:47:33 +0000</pubDate>
      <guid>https://blog.wssh.dev/posts/ethereum-node/</guid>
      <description>&lt;h2 id=&#34;概述&#34;&gt;概述&lt;/h2&gt;
&lt;p&gt;作为以太坊开发者，拥有自己的以太坊节点是一个常规操作。而且大量的以太坊项目也依赖于以太坊节点，本文将向读者介绍如何最快的部署以太坊的完整节点，包括执行层节点与共识层节点。我选择使用 &lt;a href=&#34;https://github.com/paradigmxyz/reth&#34;&gt;Reth&lt;/a&gt; 作为执行层节点，选择使用 &lt;a href=&#34;https://github.com/sigp/lighthouse&#34;&gt;Lighthouse&lt;/a&gt; 作为共识层节点。&lt;/p&gt;</description>
    </item>
    <item>
      <title>以太坊机制详解:交易与交易池</title>
      <link>https://blog.wssh.dev/posts/ethereum-transcation/</link>
      <pubDate>Fri, 14 Oct 2022 23:47:33 +0000</pubDate>
      <guid>https://blog.wssh.dev/posts/ethereum-transcation/</guid>
      <description>&lt;h2 id=&#34;概述&#34;&gt;概述&lt;/h2&gt;
&lt;p&gt;我们在上一篇&lt;a href=&#34;https://blog.wssh.dev/posts/ethereum-gas/&#34;&gt;以太坊机制详解:Gas Price计算&lt;/a&gt;文章内介绍了以太坊中交易的具体&lt;code&gt;gas&lt;/code&gt;计算相关规则。本篇文章将在此基础上介绍以下内容:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;客户端如何构建一笔交易&lt;/li&gt;
&lt;li&gt;服务端如何处理交易并进行打包&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;本文以一笔交易的生命周期为主线安排全文，从交易池初始化、交易构造到交易执行，尽可能为读者全景展示以太坊中的交易所涉及的方方面面。&lt;/p&gt;</description>
    </item>
    <item>
      <title>以太坊执行层P2P网络架构与设计:Discv5</title>
      <link>https://blog.wssh.dev/posts/ethereum-p2p-discv5/</link>
      <pubDate>Sun, 11 Sep 2022 11:47:33 +0000</pubDate>
      <guid>https://blog.wssh.dev/posts/ethereum-p2p-discv5/</guid>
      <description>&lt;h2 id=&#34;概述&#34;&gt;概述&lt;/h2&gt;
&lt;p&gt;关于以太坊的&lt;code&gt;P2P&lt;/code&gt;网络问题，目前的资料较为零散，本文尝试结合具体的&lt;code&gt;go-ethereum&lt;/code&gt;源代码，尽可能为读者完整介绍以太坊所使用的&lt;code&gt;ÐΞVp2p&lt;/code&gt;(&lt;code&gt;devp2p&lt;/code&gt;)网络架构和运转流程。&lt;/p&gt;</description>
    </item>
    <item>
      <title>以太坊机制详解:Gas Price计算</title>
      <link>https://blog.wssh.dev/posts/ethereum-gas/</link>
      <pubDate>Wed, 24 Aug 2022 15:47:33 +0000</pubDate>
      <guid>https://blog.wssh.dev/posts/ethereum-gas/</guid>
      <description>&lt;h2 id=&#34;概述&#34;&gt;概述&lt;/h2&gt;
&lt;p&gt;在以太坊London升级后，以太坊启用了&lt;code&gt;EIP1559&lt;/code&gt;进行&lt;code&gt;gas&lt;/code&gt;计算。由于&lt;code&gt;EIP1559&lt;/code&gt;引入的新的&lt;code&gt;gas&lt;/code&gt;机制较为复杂，所以我写了此文介绍了以太坊的&lt;code&gt;gas&lt;/code&gt;机制。&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
