Griffin Ichiba Hotchkiss
    • 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
    # ETH 1.X Kickoff Call Nov 19th ## Broad goals and intro These calls should be "safer" than the all core devs meeting, so as a format we want to keep it friendly and a little less formal than those calls. This is a meeting for the plan that began at Devcon in Osaka for the revitalized research effort to move Eth1.0 into an Eth2.0 execution environment Broadly, we want to make it easier to get a client online, and change the paradigm of what it means to run a client. We want to make it easier to query and access * logs -- * transaction history -- * Tree database -- These elements make it difficult for people to get nodes up and running in a reasonable amount of time. @TimBelko -- concerns about open vs. closed calls. @Piper -- open calls are fine, but we likely don't want to stream the calls to the public. ETH clients have a coordination problem: Individual client teams work independently on solutions to a common problem (such as sync speed), and don't come together soon enough to compare notes and pick a single direction to continue in. ## Client Teams and dedicated devs @Piper - one suggestion to improve coordination is if each team can have a dedicated person working solely on 1.x @Alexy - agreed. When people split their time, not a lot gets done. @PeterS - I have a problem with this. With joined teams, the maintainer teams feel the pain of the performance, but other people working on research introduce new (unworkable) solutions without that experience. @piper - This isn't a necessary outcome; there can be a high level of coordination between the research and implementation teams, and it just depends on the process. ## Timeline 18-24 months is the 'finger in the air' estimation. We want a long term, high-level vision, but with tangible, short-term deliverables. ### Required work * moving to binary Trie * Witness generation and propogation ### Optional work * Beam Sync * Ancient Chain data pruning * Less opinionated state syncing and database layouts ## Working Model @Piper would like to be the high-level coordinator for this work, scheduling meetings, cross-coordinating with different teams, etc. The Ethresear.ch forums seem like the best place to coordinate this effort. telegram channel will be forthcoming. ## Discussion on witnesses and other issues @martin - Witnesses - either we have statelessness as the main type of client, or we will have stateful nodes that all other nodes leech from for their data, sort of like an oracle model. @Piper - Making sure that we can support stateless clients is something we need to address carefully, but there are incremental ways we can make that happen without taxing the network. @Alexey - The witnesses will be travelling along with the blocks. It seems that the miners are the ones who should be attaching the witnesses and making sure they are proved and attached at block creation. @Martin - malicious miners could block proofs... (I need to clarify this, my connection dropped out) @Alexey - The witness can be ingested in chunks -- @peter - @Alexey - @Martin - 2 problems - I want a transaction, I need to make a witness for my transaction. But with 200 transaction, we don't want individual proofs for each transaction. -- This is probably done by the miner @Peter - impossible in the current data layout to create a witness for a transaction. @Piper -- these questions are open and not fully explored, but in principle they seem solvable. Witnesses can be produced well after the blocks are mined and in the chain, and are more a part of sync rather than something the network depends on. So this can make for a 'safer' environment to test these things out. In the beam sync model, the witness model is a supplementary way of doing things, and the client can always default back to the 'traditional' fast or full sync. @Peter - we have been talking about witnesses for a while now, but step 0 should be for us to generate them for mainnet blocks and see how large they are. @JasonCarver -- We have done some testing already-- 10-11K trie nodes @Alexey - moving average over 2k blocks ? is 1MB per block -- before the gas limit increase. @Peter - from my perspective 1MB is not feasible @Piper - these are experiments at this point, and we're starting out looking for safe ways to continue experimenting and iterating towards better and better solutions @Martin - Q - how would this change if we doubled the block times and doubled the transactions per block. @alexey - one snag is that the contract code, in a stateless paradigm contract calls must include the entire contract code in the witness. But switching to a binary tree might help with this issue. @danny - there are some experiments from starkware that suggest the network could handle much larger blocksizes (even an order of magnitude higher) @Guillaume - Q - in the list of things that Alexey wanted to work on... is he still intending to work on them? @Piper - no decisions have been made, and my proposals have not been agreed upon @Alexey - there are many things that we still want to do, but I would need more help from people to work on them. ## Talent and dedicated people from client teams On the call, Geth, Besu, Trinity, Turbo-geth (february), Quill? from ETH2 @Peter - Geth -- we are almost certain that we won't be able to do that, because we can't find a person to work on it. But if we could find someone, yes, it would be good. @Piper - if everyone on the call could tap their networks, we want to cast our net wide. @Tim Besu is working on finding some new talent as well @Will - We have someone who is already working on some of these issues, and have been playing already with binary tree stuff. @Alexey - 2 main objectives: prove that the turbo-geth layout is superior in most situations, and stateless clients. https://github.com/ledgerwatch/turbo-geth/issues I'm actually starting to be the bottleneck- but at the moment I'm full, but will start looking for new people soon @piper - trinity is looking for a beta release by march or april * Meeting in person on a semi-regular basis * We want to look for a time to come together for a summit for 2-3 days to discuss these things in person. Target is sometime in the spring, and we want to try to look for a summit every 3-4 months. Also, we of course want a regular call to keep in sync and focused. Let's shoot for a call in something like 2 weeks, with an agenda and some more in-depth discussions. ## Questions @James - Who all has a list of things important for 1.x inclusion. note taking best practices - maybe a bit of a delay on publishing? @Danny - The more we treat this as a concern, the more it becomes a concern. I'm not personally worried about keeping everything public -- it's chill. @Alexey - let's hear from some of the people who attended the call! @MartinLundfall - I feel like someone who doesn't have a lot of insight (mentioned by peter), so I'd like hear and see if some of my assumptions are verified, and interested in the issues surrounding transaction witnesses and storage. @AlexB - from the eWASM team we are definitely keen to keep an eye on what's going on. 1 - particle gas cost. Pricing of the EVM. 2 - use-cases for WASM in 1.x this came up in the EIP about EC precompiles 3 - changes that will be needed in 1.0 to make a transition or good cooperation between the 1.0 and 2.0 networks. These are what we're interested in. @alexey - the second one is in my list, and I've thought about the particle gas cost, so I'll include them. The 3rd is pretty big... @Piper - callin it! Thanks everyone for joining! Expect some notifications about putting together a telegram group, but for now the best place to coordinate and discuss is going to be the **ETH1.x Topic** on the ethresear.ch forum. ## Links from chat: Alexey - Research Topic list https://ledgerwatch.github.io/Ethereum_1_Research_topics.html Piper - Research Topic list https://notes.ethereum.org/cISMnGRMR6-EWka8QLLlYw What is a safe data size? https://ethereum-magicians.org/t/eip-2028-transaction-data-gas-cost-reduction/3280/24

    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