Dsorken
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee
    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Versions and GitHub Sync Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee
  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       owned this note    owned this note      
    Published Linked with GitHub
    Subscribed
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    Subscribe
    # Week 2 ## Recap This week I spent a lot of my time delving deeper into Ethereum state scalability solutions. After finishing the EPF study group video and reading content to ensure I had a proper understanding of the whole of Ethereum at a high level I began my specific research. Coming from last week I had an interest in the concept of history expiry and how it could drastically help with storage scalability problems on Ethereum. I went fairly deep into how the concept would work in practice and the potential problems that might arise when implementing it. Additionally I looked into potential EL clients that I would be interested in working on in conjunction with my backround in programming. I also looked into the Portal Network and what it aimed to achieve. From there I decided that the Portal Network would better achieve what I would like to see in Ethereum, which is both a storage scalable solution and a more user friendly experience through light clients. After some research I determined that I would like to build a Portal Network client for Besu as it is completely set up for a smooth transition into being able to accomadate such an upgrade. ## Learning This week I watched a fair amount of presentations and talks on more specific parts of both History Expiry and the Portal Network. I also read various articles and documents to get a deeper understanding as to how both concepts would function in practice. Outside of learning and expanding on these concepts I spent a lot of time learning the Besu client and its various architecture. ### Concepts #### History Expiry When starting to really dive deep into the idea of history expiry I encountered a few road blocks that would make the implementation fairly difficult and/or impractical. The first issue is that although it would be a really benificial change the implementation would require a huge structural change in how clients handle their data. This in certain implementations could mean that the protocol would have to be modified in order to accomodate these changes. Additionally, although it would reduce the barrier to entry, it would also increase network reliance on archive nodes which may be an unwanted trade-off. More importantly, there are better solutions that achieve more net benefits, such as the Portal Network or State Expiry. The main takeaway that I got from history expiry as a whole is that although it is useful, there are potentially better ways to achieve the same goal. ##### Resources 1. https://www.blocknative.com/blog/ethereum-roadmap-guide 2. https://notes.ethereum.org/@vbuterin/state_expiry_eip?source=post_page 3. https://inevitableeth.com/home/ethereum/upgrades/statelessness/state-expiry #### Portal Network After learning more about the Portal Network when researching history expiry I found the idea to be conceptually more appealing. Primarily because with enough Portal Network nodes on running, they would achieve the same storage benefits as a regular EL client with history expiry. Furthermore the Portal Network inherently encourages a more decentralized network. Doing so by in theory making it drastically easier for anyone to join and contribute an amount of storage/computation available to them. On top of the fact that the Portal Network essentially places a full archive node on the cloud, making it less relient on the operation of archive nodes. This means a more user friendly Ethereum which could lead to more adaoption of the technology. ##### Resources 1. https://ethereum.org/en/developers/docs/networking-layer/portal-network/ 2. https://github.com/ethereum/portal-network-specs 3. https://www.youtube.com/watch?v=jAX_bgcESoc 4. https://www.youtube.com/watch?v=0stc9jnQLXA 5. https://ethresear.ch/t/portal-network-verkle/19339 #### Besu After learning about the Portal Network I decided to look into potential clients that I could do some form of implementation as a potential project. I noticed that the Besu team had listed a Portal Network client as something they were looking for in the list of projects for the cohort. I decided that this was the direction I would like to take and so I began learning about the Besu client. I first forked the client and then built and ran it from source. Then I spent the remainder of my time looking into how it was designed and started learning the codebase. ##### Resources 1. https://besu.hyperledger.org/ 2. https://github.com/hyperledger/besu 3. https://wiki.hyperledger.org/display/BESU/Hyperledger+Besu ## Week 3 Plan I plan to continue to learn the Besu codebase and look into how I can implement a Portal Network client for Besu. I will also have to dive deeper into the Portal Network specs to learn about some implementation specific details. I plan to use this project for my project proposal. In addition to learning the code and specifications I will also begin to reach out to different team members in order to gain a better understanding and learn any other implementation specific details that the Besu team may want.

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password

    or

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully