-
Notifications
You must be signed in to change notification settings - Fork 998
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
release v1.3.0-rc.1 #3209
Merged
release v1.3.0-rc.1 #3209
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
When defining a fork transition test, additional spec forks are made available through `@with_phases(..., other_phases=...)`. The `with_config_overrides` decorator only applies to the primary phase so far, which can be unexpected. `with_config_overrides` is adjusted to override config in subsequent `other_phases` as well.
Co-authored-by: g11tech <develop@g11tech.io>
…eth2.0-specs into clarify-empty-blob-sidecar
In Altair, light client sync protocol exchanges `BeaconBlockHeader` structures for tracking current progress. Wrapping `BeaconBlockHeader` inside a `LightClientHeader` allows future extensions of this header, e.g., to also track `ExecutionPayloadHeader`. Note: This changes the JSON REST format by adding a `beacon` nesting. For SSZ, the serialization format stays same (but overall root changes).
fixed typo
Add cache to linter and codespell
adding install_test
Disable cache for CI runner and use specific mypy version
Apply `with_config_overrides` to all phases
fix typo in p2p-interface.md
Add `historical_summaries` setup to `fork.md`
Add `BLSToExecutionChange` `test_invalid_previous_fork_version` test case
EIP4844: Clarify ratelimit behavior for sidecar with zero blobs
Add `LightClientHeader` wrapper
bump VERSION.txt to 1.3.0-rc.1
MUST use `GENESIS_FORK_VERSION` to sign `BLSToExecutionChange` message
Co-authored-by: Alex Stokes <r.alex.stokes@gmail.com>
Add a `process_bls_to_execution_change` test case from staking-deposit-cli
hwwhww
approved these changes
Jan 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
DO NOT MERGE
todo:
GENESIS_FORK_VERSION
to signBLSToExecutionChange
message #3206process_bls_to_execution_change
test case from staking-deposit-cli #3202