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

Spec Gnosis Chain withdrawals #1

Merged
merged 5 commits into from
Jan 26, 2023
Merged

Spec Gnosis Chain withdrawals #1

merged 5 commits into from
Jan 26, 2023

Conversation

dapplion
Copy link
Member

@dapplion dapplion commented Jan 5, 2023

Spec Gnosis Chain withdrawals, extending ethereum/eip-4895.

Content and todos

  • Spec
  • Rationale
  • (TBD) Constants
  • (TBA) Security considerations

CC: @LukaszRozmej @jmederosalvarado @yperbasis

execution/withdrawals.md Outdated Show resolved Hide resolved
execution/withdrawals.md Outdated Show resolved Hide resolved
execution/withdrawals.md Outdated Show resolved Hide resolved
execution/withdrawals.md Outdated Show resolved Hide resolved
execution/withdrawals.md Outdated Show resolved Hide resolved
execution/withdrawals.md Show resolved Hide resolved
gas_limit: TBD
max_priority_fee_per_gas: 0
max_fee_per_gas: 0
gas_limit: 1600000

Choose a reason for hiding this comment

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

Might be too low for complex logic

Copy link
Member Author

Choose a reason for hiding this comment

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

Right. ERC20 transfers can require 50-200k gas. With 16 widrawals per block * 200k = 3.2M. Will increase to 30,000,000 (= block gas limit) as an arbitrary higher value.

@dapplion dapplion merged commit 39eae01 into master Jan 26, 2023
@dapplion dapplion deleted the withdrawals branch June 21, 2023 12:39
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.

4 participants