Skip to content

add Capella constants to REST config endpoint #4925

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

Merged
merged 3 commits into from
May 11, 2023

Conversation

etan-status
Copy link
Contributor

Capella constants were missing; if we want to support BLS changes from VC, we need the new domain constant to check compatibility.

Capella constants were missing; if we want to support BLS changes from
VC, we need the new domain constant to check compatibility.
@github-actions
Copy link

github-actions bot commented May 10, 2023

Unit Test Results

         9 files  ±0    1 071 suites  ±0   35m 7s ⏱️ + 1m 42s
  3 672 tests ±0    3 393 ✔️ ±0  279 💤 ±0  0 ±0 
15 659 runs  ±0  15 354 ✔️ ±0  305 💤 ±0  0 ±0 

Results for commit 3d1d112. ± Comparison against base commit 34e7181.

♻️ This comment has been updated with latest results.

transactions*: List[Transaction, MAX_TRANSACTIONS_PER_PAYLOAD]
withdrawals*: Option[List[Withdrawal, MAX_WITHDRAWALS_PER_PAYLOAD]] # [New in Capella]
withdrawals*: Option[List[Withdrawal, MAX_WITHDRAWALS_PER_PAYLOAD]]
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this should not be Option anymore.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hmm, maybe better to combine that with a Deneb compatibility PR (adding excess_data_gas).

Would it still work on local testnets without the Option?

@etan-status etan-status merged commit 18bc47f into unstable May 11, 2023
@etan-status etan-status deleted the dev/etan/cf-configrest branch May 11, 2023 10:53
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.

2 participants