-
Notifications
You must be signed in to change notification settings - Fork 279
Rebase fulu-ebps to unstable, add block error handling, remove incompatible tests #7204
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
base: fulu-ebps
Are you sure you want to change the base?
Conversation
… values. (status-im#6906) * Fix add more electra values to /eth/v1/config/spec endpoint. * Move some constants to public space. Fix places where constants being used. Fix output of /eth/v1/config/spec to be consistent with electra specification.
…tatus-im#6864) - Add script to bump `libunwind` dependency - Bump libunwind to `llvmorg-13.0.1`
Add `signature_slot` comparison to `is_better_update` LC data comparator for robustness in edge cases, and sync style with latest specs. - ethereum/consensus-specs#4124
* Fix cache invalidation issue in VC. * Update copyright source. * Address review comments. * Update cache invalidation for gas limit calls. * Update copyright year.
…-im#6915) Co-authored-by: Etan Kissling <[email protected]>
* Fix FR and GL management for dynamic validators. * Fix importing keystore could be blocked by setting gas limit or feerecipient values. Add tests. * Enable setTopicState() values. * Update copyright years. * Update AllTests. * Post-rebase updates oof AllTests.
…us-im#6920) - Bump blst to `v0.3.14` - bench: add serial MSM benchmark
…tatus-im#6919) - Remove patches for `libunwind` and use upstream build system - Re-root `libunwind` CMake invocation at `<monorepo>/runtimes` - Bump libunwind to `llvmorg-19.1.7` - Compile libunwind in release mode
…-im#6925) * mostly automated consensus spec URL updating to v1.5.0-beta.2 * copyright year linting
- Improvements to discv5 sessions - Adjust uTP benchmarking tests to use multiple nodes - Discv5 Protocol: Add support for banning nodes - Reduce declared but not used warnings - Optimize RLP serialization - Discv5 Routing Table: Add support for banning nodes - use the common CI workflow - add discv5_network_byte metric in discoveryv5 protocol - ecies: cleanup
* add: basic validator custody * address review comments * renaming to snake case
…us-im#7100) * Initial commit. * Address review comments. Add DataColumn tests. * Address compilation issue, lets call it untyped sandwich. * Fix - return empty sequence when block does not hold any blobs/columns. * Add test for previous case. * Add Blob/Column quarantine test to test suite. * Update AllTests. * Fix put(openArray) check if len(sidecars) fits in quarantine, add test for this issue. Add compile time checks for ColumnMap. * Improve checkResponseSanity(). * Eliminate slot handling facilities. Address review comment about `hasSidecar` possible issues. Update tests. * Address review comments. * Fix compilation warning introduced. Add pruning of blob quarantine and tests. * Fix put() duplicate items making counters wrong. Add tests. * Remove asSeq(), add optimized iterator with tests. * Remove duplication checks in Request Manager getMissingBlobs() loop. * Update AllTests. * Address review comments.
* feat: export getValidatorIndices * feat: check slashing with attached validators * doc: add 130 exit code * fix: copyright * fix: check over known validators instead * refactor: exit code of slashing * refactor: use consensus manager to access private data * revert: "refactor: use consensus manager.." * refactor: make necessary var and func public only * refactor: exit code
Co-authored-by: Tomi-3-0 <caleb@caleb>
…nvelope (status-im#6938) * eip7732 helper functions * removes the boolean 'payload withheld' and adds slot to the payload envelope --------- Co-authored-by: Tomi-3-0 <caleb@caleb>
…nvelope Refactor containers: update BeaconBlockBody, modify ExecutionPayloadHeader, extend BeaconState for ePBS. Fix resulting cascading test issues
…eader, extend BeaconState for ePBS. Fix resulting cascading test issues
https://github.com/status-im/nimbus-eth2/actions/runs/15392746027/job/43515161222?pr=7204
https://github.com/Tomi-3-0/nimbus-eth2/blob/eip7732/beacon_chain/el/el_manager and https://github.com/Tomi-3-0/nimbus-eth2/blob/eip7732/test_output.log2 shouldn't be in the repository to begin with; the copyright date issue is secondary for them.
Confuses me slightly, because eth-clients/hoodi@1a603fb says it is on |
the macos-amd64 CI is failing interestingly on cff3020:
and so is the macs-arm64 CI:
That is, segfaulting during building. It's a bug somewhere, I think in
Might be interesting to try using the |
Thanks. I will clean this up, was an oversight. Probably a timing/caching issue with the submodule; i will try updating the submodule reference |
@tersec |
Reasonable, yes |
No description provided.