Skip to content

maxeb markdown spec#20

Closed
fradamt wants to merge 630 commits into
michaelneuder:devfrom
fradamt:fradamt-maxeb-spec
Closed

maxeb markdown spec#20
fradamt wants to merge 630 commits into
michaelneuder:devfrom
fradamt:fradamt-maxeb-spec

Conversation

@fradamt
Copy link
Copy Markdown
Collaborator

@fradamt fradamt commented Jan 25, 2024

No description provided.

djrtwo and others added 30 commits October 19, 2023 20:58
add note about not invalidating valid and available blocks
Co-authored-by: Mikhail Kalinin <noblesse.knight@gmail.com>
Align block production description using the latest APIs with corresponding symbols.
Suggest readers of `BlobSidecarsByRoot` also verify KZG proofs of blob data.

# New condition: only allow partial withdrawals witb compounding withdrawal credentials
is_full_exit_request = amount == 0
if not (is_full_exit_request or has_compounding_withdrawal_credential(validator)):
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
if not (is_full_exit_request or has_compounding_withdrawal_credential(validator)):
if not (amount == FULL_EXIT_REQUEST_AMOUNT or has_compounding_withdrawal_credential(validator)):

Suggesting to introduce a constant for the amount denoting a full exit

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

would we ever want to set it to something other than 0?

fradamt and others added 24 commits January 30, 2024 08:25
Co-authored-by: Justin Traglia <95511699+jtraglia@users.noreply.github.com>
Co-authored-by: Hsiao-Wei Wang <hsiaowei.eth@gmail.com>
Co-authored-by: Justin Traglia <95511699+jtraglia@users.noreply.github.com>
Co-authored-by: Justin Traglia <95511699+jtraglia@users.noreply.github.com>
As discussed in ethereum/pm#951, schedule
Deneb for epoch 269568.
…y_polynomial

peerDAS: Initial refactor of recover_polynomial()
@dapplion
Copy link
Copy Markdown
Collaborator

@dapplion dapplion closed this Mar 26, 2024
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.