Skip to content

chore: update constants for alpha.12 - #9607

Merged
ensi321 merged 1 commit into
nc/alpha.12from
nc/alpha.12-constants
Jul 7, 2026
Merged

chore: update constants for alpha.12#9607
ensi321 merged 1 commit into
nc/alpha.12from
nc/alpha.12-constants

Conversation

@ensi321

@ensi321 ensi321 commented Jul 7, 2026

Copy link
Copy Markdown
Member

- PAYLOAD_DUE_BPS 7500 -> 5000 (consensus-specs #5414)
- MIN_BUILDER_WITHDRAWABILITY_DELAY mainnet 8192 -> 64 (consensus-specs #5426)
- MAX_BUILDER_DEPOSIT_REQUESTS_PER_PAYLOAD 256 -> 64 (consensus-specs #5420)
- EnvelopesByRange cap uses MAX_REQUEST_PAYLOADS (consensus-specs #5383)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@ensi321
ensi321 requested a review from a team as a code owner July 7, 2026 06:21
@ensi321
ensi321 merged commit 397985a into nc/alpha.12 Jul 7, 2026
7 checks passed
@ensi321
ensi321 deleted the nc/alpha.12-constants branch July 7, 2026 06:22

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request updates several consensus and network parameters to align with the GLOAS specification. Key changes include updating the bounding cap in the execution payload envelopes by range request handler to use MAX_REQUEST_PAYLOADS instead of MAX_REQUEST_BLOCKS_DENEB. Additionally, it reduces MIN_BUILDER_WITHDRAWABILITY_DELAY to 64 epochs, decreases PAYLOAD_DUE_BPS to 5000, and lowers MAX_BUILDER_DEPOSIT_REQUESTS_PER_PAYLOAD to 64 across mainnet and minimal configurations. There are no review comments, and I have no additional feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

馃挕 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: c8bf179a4e

鈩癸笍 About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 馃憤.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

// 2**13 (= 8,192) epochs ~36 days
MIN_BUILDER_WITHDRAWABILITY_DELAY: 8192,
// 2**6 (= 64) epochs ~6.8 hours
MIN_BUILDER_WITHDRAWABILITY_DELAY: 64,

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Bump pinned spec versions with alpha.12 constants

These alpha.12 values are now compared against the remote spec version pinned in packages/config/test/spec-tests-version.json and packages/params/test/spec-tests-version.json, which still say v1.7.0-alpha.11; the e2e sync tests (packages/config/test/e2e/ensure-config-is-synced.test.ts and packages/params/test/e2e/ensure-config-is-synced.test.ts) fetch that pinned tag and assert equality, so CI will report mismatches for the updated Gloas config/preset values until the spec-test version pins and specrefs are advanced with the constant changes.

Useful? React with 馃憤聽/ 馃憥.

ensi321 added a commit that referenced this pull request Jul 21, 2026
- PAYLOAD_DUE_BPS 7500 -> 5000 (consensus-specs #5414)
- MIN_BUILDER_WITHDRAWABILITY_DELAY mainnet 8192 -> 64 (consensus-specs
#5426)
- MAX_BUILDER_DEPOSIT_REQUESTS_PER_PAYLOAD 256 -> 64 (consensus-specs
#5420)
- EnvelopesByRange cap uses MAX_REQUEST_PAYLOADS (consensus-specs #5383)

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.

1 participant