Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wait for blob inclusion #6090

Closed
wants to merge 61 commits into from
Closed

Conversation

ak88
Copy link
Contributor

@ak88 ak88 commented Sep 12, 2023

Fixes Closes Resolves #

Please choose one of the keywords above to refer to the issue this PR solves followed by the issue number (e.g. Fixes #000). If no issue number, remove the line. Also, remove everything marked optional that is not applicable. Remove this note after reading.

Changes

  • List the changes

Types of changes

What types of changes does your code introduce?

  • Bugfix (a non-breaking change that fixes an issue)
  • New feature (a non-breaking change that adds functionality)
  • Breaking change (a change that causes existing functionality not to work as expected)
  • Optimization
  • Refactoring
  • Documentation update
  • Build-related changes
  • Other: Description

Testing

Requires testing

  • Yes
  • No

If yes, did you write tests?

  • Yes
  • No

Notes on testing

Optional. Remove if not applicable.

Documentation

Requires documentation update

  • Yes
  • No

If yes, link the PR to the docs update or the issue with the details labeled docs. Remove if not applicable.

Requires explanation in Release Notes

  • Yes
  • No

If yes, fill in the details here. Remove if not applicable.

Remarks

Send blobs tool now includes:

  • Command line parsing of args.
  • Ability to distribute funds to many private keys and use a different sender for each blob tx.
  • Reclaiming the distributed funds when testing is done.
  • Ability to wait for block inclusion before posting the next.
  • Args for settings gas parameters explicitly.
  • Moved project to the tools directory.
  • Own solution file.

This reverts commit 0142329.

undo maxPriorityFeePerGas
Command line parsing of all args.
Commands for distributing funds and also reclaiming all distributed funds again.
@ak88 ak88 marked this pull request as draft September 21, 2023 13:23
@LukaszRozmej LukaszRozmej requested review from flcl42 and rubo September 26, 2023 13:50
Copy link
Contributor

@MarekM25 MarekM25 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can't merge with this line in TxDecoder if (item.MaxFeePerDataGas.Value == 42_000_000_000)

This reverts commit 1a3c7b4.
@ak88 ak88 marked this pull request as ready for review October 2, 2023 15:35
5 = 1st blob's wrong commitment
6 = 1st blob with a modulo correct, but > modulo value
7 = max fee per blob gas = max value
8 = max fee per blob gas > max value
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you remove this mention and above in the code as it's was removed after TxDecoder rollback.

@ak88 ak88 changed the base branch from feature/send-blobs-tool to master October 2, 2023 16:25
@ak88 ak88 requested a review from a team as a code owner October 4, 2023 10:05
@flcl42 flcl42 self-requested a review October 4, 2023 15:36
@ak88 ak88 closed this Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants