-
Notifications
You must be signed in to change notification settings - Fork 231
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
pending pectra #6298
Closed
pending pectra #6298
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
… Withdrawals operations test fixtures (#6226)
* add Electra epoch rewards test fixture * version-2-0 still has another issue
The new nimbus.team website got launched with different color schemes than the previous. This is a small attempt to get the color schemes (dark/light) closer to those used on nimbus.team. There was already a dark scheme added before. This change just sets that dark scheme as default, as is also the case for nimbus.team. It also removes orange/amber colors from the light scheme.
…ntary exit, and execution layer withdrawal request tests (#6234)
Not sure if `LDFLAGS` and `CPPFLAGS` are absolutely necessary but Brew docs recommend it. Depends on: status-im/infra-ci@67fafcb5 status-im/status-jenkins-lib#90 Signed-off-by: Jakub Sokołowski <[email protected]>
…6237) - task requires - Fix CI badge URL
- fix: reset accept fut in stop - always allow new data be received if the recvWindow is > 0 - Revert "always allow new data be received if the recvWindow is > 0"
- Fix CI badge URL
…#6247) - bump `libbacktrace` to `ae1e707dbacd4a5cc82fcf2d3816f410e9c5fec4`
* add EF consensus spec test Electra block sanity fixtures * move process_consolidation/process_deposit_receipt before usage
…db` (#6244) - switch to Nim `v1.6.20`
* fixes Defect on slow send * avoid compiler warnings from chronos * improve latency on send fast path * avoid copying in message cache, improving heartbeat performance
* Initial commit. * Address review comments and fix missing primitive. * Fix developer build. * More asyncraises updates. * Refactor and optimize forkchoiceUpdated() and sendNewPayload(). * Fix runtime assertion. * Refactor getPayload().
* electra attestation updates In Electra, we have two attestation formats: on-chain and on-network - the former combines all committees of a slot in a single committee bit list. This PR makes a number of cleanups to move towards fixing this - attestation packing however still needs to be fixed as it currently creates attestations with a single committee only which is very inefficient. * more attestations in the blocks * signing and aggregation fixes * tool fix * test, import
* Initial commit. * Replace localBlockValueBoost with builderBoostFactor. * Add test. * Update AllTests. * Update options.md * Recover `localBlockValueBoost` for BN-only mode. * Address review comments.
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 (yet, at least); intended to be merged separately in pieces