HackMD
    • Sharing Link copied
    • /edit
    • View mode
      • Edit mode
      • View mode
      • Book mode
      • Slide mode
      Edit mode View mode Book mode Slide mode
    • 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
    • More (Comment, Invitee)
    • Publishing
    • Commenting Enable
      Disabled Forbidden Owners Signed-in users Everyone
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Invitee
    • No invitee
    • Options
    • Versions and GitHub Sync
    • Transfer ownership
    • Delete this note
    • Template
    • Save as template
    • Insert from template
    • Export
    • Google Drive Export to Google Drive
    • Gist
    • Import
    • Google Drive Import from Google Drive
    • Gist
    • Clipboard
    • Download
    • Markdown
    • HTML
    • Raw HTML
Menu Sharing Help
Menu
Options
Versions and GitHub Sync Transfer ownership Delete this note
Export
Google Drive Export to Google Drive Gist
Import
Google Drive Import from Google Drive Gist Clipboard
Download
Markdown HTML Raw HTML
Back
Sharing
Sharing Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
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
More (Comment, Invitee)
Publishing
More (Comment, Invitee)
Commenting Enable
Disabled Forbidden Owners Signed-in users Everyone
Permission
Owners
  • Forbidden
  • Owners
  • Signed-in users
  • Everyone
Invitee
No invitee
   owned this note    owned this note      
Published Linked with GitHub
Like BookmarkBookmarked
Subscribed
  • Any changes
    Be notified of any changes
  • Mention me
    Be notified of mention me
  • Unsubscribe
Subscribe
# How to help self builders with blobs According to [Toni's analysis](https://ethresear.ch/t/blobs-reorgs-and-the-role-of-mev-boost/19783/3?u=nero_eth), self builders currently suffer more from including blobs by incurring reorgs. Since most self builders probably don't play timing games, this cannot be attributed to late proposing. # Mitigation options 1. Allow easy configuration of maximum number of blobs to include Several builders already limit the number of blobs they include, currently self builders aren't doing this. 2. Allow configuration of minimum tip for blob tx Currently most blob transactions come with a very small tip, so the rational strategy is probably to not include any until the tip is increased. Especially for self builders with higher reorg risk, it might be worth just not including them until they are compensated for the risk. (However, in equilibrium this probably leads to lower returns from blobs for self builders, as professional builders incur lower risk from including blobs) # Introduce "decentralized blob building" ## Before PeerDAS Assuming that self builders only include transactions from the mempool, other nodes should already have the blob data included in the block. We can add a new validation rule that will accept a blob as available if it's part of any transaction in the mempool. Since not all transactions will be perfectly distributed in the mempool, we should add a rule that allows nodes to repackage existing transactions into blobs: 1. Upon receiving a block, a node checks its mempool for all blob transactions with existing blobs 2. For each missing blob sidecar, if it can find the blob data in the mempool, the node constructs the missing blob sidecar from the block header and the blob data. 3. For all such reconstructed blob sidecar, the node treats them just like it would treat a sidecar received via P2P. The self-building proposer can then change their distribution strategy to send the block first, and only send the sidecars once the blob has been sent out to enough peers, betting that many of its peers will also create blob sidecars. ## After PeerDAS With PeerDAS, it isn't possible to construct the samples unless a node has all the blob data (this actually improves with a 2d construction, which allows for a more distributed seeding of samples). Only nodes that have all the blobs could participate in seeding. This makes it a little bit more risky to use the same strategy as above, since many nodes could be missing just 1-2 of the included blob transactions and therefore distribution could still be slow. However, a node can improve their chances by only including blob transactions that a large majority of their neighbours currently have in their mempools. A second trick to improve distribution is to use other nodes capabilities to reconstruct samples. For example, we can identify neighbours that subscribe to all sampling subnets, and first send them exactly half of our samples, so that they can reconstruct the full set and send them on all subnets. To summarize, a new strategy for sending samples that optimizes these points is: 1. When building a block, only include blob transactions that have been verified to be in 90% of peer's mempools. 2. Send the signed blob first 3. After the block has been sent to a sufficient number of peers, send exactly 50% of samples to neighbours that are subscribed to all samples subnets (and therefore expected to reconstruct) 4. Once finished, send samples to all peers as usual

Import from clipboard

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 lost 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?

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

Sign in via SAML

or

Sign in via GitHub

Help

  • English
  • 中文
  • 日本語

Documents

Tutorials

Book Mode Tutorial

Slide Example

YAML Metadata

Resources

Releases

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

Versions and GitHub Sync

Sign in to link this note to GitHub Learn more
This note is not linked with GitHub Learn more
 
Add badge Pull Push GitHub Link Settings
Upgrade now

Version named by    

More Less
  • Edit
  • Delete

Note content is identical to the latest version.
Compare with
    Choose a version
    No search result
    Version not found

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. Learn more

       Sign in to GitHub

      HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.

      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
      Available push count

      Upgrade

      Pull from GitHub

       
      File from GitHub
      File from HackMD

      GitHub Link Settings

      File linked

      Linked by
      File path
      Last synced branch
      Available push count

      Upgrade

      Danger Zone

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

      Syncing

      Push failed

      Push successfully